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