Home
last modified time | relevance | path

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

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/
DWSEN_ISDS_2536030320001_hal.c3953 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_TAP_THS_6D_REG, 1, (uint8_t *) &tapThs6d)) in ISDS_setTapThreshold()
3960 return ISDS_WriteReg(sensorInterface, ISDS_TAP_THS_6D_REG, 1, (uint8_t *) &tapThs6d); in ISDS_setTapThreshold()
3973 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_TAP_THS_6D_REG, 1, (uint8_t *) &tapThs6d)) in ISDS_getTapThreshold()
3993 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_TAP_THS_6D_REG, 1, (uint8_t *) &tapThs6d)) in ISDS_set6DThreshold()
4000 return ISDS_WriteReg(sensorInterface, ISDS_TAP_THS_6D_REG, 1, (uint8_t *) &tapThs6d); in ISDS_set6DThreshold()
4013 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_TAP_THS_6D_REG, 1, (uint8_t *) &tapThs6d)) in ISDS_get6DThreshold()
4033 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_TAP_THS_6D_REG, 1, (uint8_t *) &tapThs6d)) in ISDS_enable4DDetection()
4040 return ISDS_WriteReg(sensorInterface, ISDS_TAP_THS_6D_REG, 1, (uint8_t *) &tapThs6d); in ISDS_enable4DDetection()
4053 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_TAP_THS_6D_REG, 1, (uint8_t *) &tapThs6d)) in ISDS_is4DDetectionEnabled()
DWSEN_ISDS_2536030320001_hal.h80 #define ISDS_TAP_THS_6D_REG 0x59 /**< Portrait/landscape position and tap fu… macro