ISF  2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
basic_types.h File Reference
This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

#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 Documentation

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.