Searched refs:tapXThresh (Results 1 – 1 of 1) sorted by relevance
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ITDS_2533020201601_hal/ |
D | WSEN_ITDS_2533020201601_hal.c | 2452 ITDS_tapXThreshold_t tapXThresh; in ITDS_enable4DDetection() local 2454 if (WE_FAIL == ITDS_ReadReg(sensorInterface, ITDS_TAP_X_TH_REG, 1, (uint8_t *) &tapXThresh)) in ITDS_enable4DDetection() 2459 tapXThresh.fourDDetectionEnabled = detection4D; in ITDS_enable4DDetection() 2461 return ITDS_WriteReg(sensorInterface, ITDS_TAP_X_TH_REG, 1, (uint8_t *) &tapXThresh); in ITDS_enable4DDetection() 2472 ITDS_tapXThreshold_t tapXThresh; in ITDS_is4DDetectionEnabled() local 2474 if (WE_FAIL == ITDS_ReadReg(sensorInterface, ITDS_TAP_X_TH_REG, 1, (uint8_t *) &tapXThresh)) in ITDS_is4DDetectionEnabled() 2479 *detection4D = (ITDS_state_t) tapXThresh.fourDDetectionEnabled; in ITDS_is4DDetectionEnabled() 2492 ITDS_tapXThreshold_t tapXThresh; in ITDS_setTapThresholdX() local 2494 if (WE_FAIL == ITDS_ReadReg(sensorInterface, ITDS_TAP_X_TH_REG, 1, (uint8_t *) &tapXThresh)) in ITDS_setTapThresholdX() 2499 tapXThresh.xAxisTapThreshold = tapThresholdX; in ITDS_setTapThresholdX() [all …]
|