Home
last modified time | relevance | path

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

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/
DWSEN_ISDS_2536030320001_hal.h186 uint8_t int0GyroDataReady : 1; /**< Gyroscope data-ready on INT0 pin. Default value: 0. */ member
949 …SDS_enableGyroDataReadyINT0(WE_sensorInterface_t* sensorInterface, ISDS_state_t int0GyroDataReady);
950 …isGyroDataReadyINT0Enabled(WE_sensorInterface_t* sensorInterface, ISDS_state_t *int0GyroDataReady);
DWSEN_ISDS_2536030320001_hal.c625 …ISDS_enableGyroDataReadyINT0(WE_sensorInterface_t* sensorInterface, ISDS_state_t int0GyroDataReady) in ISDS_enableGyroDataReadyINT0() argument
634 int0Ctrl.int0GyroDataReady = (uint8_t) int0GyroDataReady; in ISDS_enableGyroDataReadyINT0()
645 …_isGyroDataReadyINT0Enabled(WE_sensorInterface_t* sensorInterface, ISDS_state_t *int0GyroDataReady) in ISDS_isGyroDataReadyINT0Enabled() argument
654 *int0GyroDataReady = (ISDS_state_t) int0Ctrl.int0GyroDataReady; in ISDS_isGyroDataReadyINT0Enabled()