Searched refs:noMotionTimerHandle (Results 1 – 1 of 1) sorted by relevance
642 uint32_t noMotionTimerHandle; member2179 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;