csl.h

来自「Dm6455 driver,magbe useful to you!」· C头文件 代码 · 共 24 行

H
24
字号
/*****************************************************\
 *  Copyright 2005 Texas Instruments Incorporated.  *
 *  All rights reserved.                             *
 *  Restricted rights to use, duplicate or disclose  *
 *  this   code   are  granted   through  contract.  *
 *                                                   *
 * "@(#) PSP/CSL  3.0.0.0  (2003-09-30)              *
\*****************************************************/

#ifndef _CSL_H_
#define _CSL_H_

#include <csl_types.h>
#include <csl_error.h>

void
    CSL_sysInit (
        void
);

#endif /* _CSL_H_ */


⌨️ 快捷键说明

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