Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
Deventnums.h137 #define EVT_APP_BEGIN 0x000000FC macro
/device/google/contexthub/firmware/os/core/
Dseos.c765 (void)osEnqueueEvt(EVT_APP_BEGIN, task, NULL); in osStartApp()
1085 case EVT_APP_BEGIN: in osInternalEvtHandle()
1091 if (evt == EVT_APP_BEGIN) { in osInternalEvtHandle()