Home
last modified time | relevance | path

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

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/
DWSEN_ISDS_2536030320001_hal.c4076 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_INT_DUR2_REG, 1, (uint8_t *) &intDuration)) in ISDS_setTapLatencyTime()
4083 return ISDS_WriteReg(sensorInterface, ISDS_INT_DUR2_REG, 1, (uint8_t *) &intDuration); in ISDS_setTapLatencyTime()
4096 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_INT_DUR2_REG, 1, (uint8_t *) &intDuration)) in ISDS_getTapLatencyTime()
4116 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_INT_DUR2_REG, 1, (uint8_t *) &intDuration)) in ISDS_setTapQuietTime()
4123 return ISDS_WriteReg(sensorInterface, ISDS_INT_DUR2_REG, 1, (uint8_t *) &intDuration); in ISDS_setTapQuietTime()
4137 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_INT_DUR2_REG, 1, (uint8_t *) &intDuration)) in ISDS_getTapQuietTime()
4157 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_INT_DUR2_REG, 1, (uint8_t *) &intDuration)) in ISDS_setTapShockTime()
4164 return ISDS_WriteReg(sensorInterface, ISDS_INT_DUR2_REG, 1, (uint8_t *) &intDuration); in ISDS_setTapShockTime()
4177 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_INT_DUR2_REG, 1, (uint8_t *) &intDuration)) in ISDS_getTapShockTime()
DWSEN_ISDS_2536030320001_hal.h81 #define ISDS_INT_DUR2_REG 0x5A /**< Tap recognition function setting regis… macro