Searched defs:AppFuncs (Results 1 – 1 of 1) sorted by relevance
49 struct AppFuncs { /* do not rearrange */ struct51 bool (*init)(uint32_t yourTid); //simple init only - no ints on at this time52 void (*end)(void); //die quickly please54 void (*handle)(uint32_t evtType, const void* evtData);