Home
last modified time | relevance | path

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

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/
DWSEN_ISDS_2536030320001_hal.c4200 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_WAKE_UP_THS_REG, 1, (uint8_t *) &wakeUpThs)) in ISDS_setWakeUpThreshold()
4207 return ISDS_WriteReg(sensorInterface, ISDS_WAKE_UP_THS_REG, 1, (uint8_t *) &wakeUpThs); in ISDS_setWakeUpThreshold()
4220 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_WAKE_UP_THS_REG, 1, (uint8_t *) &wakeUpThs)) in ISDS_getWakeUpThreshold()
4240 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_WAKE_UP_THS_REG, 1, (uint8_t *) &wakeUpThs)) in ISDS_enableDoubleTapEvent()
4247 return ISDS_WriteReg(sensorInterface, ISDS_WAKE_UP_THS_REG, 1, (uint8_t *) &wakeUpThs); in ISDS_enableDoubleTapEvent()
4260 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_WAKE_UP_THS_REG, 1, (uint8_t *) &wakeUpThs)) in ISDS_isDoubleTapEventEnabled()
DWSEN_ISDS_2536030320001_hal.h82 #define ISDS_WAKE_UP_THS_REG 0x5B /**< Single and double-tap function thresho… macro