OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EVT_SENSOR_NO_MOTION
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/firmware/src/drivers/tilt_detection/
tilt_detection.c
35
#define
EVT_SENSOR_NO_MOTION
sensorGetMyEventType(SENS_TYPE_NO_MOTION)
158
osEventSubscribe(mTask.taskId,
EVT_SENSOR_NO_MOTION
);
161
osEventUnsubscribe(mTask.taskId,
EVT_SENSOR_NO_MOTION
);
248
case
EVT_SENSOR_NO_MOTION
:
/device/google/contexthub/firmware/src/drivers/bosch_bmi160/
bosch_bmi160.c
207
#define
EVT_SENSOR_NO_MOTION
sensorGetMyEventType(SENS_TYPE_NO_MOTION)
[
all
...]
Completed in 3439 milliseconds