ISF  2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
isf_types.h File Reference

The isf_types.h file contains the ISF data type definitions and some of the globally used macros. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define TRUE   (1)
 
#define FALSE   (0)
 
#define YES   (1)
 
#define NO   (0)
 

Typedefs

typedef volatile char vint8
 This defines int8 as char. More...
 
typedef unsigned char uint8
 This defines uint8 as unsigned char. More...
 
typedef volatile unsigned char vuint8
 This defines vuint8 as volatile unsigned char. More...
 
typedef short int16
 This defines int16 as short. More...
 
typedef volatile short vint16
 This defines vint16 as volatile short. More...
 
typedef unsigned short uint16
 This defines uint16 as unsigned short. More...
 
typedef volatile unsigned short vuint16
 This defines vuint16 as volatile unsigned short. More...
 
typedef long int32
 This defines int32 as long. More...
 
typedef volatile long vint32
 This defines vint32 as volatile long. More...
 
typedef unsigned long uint32
 This defines uint32 as unsigned long. More...
 
typedef volatile unsigned long vuint32
 This defines vuint32 as volatile unsigned long. More...
 
typedef long long int64
 This defines int64 as long long. More...
 
typedef volatile long long vint64
 This defines vint64 as volatile long long. More...
 
typedef unsigned long long uint64
 This defines uint64 as unsigned long long. More...
 
typedef volatile unsigned long long vuint64
 This defines vuint64 as volatile unsigned long long. More...
 

Detailed Description

The isf_types.h file contains the ISF data type definitions and some of the globally used macros.

Definition in file isf_types.h.

Macro Definition Documentation

#define NO   (0)

Definition at line 64 of file isf_types.h.

#define YES   (1)

Definition at line 60 of file isf_types.h.

Typedef Documentation

typedef short int16

This defines int16 as short.

Definition at line 23 of file isf_types.h.

typedef long int32

This defines int32 as long.

Definition at line 32 of file isf_types.h.

typedef long long int64

This defines int64 as long long.

Definition at line 41 of file isf_types.h.

typedef unsigned short uint16

This defines uint16 as unsigned short.

Definition at line 27 of file isf_types.h.

typedef unsigned long uint32

This defines uint32 as unsigned long.

Definition at line 36 of file isf_types.h.

typedef unsigned long long uint64

This defines uint64 as unsigned long long.

Definition at line 45 of file isf_types.h.

typedef unsigned char uint8

This defines uint8 as unsigned char.

Definition at line 18 of file isf_types.h.

typedef volatile short vint16

This defines vint16 as volatile short.

Definition at line 25 of file isf_types.h.

typedef volatile long vint32

This defines vint32 as volatile long.

Definition at line 34 of file isf_types.h.

typedef volatile long long vint64

This defines vint64 as volatile long long.

Definition at line 43 of file isf_types.h.

typedef volatile char vint8

This defines int8 as char.

This defines vint8 as volatile char.

Definition at line 16 of file isf_types.h.

typedef volatile unsigned short vuint16

This defines vuint16 as volatile unsigned short.

Definition at line 29 of file isf_types.h.

typedef volatile unsigned long vuint32

This defines vuint32 as volatile unsigned long.

Definition at line 38 of file isf_types.h.

typedef volatile unsigned long long vuint64

This defines vuint64 as volatile unsigned long long.

Definition at line 47 of file isf_types.h.

typedef volatile unsigned char vuint8

This defines vuint8 as volatile unsigned char.

Definition at line 20 of file isf_types.h.