pamext.h
来自「SAMSUNG S3C6410 CPU BSP for winmobile6」· C头文件 代码 · 共 44 行
H
44 行
/*****************************************************************************/
/* */
/* PROJECT : AnyStore II */
/* MODULE : XSR PAM */
/* NAME : Platform Adapation Module header file */
/* FILE : PAMExt.h */
/* PURPOSE : This file contains the definition and protypes of exported */
/* functions for Platform Adaptation Module of XSR. */
/* */
/*---------------------------------------------------------------------------*/
/* */
/* COPYRIGHT 2003-2005 SAMSUNG ELECTRONICS CO., LTD. */
/* ALL RIGHTS RESERVED */
/* */
/* Permission is hereby granted to licensees of Samsung Electronics */
/* Co., Ltd. products to use or abstract this computer program for the */
/* sole purpose of implementing a product based on Samsung */
/* Electronics Co., Ltd. products. No other rights to reproduce, use, */
/* or disseminate this computer program, whether in part or in whole, */
/* are granted. */
/* */
/* Samsung Electronics Co., Ltd. makes no representation or warranties */
/* with respect to the performance of this computer program, and */
/* specifically disclaims any responsibility for any damages, */
/* special or consequential, connected with the use of this program. */
/* */
/*---------------------------------------------------------------------------*/
/* */
/* REVISION HISTORY */
/* */
/* 25-OCT-2004 [Jihyun In] : first writing */
/* */
/*****************************************************************************/
#ifndef _XSR_PAMEXT_H_
#define _XSR_PAMEXT_H_
#define DATA_REG_OFFSET (0x00)
#define CMD_REG_OFFSET (0x04)
#define ADDR_REG_OFFSET (0x08)
#define NBL3_SHADOW_BASE 0x33e00000
#define COPIEDOS_SHADOW_BASE 0x30100000
#endif /* _XSR_PAMEXT_H_ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?