config1cfg_c.c

来自「此源码为在DSP上实现的卷积纠错编解码算法」· C语言 代码 · 共 31 行

C
31
字号
/*   Do *not* directly modify this file.  It was    *//*   generated by the Configuration Tool; any  *//*   changes risk being overwritten.                *//* INPUT Config1.CDB *//*  Include Header File  */#include "Config1cfg.h"/*  Config Structures *//*  Handles  *//* *  ======== CSL_cfgInit() ========   */void CSL_cfgInit(){        /* You must use DMA_start() in your main code to start the DMA. */        /* You must use MCBSP_start() in your main code to start the MCBSP. */        }

⌨️ 快捷键说明

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