Home
last modified time | relevance | path

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

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/
DWSEN_ISDS_2536030320001_hal.c2897 return ISDS_ReadReg(sensorInterface, ISDS_WAKE_UP_EVENT_REG, 1, (uint8_t *) status); in ISDS_getWakeUpEventRegister()
2910 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_WAKE_UP_EVENT_REG, 1, (uint8_t *) &status)) in ISDS_isWakeUpXEvent()
2930 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_WAKE_UP_EVENT_REG, 1, (uint8_t *) &status)) in ISDS_isWakeUpYEvent()
2950 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_WAKE_UP_EVENT_REG, 1, (uint8_t *) &status)) in ISDS_isWakeUpZEvent()
2970 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_WAKE_UP_EVENT_REG, 1, (uint8_t *) &status)) in ISDS_isWakeUpEvent()
2990 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_WAKE_UP_EVENT_REG, 1, (uint8_t *) &status)) in ISDS_getSleepState()
3010 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_WAKE_UP_EVENT_REG, 1, (uint8_t *) &status)) in ISDS_isFreeFallEvent()
DWSEN_ISDS_2536030320001_hal.h54 #define ISDS_WAKE_UP_EVENT_REG 0x1B /**< Wake-up interrupt source register */ macro