?? csl.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 + -