📄 _csl_resource.h
字号:
/*****************************************************\
* Copyright 2003, 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_RESOURCE_H_
#define __CSL_RESOURCE_H_
#include <csl_types.h>
#include <csl.h>
typedef Uint16 CSL_CriticalSectionState;
CSL_CriticalSectionState
_CSL_beginCriticalSection (
void
);
void
_CSL_endCriticalSection (
CSL_CriticalSectionState
);
CSL_ResHandle
_CSL_certifyOpen (
CSL_ResHandle rHandle,
CSL_Status * st
);
CSL_Status
_CSL_certifyClose (
CSL_ResHandle rHandle
);
CSL_Test
_CSL_resourceTest (
CSL_Uid resId
);
CSL_Test
_CSL_xioTest (
CSL_Xio xio
);
void
_CSL_xioSet (
CSL_Xio xio
);
void
_CSL_resourceSet (
CSL_Uid resId
);
void
_CSL_resourceClear (
CSL_Uid resId
);
void
_CSL_xioClear (
CSL_Xio xio
);
#endif /* __CSL_RESOURCE_H_ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -