![]() |
ISF
2.2 rev 5
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 26 of file basic_types.h.
#define true (1) |
Definition at line 29 of file basic_types.h.
typedef signed short int int16 |
Definition at line 19 of file basic_types.h.
typedef signed long int int32 |
Definition at line 21 of file basic_types.h.
typedef signed char int8 |
Definition at line 17 of file basic_types.h.
typedef unsigned short int uint16 |
Definition at line 20 of file basic_types.h.
typedef unsigned long int uint32 |
Definition at line 22 of file basic_types.h.
typedef unsigned char uint8 |
Definition at line 18 of file basic_types.h.