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

📄 ebi.h

📁 M*core开发库文件,能够大大减轻开发者的难度
💻 H
字号:
/********************************************************************
	created:	2007/04/13
	created:	13:4:2007   15:20
	filename: 	G:\DataBak\VCWorks\04.09\McoreReg\EBI.h
	author:		CryinRain & YxY
	Page:       86<->88
	purpose:	Exterior Bus interface & Chip select module regs
*********************************************************************/

#if !defined(_CORE_H4)
#define _CORE_H4

//Every Channel has 8MB space.CSCRX corresponding to CS[3:0].
#define CSCR0	(*(volatile unsigned short*)(0x00c20000)) //16bit Access:S   R/W
#define CSCR1	(*(volatile unsigned short*)(0x00c20002)) //16bit Access:S   R/W
#define CSCR2	(*(volatile unsigned short*)(0x00c20004)) //16bit Access:S   R/W
#define CSCR3	(*(volatile unsigned short*)(0x00c20006)) //16bit Access:S   R/W

#endif

⌨️ 快捷键说明

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