Searched refs:detection4D (Results 1 – 4 of 4) sorted by relevance
838 int8_t ITDS_enable4DDetection(WE_sensorInterface_t* sensorInterface, ITDS_state_t detection4D);839 …int8_t ITDS_is4DDetectionEnabled(WE_sensorInterface_t* sensorInterface, ITDS_state_t *detection4D);
2450 int8_t ITDS_enable4DDetection(WE_sensorInterface_t* sensorInterface, ITDS_state_t detection4D) in ITDS_enable4DDetection() argument2459 tapXThresh.fourDDetectionEnabled = detection4D; in ITDS_enable4DDetection()2470 int8_t ITDS_is4DDetectionEnabled(WE_sensorInterface_t* sensorInterface, ITDS_state_t *detection4D) in ITDS_is4DDetectionEnabled() argument2479 *detection4D = (ITDS_state_t) tapXThresh.fourDDetectionEnabled; in ITDS_is4DDetectionEnabled()
1155 int8_t ISDS_enable4DDetection(WE_sensorInterface_t* sensorInterface, ISDS_state_t detection4D);1156 …int8_t ISDS_is4DDetectionEnabled(WE_sensorInterface_t* sensorInterface, ISDS_state_t *detection4D);
4029 int8_t ISDS_enable4DDetection(WE_sensorInterface_t* sensorInterface, ISDS_state_t detection4D) in ISDS_enable4DDetection() argument4038 tapThs6d.fourDDetectionEnabled = detection4D; in ISDS_enable4DDetection()4049 int8_t ISDS_is4DDetectionEnabled(WE_sensorInterface_t* sensorInterface, ISDS_state_t *detection4D) in ISDS_is4DDetectionEnabled() argument4058 *detection4D = (ISDS_state_t) tapThs6d.fourDDetectionEnabled; in ISDS_is4DDetectionEnabled()