xensiv-radar-sensing
All Data Structures Functions Variables Typedefs Enumerations Enumerator Modules Pages
Macros

General Description

Macros for constants and error codes.

Macros

#define MTB_RADAR_SENSING_PROCESS_DELAY   (2)
 Recommended delay time (ms) after each call to mtb_radar_sensing_process.
 
#define MTB_RADAR_SENSING_SUCCESS   CY_RSLT_SUCCESS
 Result success

 
#define MTB_RADAR_SENSING_INIT_ERROR   (1)
 Initialization error.
 
#define MTB_RADAR_SENSING_MEM_ERROR   (2)
 Memory allocation error

 
#define MTB_RADAR_SENSING_PROCESS_ERROR   (3)
 Processing error

 
#define MTB_RADAR_SENSING_CONFIGURATION_ERROR   (4)
 Configuration error

 
#define MTB_RADAR_SENSING_BAD_PARAM   (5)
 The function input parameter is invalid.
 
#define CY_RSLT_MODULE_RADAR_SENSING   CY_RSLT_MODULE_MIDDLEWARE_BASE + 20
 RadarSensing module base.
 
#define MTB_RADAR_SENSING_RESULT_INIT_ERROR
 Create a result for initialization error. More...
 
#define MTB_RADAR_SENSING_RESULT_MEM_ERROR
 Create a result for memory allocation error. More...
 
#define MTB_RADAR_SENSING_RESULT_PROCESS_ERROR
 Create a result for processing error. More...
 
#define MTB_RADAR_SENSING_RESULT_CONFIGURATION_ERROR
 Create a result for configuration error. More...
 
#define MTB_RADAR_SENSING_RESULT_BAD_PARAM
 Create a result for configuration error. More...
 

Macro Definition Documentation

◆ MTB_RADAR_SENSING_RESULT_INIT_ERROR

#define MTB_RADAR_SENSING_RESULT_INIT_ERROR
Value:
CY_RSLT_CREATE(CY_RSLT_TYPE_FATAL, \

Create a result for initialization error.

◆ MTB_RADAR_SENSING_RESULT_MEM_ERROR

#define MTB_RADAR_SENSING_RESULT_MEM_ERROR
Value:
CY_RSLT_CREATE(CY_RSLT_TYPE_FATAL, \

Create a result for memory allocation error.

◆ MTB_RADAR_SENSING_RESULT_PROCESS_ERROR

#define MTB_RADAR_SENSING_RESULT_PROCESS_ERROR
Value:
CY_RSLT_CREATE(CY_RSLT_TYPE_FATAL, \

Create a result for processing error.

◆ MTB_RADAR_SENSING_RESULT_CONFIGURATION_ERROR

#define MTB_RADAR_SENSING_RESULT_CONFIGURATION_ERROR
Value:
CY_RSLT_CREATE(CY_RSLT_TYPE_FATAL, \

Create a result for configuration error.

◆ MTB_RADAR_SENSING_RESULT_BAD_PARAM

#define MTB_RADAR_SENSING_RESULT_BAD_PARAM
Value:
CY_RSLT_CREATE(CY_RSLT_TYPE_FATAL, \

Create a result for configuration error.

MTB_RADAR_SENSING_BAD_PARAM
#define MTB_RADAR_SENSING_BAD_PARAM
The function input parameter is invalid.
Definition: mtb_radar_sensing.h:508
MTB_RADAR_SENSING_PROCESS_ERROR
#define MTB_RADAR_SENSING_PROCESS_ERROR
Processing error
Definition: mtb_radar_sensing.h:506
MTB_RADAR_SENSING_INIT_ERROR
#define MTB_RADAR_SENSING_INIT_ERROR
Initialization error.
Definition: mtb_radar_sensing.h:504
MTB_RADAR_SENSING_MEM_ERROR
#define MTB_RADAR_SENSING_MEM_ERROR
Memory allocation error
Definition: mtb_radar_sensing.h:505
CY_RSLT_MODULE_RADAR_SENSING
#define CY_RSLT_MODULE_RADAR_SENSING
RadarSensing module base.
Definition: mtb_radar_sensing.h:510
MTB_RADAR_SENSING_CONFIGURATION_ERROR
#define MTB_RADAR_SENSING_CONFIGURATION_ERROR
Configuration error
Definition: mtb_radar_sensing.h:507