vdevicecfg.h
来自「此例程是关于DSP虚拟仪器的程序」· C头文件 代码 · 共 36 行
H
36 行
/* Do *not* directly modify this file. It was *//* generated by the Configuration Tool; any *//* changes risk being overwritten. *//* INPUT VDevice.cdb */#define CHIP_5410 1/* Include Header Files */#include <std.h>#include <swi.h>#include <tsk.h>#include <log.h>#include <csl_mcbsp.h>#include <csl_pll.h>#include <csl_timer.h>#ifdef __cplusplusextern "C" {#endifextern SWI_Obj KNL_swi;extern TSK_Obj TSK_idle;extern LOG_Obj LOG_system;extern MCBSP_Config mcbspCfg0;extern MCBSP_Config mcbspCfg2;extern PLL_Config pllCfg0;extern TIMER_Config timerCfg0;extern MCBSP_Handle hMcbsp0;extern MCBSP_Handle hMcbsp2;extern void CSL_cfgInit();#ifdef __cplusplus}#endif /* extern "C" */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?