csl.h

来自「dsp在音频处理中的运用」· C头文件 代码 · 共 42 行

H
42
字号
/*****************************************************\ *  Copyright 2003, Texas Instruments Incorporated.  * *  All rights reserved.                             * *  Restricted rights to use, duplicate or disclose  * *  this   code   are  granted   through  contract.  * \*****************************************************/#ifndef _CSL_H_#define _CSL_H_#include <csl_types.h>#include <csl_error.h> /*****************************************************\ * The below code is commented as the resource manager * * is moved to a seperate module                       * \*****************************************************//*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 + =
减小字号Ctrl + -
显示快捷键?