mutexcfg.h

来自「dsp集成开发环境—ccs及dspbios的原理与应用(配套源码),希望可以对大」· C头文件 代码 · 共 37 行

H
37
字号
/*   Do *not* directly modify this file.  It was    *//*   generated by the Configuration Tool; any  *//*   changes risk being overwritten.                *//* INPUT mutex.cdb */#define CHIP_5402 1/*  Include Header Files  */#include <std.h>#include <hst.h>#include <swi.h>#include <tsk.h>#include <log.h>#include <sem.h>#include <sts.h>#ifdef __cplusplusextern "C" {#endifextern HST_Obj RTA_fromHost;extern HST_Obj RTA_toHost;extern SWI_Obj KNL_swi;extern TSK_Obj TSK_idle;extern TSK_Obj task0;extern TSK_Obj task1;extern LOG_Obj LOG_system;extern LOG_Obj trace;extern SEM_Obj sem;extern STS_Obj IDL_busyObj;extern void CSL_cfgInit();#ifdef __cplusplus}#endif /* extern "C" */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?