Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/drivers/orientation/
Dorientation.c53 #define EVT_SENSOR_GYR_DATA_RDY sensorGetMyEventType(SENS_TYPE_GYRO) macro
616 osEventSubscribe(mTask.tid, EVT_SENSOR_GYR_DATA_RDY); in fusionSetRateGyr()
734 osEventUnsubscribe(mTask.tid, EVT_SENSOR_GYR_DATA_RDY); in fusionPower()
805 case EVT_SENSOR_GYR_DATA_RDY: in fusionHandleEvent()
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
Dbosch_bmi160.c247 #define EVT_SENSOR_GYR_DATA_RDY sensorGetMyEventType(SENS_TYPE_GYRO) macro
1829 osEnqueueEvt(EVT_SENSOR_GYR_DATA_RDY, SENSOR_DATA_EVENT_FLUSH, NULL);