📄 s3c2400_gen_memmap.h
字号:
#ifndef _VIVI_MEM_MAP_H_#define _VIVI_MEM_MAP_H_#define ROM_BASE0 0x00000000 /* base address of rom bank 0 */#define ROM_BASE1 0x02000000 /* base address of rom bank 1 */#define DRAM_BASE0 0x0C000000 /* base address of dram bank 0 */#define DRAM_BASE1 0x0E000000 /* base address of dram bank 1 */#define UNCACHED_FLASH_BASE 0x04000000#define CACHE_FLUSH_BASE 0x08000000#define CACHE_FLUSH_SIZE SZ_16K#endif /* _VIVI_MEM_MAP_H_ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -