OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EVT_NO_FIRST_USER_EVENT
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/firmware/inc/
eventnums.h
25
#define
EVT_NO_FIRST_USER_EVENT
0x00000100 //all events lower than this are reserved for the OS. all of them are nondiscardable necessarily!
/device/google/contexthub/firmware/src/
seos.c
1070
if (evtType <
EVT_NO_FIRST_USER_EVENT
) {
[
all
...]
hostIntf.c
53
#define EVT_LATENCY_TIMER
EVT_NO_FIRST_USER_EVENT
[
all
...]
Completed in 446 milliseconds