Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/inc/
Deventnums.h123 #define EVT_APP_TIMER 0x000000DF macro
/device/google/contexthub/firmware/app/test0.app/
Dtest_app0.c57 } else if (evtType == EVT_APP_TIMER) { in handle_event()
/device/google/contexthub/firmware/src/
Dtimer.c84 if (!osEnqueuePrivateEvt(EVT_APP_TIMER, evt, timerCallFuncFreeF, tim->tid)) in timCallFunc()