Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/drivers/invensense_icm40600/
Dinvensense_icm40600.c642 uint32_t noMotionTimerHandle; member
2179 if (T(sensors[NOMO]).configed && !T(noMotionTimerHandle)) {
2180 …T(noMotionTimerHandle) = timTimerSet(ICM40600_NOM_DURATION_NS, 0, 100, noMotionCallback, &T(sensor…
2181 } else if (!T(sensors[NOMO]).configed && T(noMotionTimerHandle)) {
2182 timTimerCancel(T(noMotionTimerHandle));
2183 T(noMotionTimerHandle) = 0;
2744 if (T(sensors[NOMO]).configed && T(noMotionTimerHandle)) {
2745 timTimerCancel(T(noMotionTimerHandle));
2746 …T(noMotionTimerHandle) = timTimerSet(ICM40600_NOM_DURATION_NS, 0, 100, noMotionCallback, (void *)&…
3179 T(noMotionTimerHandle) = 0;