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