⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 csl.h

📁 ccs下对dm6446的测试程序
💻 H
字号:
/*  ============================================================================ *   Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005                  *                                                                               *   Use of this software is controlled by the terms and conditions found in the *   license agreement under which this software has been supplied.              *   =========================================================================== */#ifndef _CSL_H_#define _CSL_H_#include <csl_types.h>#include <csl_resId.h>#include <csl_error.h>#include <cslr.h>typedef void *  CSL_ResHandle;typedef struct {    CSL_OpenMode openMode;    CSL_Uid uid;    CSL_Xio xio;} CSL_ResAttrs;typedef void (* CSL_Phy2VirtHandler)(CSL_ResHandle);typedef void (* CSL_Virt2PhyHandler)(CSL_ResHandle);typedef void (* CSL_AltRouteHandler)(CSL_ResHandle);void    CSL_sysInit (        void);#endif /* _CSL_H_ */

⌨️ 快捷键说明

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