sysinfo.h
来自「Lido PXA270平台开发板的最新BSP,包括源代码」· C头文件 代码 · 共 46 行
H
46 行
/*!****************************************************************************
@File sysinfo.h
@Title System Description Header
@Author Imagination Technologies
@date 6 August 2004
@Copyright Copyright 2003-2004 by Imagination Technologies Limited.
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.
@Platform generic
@Description This header provides system-specific declarations and macros
@DoxygenVer
******************************************************************************/
/******************************************************************************
Modifications :-
$Log: sysinfo.h $
*****************************************************************************/
#if !defined(__SYSINFO_H__)
#define __SYSINFO_H__
/*!< System specific poll/timeout details */
#define MAX_HW_TIME_US (500000)
#define WAIT_TRY_COUNT (10000)
/*!< System Command Processing kicking function */
IMG_VOID SysKickCmdProc(IMG_UINT32 *pui32KickerAddr);
#endif /* __SYSINFO_H__ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?