firtest1cfg.h

来自「使用在TI DSP c54xx系列的 xdaix」· C头文件 代码 · 共 41 行

H
41
字号
/*

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



#define CHIP_5402 1



/*  Include Header Files  */

#include <std.h>

#include <hst.h>

#include <swi.h>

#include <tsk.h>

#include <log.h>

#include <sts.h>



#ifdef __cplusplus

extern "C" {

#endif



extern HST_Obj RTA_fromHost;

extern HST_Obj RTA_toHost;

extern SWI_Obj KNL_swi;

extern TSK_Obj TSK_idle;

extern LOG_Obj LOG_system;

extern LOG_Obj trace;

extern STS_Obj IDL_busyObj;

extern void CSL_cfgInit();



#ifdef __cplusplus

}

#endif /* extern "C" */

⌨️ 快捷键说明

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