Freescale Semiconductor Inc.
    Regional Technical Application Center

 

E:/PROJECTS/IOP/ADC Average/Src/ADC_Filter/ADC_Filter_Drv/src/typedefs.h File Reference

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

Go to the source code of this file.

Defines

#define NULL_PTR   ((void *)0)

Typedefs

typedef signed char int8_t
typedef unsigned char uint8_t
typedef volatile signed char vint8_t
typedef volatile unsigned char vuint8_t
typedef signed short int16_t
typedef unsigned short uint16_t
typedef volatile signed short vint16_t
typedef volatile unsigned short vuint16_t
typedef signed int int32_t
typedef unsigned int uint32_t
typedef volatile signed int vint32_t
typedef volatile unsigned int vuint32_t
typedef volatile float float32_t


Define Documentation

#define NULL_PTR   ((void *)0)


Typedef Documentation

typedef volatile float float32_t

typedef signed short int16_t

typedef signed int int32_t

typedef signed char int8_t

typedef unsigned short uint16_t

typedef unsigned int uint32_t

typedef unsigned char uint8_t

typedef volatile signed short vint16_t

typedef volatile signed int vint32_t

typedef volatile signed char vint8_t

typedef volatile unsigned short vuint16_t

typedef volatile unsigned int vuint32_t

typedef volatile unsigned char vuint8_t