Go to the source code of this file.
Defines | |
| #define | MIN_UINT8_T (0) |
| #define | MAX_UINT8_T (255) |
| #define | MIN_UINT16_T (0) |
| #define | MAX_UINT16_T (65535) |
| #define | MIN_UINT32_T (0) |
| #define | MAX_UINT32_T (4294967295) |
| #define | MIN_INT8_T (-128) |
| #define | MAX_INT8_T (127) |
| #define | MIN_INT16_T (-32768) |
| #define | MAX_INT16_T (32767) |
| #define | MIN_INT32_T (-2147483648) |
| #define | MAX_INT32_T (2147483647) |
Typedefs | |
| typedef unsigned char | uint8_t |
| typedef signed char | int8_t |
| typedef unsigned short int | uint16_t |
| typedef signed short int | int16_t |
| typedef unsigned long int | uint32_t |
| typedef signed long int | int32_t |
| typedef unsigned long long int | uint64_t |
| typedef signed long long int | int64_t |
| #define MAX_INT16_T (32767) |
Definition at line 53 of file inttypes.h.
| #define MAX_INT32_T (2147483647) |
Definition at line 55 of file inttypes.h.
| #define MAX_INT8_T (127) |
Definition at line 51 of file inttypes.h.
| #define MAX_UINT16_T (65535) |
Definition at line 44 of file inttypes.h.
| #define MAX_UINT32_T (4294967295) |
Definition at line 46 of file inttypes.h.
| #define MAX_UINT8_T (255) |
Definition at line 42 of file inttypes.h.
| #define MIN_INT16_T (-32768) |
Definition at line 52 of file inttypes.h.
| #define MIN_INT32_T (-2147483648) |
Definition at line 54 of file inttypes.h.
| #define MIN_INT8_T (-128) |
Definition at line 50 of file inttypes.h.
| #define MIN_UINT16_T (0) |
Definition at line 43 of file inttypes.h.
| #define MIN_UINT32_T (0) |
Definition at line 45 of file inttypes.h.
| #define MIN_UINT8_T (0) |
Definition at line 41 of file inttypes.h.
| typedef signed short int int16_t |
Definition at line 64 of file inttypes.h.
| typedef signed long int int32_t |
Definition at line 66 of file inttypes.h.
| typedef signed long long int int64_t |
Definition at line 68 of file inttypes.h.
| typedef signed char int8_t |
Definition at line 62 of file inttypes.h.
| typedef unsigned short int uint16_t |
Definition at line 63 of file inttypes.h.
| typedef unsigned long int uint32_t |
Definition at line 65 of file inttypes.h.
| typedef unsigned long long int uint64_t |
Definition at line 67 of file inttypes.h.
| typedef unsigned char uint8_t |
Definition at line 61 of file inttypes.h.
1.4.7