Searched refs:EVT_APP_TIMER (Results 1 – 5 of 5) sorted by relevance
158 #define EVT_APP_TIMER 0x000000DF macro
57 } else if (evtType == EVT_APP_TIMER) { in handle_event()
102 if (!osEnqueuePrivateEvt(EVT_APP_TIMER, evt, timerCallFuncFreeF, tim->tid)) { in timCallFunc()232 …if (evtType != EVT_PRIVATE_EVT || !da || da->privateEvt.evtType != EVT_APP_TIMER || !da->privateEv… in timerEventMatch()
239 case EVT_APP_TIMER: in chreappHandle()
240 case EVT_APP_TIMER: in chreappHandle()