📄 cgating.h
字号:
/***************************************************************************
* Name : cgating.h
* Title : MBX WinCE driver Core Gating header
* Author(s) : Imagination Technologies
* Created : 2nd April 2003
*
* Copyright : 2003 by Imagination Technologies. All rights reserved.
* : No part of this software, either material or conceptual
* : may be copied or distributed, transmitted, transcribed,
* : stored in a retrieval system or translated into any
* : human or computer language in any form by any means,
* : electronic, mechanical, manual or other-wise, or
* : disclosed to third parties without the express written
* : permission of Imagination Technologies Limited, Unit 8,
* : HomePark Industrial Estate, King's Langley, Hertfordshire,
* : WD4 8LZ, U.K.
*
* Description : MBX WinCE driver Core clock gating.
*
* Platform : WinCE
*
* Modifications:-
* $Log: cgating.h $
*
* --- Revision Logs Removed ---
*
****************************************************************************/
#ifndef _CGATING_H_
#define _CGATING_H_
#if defined TIMED2DGATING && !defined NO_2D_CLOCKCONTROL
#include "services.h"
#define GATE_SAMPLE_PERIOD 500 /* millisecs */
void CreateGatingThread (PPVRSRV_DEV_INFO psDevInfo);
void DestroyGatingThread (PPVRSRV_DEV_INFO psDevInfo);
#endif /* TIMED2DGATING && !NO_2D_CLOCKCONTROL */
#endif /* _CGATING_H_ */
/********************************** end of file ******************************/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -