t4.h55

来自「TI OMAP5910(1510)的最简单测试程序,用于 硬件最初的调试,简要」· H55 代码 · 共 25 行

H55
25
字号
/*   Do *not* directly modify this file.  It was    *//*   generated by the Configuration Tool; any  *//*   changes risk being overwritten.                *//* INPUT exampleS.cdb *//*  Include Header Files  */#include <std.h>#include <swi.h>#include <tsk.h>#include <log.h>#ifdef __cplusplusextern "C" {#endifextern SWI_Obj KNL_swi;extern TSK_Obj TSK_idle;extern LOG_Obj LOG_system;extern void CSL_cfgInit();#ifdef __cplusplus}#endif /* extern "C" */

⌨️ 快捷键说明

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