📄 fsmsgapi.hit
字号:
#ifndef FSMSGAPI_HIT#define FSMSGAPI_HIT/********************************************************//* *//* THIS STRUCTURE IS TO USE IN FUTURE VERSIONS *//* Message for a run thread command *//* *//********************************************************/typedef struct st_RunThread { t_MsgHeader s_KernelMsgHeader; void (*p_Function)(void* Ctx) ; /* Pointer on function corresponding to thread */ void* p_Context; /* Context of the thread to call ( is the input parameter */ u8 v_Priority; /* Priority of the thread */ MC_PCC_FILL_STRUCT3 } t_RunThread;#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -