Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/
DeventQ.c165 …else if (!timIntHandler()) { // check for timers. if any fire, do not sleep (since by the time cal… in evtQueueDequeue()
167 timIntHandler(); //first thing when awake: check timers in evtQueueDequeue()
Dtimer.c230 bool timIntHandler(void) in timIntHandler() function
/device/google/contexthub/firmware/inc/
Dtimer.h49 bool timIntHandler(void);
/device/google/contexthub/firmware/src/platform/stm32f4xx/
Drtc.c296 timIntHandler(); in EXTI22_RTC_WKUP_IRQHandler()
Dplatform.c354 timIntHandler(); in TIM2_IRQHandler()