TMPM4G(1) Group Peripheral Driver User Manual
V1.0.0.0
|
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... | |
#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.
#define IS_POINTER_NOT_NULL | ( | param | ) | ((void*)(param)!=(void*)0) |
#define IS_TXZ_FUNCTIONAL_STATE | ( | STATE | ) | (((STATE) == DISABLE) || ((STATE) == ENABLE)) |