Home
last modified time | relevance | path

Searched defs:AppFuncs (Results 1 – 1 of 1) sorted by relevance

/device/google/contexthub/firmware/inc/
Dseos.h44 struct AppFuncs { /* do not rearrange */ struct
46 bool (*init)(uint32_t yourTid); //simple init only - no ints on at this time
47 void (*end)(void); //die quickly please
49 void (*handle)(uint32_t evtType, const void* evtData);