Searched refs:ITDS_TAP_Y_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 | 2577 if (WE_FAIL == ITDS_ReadReg(sensorInterface, ITDS_TAP_Y_TH_REG, 1, (uint8_t *) &tapYThresh)) in ITDS_setTapThresholdY() 2584 return ITDS_WriteReg(sensorInterface, ITDS_TAP_Y_TH_REG, 1, (uint8_t *) &tapYThresh); in ITDS_setTapThresholdY() 2597 if (WE_FAIL == ITDS_ReadReg(sensorInterface, ITDS_TAP_Y_TH_REG, 1, (uint8_t *) &tapYThresh)) in ITDS_getTapThresholdY() 2616 if (WE_FAIL == ITDS_ReadReg(sensorInterface, ITDS_TAP_Y_TH_REG, 1, (uint8_t *) &tapYThresh)) in ITDS_setTapAxisPriority() 2623 return ITDS_WriteReg(sensorInterface, ITDS_TAP_Y_TH_REG, 1, (uint8_t *) &tapYThresh); in ITDS_setTapAxisPriority() 2636 if (WE_FAIL == ITDS_ReadReg(sensorInterface, ITDS_TAP_Y_TH_REG, 1, (uint8_t *) &tapYThresh)) in ITDS_getTapAxisPriority()
|
D | WSEN_ITDS_2533020201601_hal.h | 56 #define ITDS_TAP_Y_TH_REG 0x31 /**< Tap recognition threshold in Y direction r… macro
|