Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
Dseos_priv.h37 #define EVT_PRIVATE_CLASS_CHRE 0x00000001 macro
/device/google/contexthub/firmware/os/core/
Dseos.c380 if (osTaskIsChre(srcTask) && (evtType >> 16) == EVT_PRIVATE_CLASS_CHRE) { in osPrivateEvtFreeF()
1393 if (!osEnqueuePrivateEvtEx(evtType | (EVT_PRIVATE_CLASS_CHRE << 16), evtData, in osEnqueuePrivateEvtNew()