bioscfg_c.c

来自「利用DSP/BIOS在CCS2.2下开发的通过EMIF读取SRAM中数据的工程」· C语言 代码 · 共 36 行

C
36
字号
/*   Do *not* directly modify this file.  It was    */
/*   generated by the Configuration Tool; any  */
/*   changes risk being overwritten.                */

/* INPUT BIOS.cdb */

/*  Include Header File  */
#include "BIOScfg.h"


#pragma CODE_SECTION(CSL_cfgInit,".text:CSL_cfgInit")

/*  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. */

    
    /* You must use RTC_start() in your main code to start the RTC. */

    
    /* You must use WDTIM_start() in your main code to start the WDTIM. */

}

⌨️ 快捷键说明

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