amsysdef.h

来自「AMLOGIC DPF source code」· C头文件 代码 · 共 23 行

H
23
字号
/*******************************************************************
 * 
 *  Copyright C 2004 by Amlogic, Inc. All Rights Reserved.
 *
 *  Description: Per chip base address definitions.
 *
 *  Author: AMLogic Software 
 *
 *******************************************************************/

#ifndef AMSYSDEF_H
#define AMSYSDEF_H

#if defined(AML_ATHENA) || defined(AML_ARES) || defined(AML_COPIA)
#define SDRAM1_BASE                  0x01c00000
#define FLASH_BASE_ADDR              0x00400000 /* Base address for Flash memory */
#else
#define SDRAM1_BASE                  0x03c00000
#define FLASH_BASE_ADDR              0x01800000 /* Base address for Flash memory */
#endif

#endif

⌨️ 快捷键说明

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