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... | |
#define MTB_RADAR_SENSING_RESULT_INIT_ERROR |
Create a result for initialization error.
#define MTB_RADAR_SENSING_RESULT_MEM_ERROR |
Create a result for memory allocation error.
#define MTB_RADAR_SENSING_RESULT_PROCESS_ERROR |
Create a result for processing error.
#define MTB_RADAR_SENSING_RESULT_CONFIGURATION_ERROR |
Create a result for configuration error.
#define MTB_RADAR_SENSING_RESULT_BAD_PARAM |
Create a result for configuration error.