Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
Dseos_priv.h39 #define EVENT_GET_EVENT(evt) ((evt) & (EVT_MASK & ~EVENT_TYPE_BIT_DISCARDABLE)) macro
/device/google/contexthub/firmware/os/core/
Dseos.c400 struct AppEventFreeData fd = {.evtType = EVENT_GET_EVENT(evtType), .evtData = evtData}; in handleEventFreeing()
971 uint16_t evt = EVENT_GET_EVENT(evtType); in osInternalEvtHandle()
1093 evt = EVENT_GET_EVENT(evtType); in osMainDequeueLoop()