⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sdram.h.svn-base

📁 Spearhead2000 的 USB驱动程序
💻 SVN-BASE
字号:
#ifndef __SDR_H_#define __SDR_H_/******************* structures *************************//* #define SDRBASE 0x00000000typedef struct sdrstruct{} sdrstruct;#define sdrstr ((volatile struct sdrstruct*) (SDRBASE)) *//********************************************************/void test_sdram(void);void write_burst(void);void read_burst(unsigned int*);void test_burst(void);#define SDRAM_START_ADDRESS    0x00040004 /* space left for code, ZI and stacks 160KBytes */#define SDRAM_ALIAS            0x80000000#define SDRAM_END_ADDRESS      0x02000000#endif //__SDR_H_

⌨️ 快捷键说明

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