TMPM4G(1) Group Peripheral Driver User Manual  V1.0.0.0
Parameter Check Result

Whether the parameter is specified or not. More...

Macros

#define FUART_PARAM_OK   ((int32_t)1)
 
#define FUART_PARAM_NG   ((int32_t)0)
 

Detailed Description

Whether the parameter is specified or not.

Macro Definition Documentation

§ FUART_PARAM_NG

#define FUART_PARAM_NG   ((int32_t)0)

Parameter is invalid(not specified).

§ FUART_PARAM_OK

#define FUART_PARAM_OK   ((int32_t)1)

Parameter is valid(specified).