CMSIS2000
0.0.7
|
Bit wide data types for 32 platform. More...
Go to the source code of this file.
Typedefs | |
typedef signed short | int16_t |
typedef signed long | int32_t |
typedef signed long long | int64_t |
typedef signed char | int8_t |
typedef unsigned short | uint16_t |
typedef unsigned long | uint32_t |
typedef unsigned long long | uint64_t |
typedef unsigned char | uint8_t |
Bit wide data types for 32 platform.
Definition in file generic_types32.h.
typedef signed short int16_t |
Definition at line 51 of file generic_types32.h.
typedef signed long int32_t |
Definition at line 53 of file generic_types32.h.
typedef signed long long int64_t |
Definition at line 55 of file generic_types32.h.
typedef signed char int8_t |
Definition at line 49 of file generic_types32.h.
typedef unsigned short uint16_t |
Definition at line 50 of file generic_types32.h.
typedef unsigned long uint32_t |
Definition at line 52 of file generic_types32.h.
typedef unsigned long long uint64_t |
Definition at line 54 of file generic_types32.h.
typedef unsigned char uint8_t |
Definition at line 48 of file generic_types32.h.