zxcfg_c.c

来自「用DSP5410实现对音乐文件音量的限制性调节」· C语言 代码 · 共 54 行

C
54
字号
/*   Do *not* directly modify this file.  It was    *//*   generated by the Configuration Tool; any  *//*   changes risk being overwritten.                *//* INPUT zx.cdb *//*  Include Header File  */#include "zxcfg.h"#ifdef __cplusplus#pragma CODE_SECTION(".text:CSL_cfgInit")#else#pragma CODE_SECTION(CSL_cfgInit,".text:CSL_cfgInit")#endif#ifdef __cplusplus#pragma FUNC_EXT_CALLED()#else#pragma FUNC_EXT_CALLED(CSL_cfgInit)#endif/*  Config Structures */MCBSP_Config mcbspCfg0 = {    0x0021,        /*  Serial Port Control Register 1   */    0x0000,        /*  Serial Port Control Register 2   */    0x0000,        /*  Receive Control Register 1   */    0x0000,        /*  Receive Control Register 2   */    0x0000,        /*  Transmit Control Register 1   */    0x0000,        /*  Transmit Control Register 2   */    0x0000,        /*  Sample Rate Generator Register 1   */    0x0000,        /*  Sample Rate Generator Register 2   */    0x0000,        /*  Multichannel Control Register 1   */    0x0000,        /*  Multichannel Control Register 2   */    0x0000,        /*  Pin Control Register   */    0x0000,        /*  Receive Channel Enable Register Partition A   */    0x0000,        /*  Receive Channel Enable Register Partition B   */    0x0000,        /*  Transmit Channel Enable Register Partition A   */    0x0000         /*  Transmit Channel Enable Register Partition B   */};/*  Handles  *//* *  ======== CSL_cfgInit() ========   */void CSL_cfgInit(){}

⌨️ 快捷键说明

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