Home
last modified time | relevance | path

Searched refs:detection4D (Results 1 – 4 of 4) sorted by relevance

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ITDS_2533020201601_hal/
DWSEN_ITDS_2533020201601_hal.h838 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);
DWSEN_ITDS_2533020201601_hal.c2450 int8_t ITDS_enable4DDetection(WE_sensorInterface_t* sensorInterface, ITDS_state_t detection4D) in ITDS_enable4DDetection() argument
2459 tapXThresh.fourDDetectionEnabled = detection4D; in ITDS_enable4DDetection()
2470 int8_t ITDS_is4DDetectionEnabled(WE_sensorInterface_t* sensorInterface, ITDS_state_t *detection4D) in ITDS_is4DDetectionEnabled() argument
2479 *detection4D = (ITDS_state_t) tapXThresh.fourDDetectionEnabled; in ITDS_is4DDetectionEnabled()
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/
DWSEN_ISDS_2536030320001_hal.h1155 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);
DWSEN_ISDS_2536030320001_hal.c4029 int8_t ISDS_enable4DDetection(WE_sensorInterface_t* sensorInterface, ISDS_state_t detection4D) in ISDS_enable4DDetection() argument
4038 tapThs6d.fourDDetectionEnabled = detection4D; in ISDS_enable4DDetection()
4049 int8_t ISDS_is4DDetectionEnabled(WE_sensorInterface_t* sensorInterface, ISDS_state_t *detection4D) in ISDS_is4DDetectionEnabled() argument
4058 *detection4D = (ISDS_state_t) tapThs6d.fourDDetectionEnabled; in ISDS_is4DDetectionEnabled()