TMPM4G(1) Group Peripheral Driver User Manual  V1.0.0.0
TXZ Exported macro

Macros

#define IS_TXZ_FUNCTIONAL_STATE(STATE)   (((STATE) == DISABLE) || ((STATE) == ENABLE))
 
#define IS_POINTER_NOT_NULL(param)   ((void*)(param)!=(void*)0)
 
#define assert_param(expr)
 To report the name of the source file and source line number where the assert_param error has occurred, "DEBUG" must be defined. And detailed definition of assert_failed() is needed to be implemented, which can be done, for example, in the main.c file. More...
 

Detailed Description

Macro Definition Documentation

§ assert_param

#define assert_param (   expr)

To report the name of the source file and source line number where the assert_param error has occurred, "DEBUG" must be defined. And detailed definition of assert_failed() is needed to be implemented, which can be done, for example, in the main.c file.

§ IS_POINTER_NOT_NULL

#define IS_POINTER_NOT_NULL (   param)    ((void*)(param)!=(void*)0)

§ IS_TXZ_FUNCTIONAL_STATE

#define IS_TXZ_FUNCTIONAL_STATE (   STATE)    (((STATE) == DISABLE) || ((STATE) == ENABLE))