TMPM4G9  V1.0.0.0
TXZ SAFETY DEF

All common macro and definition for TXZ safety libraries. More...

Modules

 Device Header Included
 Include the Device header file of a Target.
 

Macros

#define true   1
 
#define false   0
 
#define SAFETY_NULL   ((void *)0)
 
#define DEBUGMSG(x, y)   if(x){((void)printf y);}
 

Typedefs

typedef _Bool bool
 

Detailed Description

All common macro and definition for TXZ safety libraries.

Macro Definition Documentation

§ DEBUGMSG

#define DEBUGMSG (   x,
 
)    if(x){((void)printf y);}

§ false

#define false   0

§ SAFETY_NULL

#define SAFETY_NULL   ((void *)0)

NULL.

§ true

#define true   1

Typedef Documentation

§ bool

typedef _Bool bool