Searched refs:ITDS_TAP_X_TH_REG (Results 1 – 2 of 2) sorted by relevance
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ITDS_2533020201601_hal/ |
D | WSEN_ITDS_2533020201601_hal.c | 2454 if (WE_FAIL == ITDS_ReadReg(sensorInterface, ITDS_TAP_X_TH_REG, 1, (uint8_t *) &tapXThresh)) in ITDS_enable4DDetection() 2461 return ITDS_WriteReg(sensorInterface, ITDS_TAP_X_TH_REG, 1, (uint8_t *) &tapXThresh); in ITDS_enable4DDetection() 2474 if (WE_FAIL == ITDS_ReadReg(sensorInterface, ITDS_TAP_X_TH_REG, 1, (uint8_t *) &tapXThresh)) in ITDS_is4DDetectionEnabled() 2494 if (WE_FAIL == ITDS_ReadReg(sensorInterface, ITDS_TAP_X_TH_REG, 1, (uint8_t *) &tapXThresh)) in ITDS_setTapThresholdX() 2501 return ITDS_WriteReg(sensorInterface, ITDS_TAP_X_TH_REG, 1, (uint8_t *) &tapXThresh); in ITDS_setTapThresholdX() 2514 if (WE_FAIL == ITDS_ReadReg(sensorInterface, ITDS_TAP_X_TH_REG, 1, (uint8_t *) &tapXThresh)) in ITDS_getTapThresholdX() 2534 if (WE_FAIL == ITDS_ReadReg(sensorInterface, ITDS_TAP_X_TH_REG, 1, (uint8_t *) &tapXThresh)) in ITDS_set6DThreshold() 2541 return ITDS_WriteReg(sensorInterface, ITDS_TAP_X_TH_REG, 1, (uint8_t *) &tapXThresh); in ITDS_set6DThreshold() 2554 if (WE_FAIL == ITDS_ReadReg(sensorInterface, ITDS_TAP_X_TH_REG, 1, (uint8_t *) &tapXThresh)) in ITDS_get6DThreshold()
|
D | WSEN_ITDS_2533020201601_hal.h | 55 #define ITDS_TAP_X_TH_REG 0x30 /**< Tap recognition threshold in X direction r… macro
|