Searched refs:ISDS_WAKE_UP_EVENT_REG (Results 1 – 2 of 2) sorted by relevance
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/ |
D | WSEN_ISDS_2536030320001_hal.c | 2897 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()
|
D | WSEN_ISDS_2536030320001_hal.h | 54 #define ISDS_WAKE_UP_EVENT_REG 0x1B /**< Wake-up interrupt source register */ macro
|