![]() |
ISF
2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
|
Go to the source code of this file.
Macros | |
#define | false (0) |
#define | true (1) |
Typedefs | |
typedef signed char | int8 |
typedef unsigned char | uint8 |
typedef signed short int | int16 |
typedef unsigned short int | uint16 |
typedef signed long int | int32 |
typedef unsigned long int | uint32 |
#define false (0) |
Definition at line 20 of file basic_types.h.
#define true (1) |
Definition at line 21 of file basic_types.h.
typedef signed short int int16 |
Definition at line 14 of file basic_types.h.
typedef signed long int int32 |
Definition at line 16 of file basic_types.h.
typedef signed char int8 |
Definition at line 12 of file basic_types.h.
typedef unsigned short int uint16 |
Definition at line 15 of file basic_types.h.
typedef unsigned long int uint32 |
Definition at line 17 of file basic_types.h.
typedef unsigned char uint8 |
Definition at line 13 of file basic_types.h.