m24valib.h
来自「Lido PXA270平台开发板的最新BSP,包括源代码」· C头文件 代码 · 共 41 行
H
41 行
/**************************************************************************
* Name : m24valib.h
* Title : M24VA Simulator
* Author : Kevan Ahmadi
* Created : 23/04/02
*
* Copyright : 2002 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 VideoLogic Limited, Unit 8, HomePark
* : Industrial Estate, King's Langley, Hertfordshire,
* : WD4 8LZ, U.K.
*
* Description : Exposed functions from M24VALib
*
* Platform :
*
Version : $Revision: 1.1 $
Modifications :
$Log: m24valib.h $
--- Revision Logs Removed ---
*/
#ifndef _M24VALIB_H_
#define _M24VALIB_H_
void M24VASim_Initialise();
INT M24VASim_SlavePortWrite32(DWORD dwAddr, DWORD dwData);
INT M24VASim_SlavePortWrite64(DWORD dwAddr, DWORD dwData1, DWORD dwData2);
INT M24VASim_SlavePortRead(DWORD dwAddr, DWORD *pdwData);
#endif _M24VALIB_H_
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?