democfg_c.c

来自「使用在TI 系列dsk5402 的很多可用例子」· C语言 代码 · 共 44 行

C
44
字号
/*

 *  Copyright 2003 by Texas Instruments Incorporated.

 *  All rights reserved. Property of Texas Instruments Incorporated.

 *  Restricted rights to use, duplicate or disclose this code are

 *  granted through contract.

 *

 *  @(#) XDAS 2.51.00 11-29-2003 (xdas-2.50.00.9)

 */

/*   Do *not* directly modify this file.  It was    */

/*   generated by the Configuration Tool; any  */

/*   changes risk being overwritten.                */



/* INPUT demo.cdb */



/*  Include Header File  */

#include "democfg.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 */

/*  Handles  */



/*

 *  ======== CSL_cfgInit() ========  

 */

void CSL_cfgInit()

{









}

⌨️ 快捷键说明

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