s3c2400_gen_memmap.h
来自「在LINUX中实现USB摄像头视频监控的完整源代码!全部是自己移值的」· C头文件 代码 · 共 14 行
H
14 行
#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 + =
减小字号Ctrl + -
显示快捷键?