Home
last modified time | relevance | path

Searched refs:ITDS_TAP_X_TH_REG (Results 1 – 2 of 2) sorted by relevance

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ITDS_2533020201601_hal/
DWSEN_ITDS_2533020201601_hal.c2454 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()
DWSEN_ITDS_2533020201601_hal.h55 #define ITDS_TAP_X_TH_REG 0x30 /**< Tap recognition threshold in X direction r… macro