Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
Dseos_priv.h60 uint32_t subbedEventsInt[MAX_EMBEDDED_EVT_SUBS];
Dseos.h44 #define MAX_EMBEDDED_EVT_SUBS 6 /* tradeoff, no wrong answer */ macro
/device/google/contexthub/firmware/os/core/
Dseos.c748 task->subbedEvtListSz = MAX_EMBEDDED_EVT_SUBS; in osStartApp()