Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/drivers/tilt_detection/
Dtilt_detection.c36 #define EVT_SENSOR_ACCEL sensorGetMyEventType(SENS_TYPE_ACCEL) macro
169 osEventSubscribe(mTask.taskId, EVT_SENSOR_ACCEL); in configAccel()
172 osEventUnsubscribe(mTask.taskId, EVT_SENSOR_ACCEL); in configAccel()
258 case EVT_SENSOR_ACCEL: in tiltDetectionHandleEvent()