Macros
types.h File Reference

This file defines the basic data types used to fixed length types. Currently the standard types defined in stdint.h are used. This file also contains macros defining the TRUE,FALSE and NULLi pointer values. More...

#include <stdint.h>
#include <string.h>

Macros

#define TRUE   (1U)
 Defines TRUE status value.
 
#define FALSE   (0U)
 Defines FALSE status value.
 
#define NULL   ((void*) 0U)
 Defines NULL pointer value.
 

Detailed Description

This file defines the basic data types used to fixed length types. Currently the standard types defined in stdint.h are used. This file also contains macros defining the TRUE,FALSE and NULLi pointer values.


Copyright 2016, Texas Instruments Incorporated