Home
last modified time | relevance | path

Searched refs:EVT_SENSOR_NO_MOTION (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/firmware/os/drivers/tilt_detection/
Dtilt_detection.c35 #define EVT_SENSOR_NO_MOTION sensorGetMyEventType(SENS_TYPE_NO_MOTION) macro
158 osEventSubscribe(mTask.taskId, EVT_SENSOR_NO_MOTION); in configNoMotion()
161 osEventUnsubscribe(mTask.taskId, EVT_SENSOR_NO_MOTION); in configNoMotion()
248 case EVT_SENSOR_NO_MOTION: in tiltDetectionHandleEvent()
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
Dbosch_bmi160.c257 #define EVT_SENSOR_NO_MOTION sensorGetMyEventType(SENS_TYPE_NO_MOTION) macro
1895 return osEnqueueEvt(EVT_SENSOR_NO_MOTION, SENSOR_DATA_EVENT_FLUSH, NULL);
2657 osEnqueueEvt(EVT_SENSOR_NO_MOTION, NULL, NULL);
/device/google/contexthub/firmware/os/drivers/invensense_icm40600/
Dinvensense_icm40600.c413 #define EVT_SENSOR_NO_MOTION sensorGetMyEventType(SENS_TYPE_NO_MOTION) macro
930 osEnqueueEvt(EVT_SENSOR_NO_MOTION, NULL, NULL);