Home
last modified time | relevance | path

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

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