rpc_ref.h

来自「嵌入式系统」· C头文件 代码 · 共 36 行

H
36
字号
/*-----------------------------------------------------------------------------
@@
@@ Copyright (c) 1999 Sharp Corporation All rights reserved.
@@
@@ (Summary)	: RPC register address, initialize value definition
@@
@@ (Comment)	: 
@@
@@ (Author)		: Kazuko FUKUDA
@@
@@ (History)	: Date		Modifier	Comment
@@				 2001/1/15
@@ (RCS ID)		: 
@@
-----------------------------------------------------------------------------*/
#ifndef RPC_REF
#define RPC_REF

/*****************************************************************************
 * RPC control register
 *****************************************************************************/
#define	APD_RPC_PowerMode	((volatile unsigned short *)(APD_RPCBASE))
#define	APD_RPC_ID		((volatile unsigned short *)(APD_RPCBASE + (unsigned long)0x04))
#define APD_RPC_MemoryMap	((volatile unsigned short *)(APD_RPCBASE + (unsigned long)0x08))
#define	APD_RPC_ResetStat	((volatile unsigned short *)(APD_RPCBASE + (unsigned long)0x0C))
#define	APD_RPC_ResetStatClear	((volatile unsigned short *)(APD_RPCBASE + (unsigned long)0x10))
#define	APD_RPC_CPUClkCtrl	((volatile unsigned short *)(APD_RPCBASE + (unsigned long)0x14))
#define	APD_RPC_MacroClkCtrl	((volatile unsigned short *)(APD_RPCBASE + (unsigned long)0x18))
#define	APD_RPC_MacroClkSel	((volatile unsigned short *)(APD_RPCBASE + (unsigned long)0x1C))
#define	APD_RPC_SoftReset	((volatile unsigned short *)(APD_RPCBASE + (unsigned long)0x20))
#define	APD_RPC_Arbitration	((volatile unsigned short *)(APD_RPCBASE + (unsigned long)0x24))
#define	APD_RPC_DecodeMode	((volatile unsigned short *)(APD_RPCBASE + (unsigned long)0x28))
#define	APD_RPC_ASBBridgeCtlr	((volatile unsigned short *)(APD_RPCBASE + (unsigned long)0x2C))

#endif	/* APD_RPC_REF */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?