Searched refs:ITDS_INT_DUR_REG (Results 1 – 2 of 2) sorted by relevance
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ITDS_2533020201601_hal/ |
D | WSEN_ITDS_2533020201601_hal.c | 2822 if (WE_FAIL == ITDS_ReadReg(sensorInterface, ITDS_INT_DUR_REG, 1, (uint8_t *) &intDuration)) in ITDS_setTapLatencyTime() 2829 return ITDS_WriteReg(sensorInterface, ITDS_INT_DUR_REG, 1, (uint8_t *) &intDuration); in ITDS_setTapLatencyTime() 2842 if (WE_FAIL == ITDS_ReadReg(sensorInterface, ITDS_INT_DUR_REG, 1, (uint8_t *) &intDuration)) in ITDS_getTapLatencyTime() 2862 if (WE_FAIL == ITDS_ReadReg(sensorInterface, ITDS_INT_DUR_REG, 1, (uint8_t *) &intDuration)) in ITDS_setTapQuietTime() 2869 return ITDS_WriteReg(sensorInterface, ITDS_INT_DUR_REG, 1, (uint8_t *) &intDuration); in ITDS_setTapQuietTime() 2883 if (WE_FAIL == ITDS_ReadReg(sensorInterface, ITDS_INT_DUR_REG, 1, (uint8_t *) &intDuration)) in ITDS_getTapQuietTime() 2903 if (WE_FAIL == ITDS_ReadReg(sensorInterface, ITDS_INT_DUR_REG, 1, (uint8_t *) &intDuration)) in ITDS_setTapShockTime() 2910 return ITDS_WriteReg(sensorInterface, ITDS_INT_DUR_REG, 1, (uint8_t *) &intDuration); in ITDS_setTapShockTime() 2923 if (WE_FAIL == ITDS_ReadReg(sensorInterface, ITDS_INT_DUR_REG, 1, (uint8_t *) &intDuration)) in ITDS_getTapShockTime()
|
D | WSEN_ITDS_2533020201601_hal.h | 58 #define ITDS_INT_DUR_REG 0x33 /**< Interrupt duration register */ macro
|