Home
last modified time | relevance | path

Searched refs:wakeUpY (Results 1 – 4 of 4) sorted by relevance

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ITDS_2533020201601_hal/
DWSEN_ITDS_2533020201601_hal.h446 …uint8_t wakeUpY : 1; /**< Y_WU: Wake-up event on Y-axis status (0: Wake-up event on Y-axis … member
903 int8_t ITDS_isWakeUpYEvent(WE_sensorInterface_t* sensorInterface, ITDS_state_t *wakeUpY);
DWSEN_ITDS_2533020201601_hal.c3414 int8_t ITDS_isWakeUpYEvent(WE_sensorInterface_t* sensorInterface, ITDS_state_t *wakeUpY) in ITDS_isWakeUpYEvent() argument
3423 *wakeUpY = (ITDS_state_t) wakeUpEvent.wakeUpY; in ITDS_isWakeUpYEvent()
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/
DWSEN_ISDS_2536030320001_hal.h387 …uint8_t wakeUpY : 1; /**< Wake-up event on Y-axis status. 0: Wake-up event on Y… member
1087 int8_t ISDS_isWakeUpYEvent(WE_sensorInterface_t* sensorInterface, ISDS_state_t *wakeUpY);
DWSEN_ISDS_2536030320001_hal.c2926 int8_t ISDS_isWakeUpYEvent(WE_sensorInterface_t* sensorInterface, ISDS_state_t *wakeUpY) in ISDS_isWakeUpYEvent() argument
2935 *wakeUpY = (ISDS_state_t) status.wakeUpY; in ISDS_isWakeUpYEvent()