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

📄 memory.c

📁 os arm os arm os arm os arm os arm os arm os arm os arm os arm os arm os arm os arm os arm os arm
💻 C
字号:
/* *	ApOS (Another Project software for s3c2410) *	 *	This program is free software; you can redistribute it and/or modify *	it under the terms of the GNU General Public License version 2 as *	published by the Free Software Foundation. *			 *						Copyright caiyuqing * */#include "../include/s3c2410/s3c2410.h"#include "../include/s3c2410/memory.h"struct memory_ctrl_object memory_ctrl_object;void memory_ctrl_obj_init(struct memory_ctrl_object *mco){	mco->bwscon	=&rBWSCON;	mco->bankcon0	=&rBANKCON0;	mco->bankcon1	=&rBANKCON1;	mco->bankcon2	=&rBANKCON2;	mco->bankcon3	=&rBANKCON3;	mco->bankcon4	=&rBANKCON4;	mco->bankcon5	=&rBANKCON5;	mco->bankcon6	=&rBANKCON6;	mco->bankcon7	=&rBANKCON7;	mco->refresh	=&rREFRESH;	mco->banksize	=&BANKSIZE;	mco->mrsrb6	=&MRSRB6;	mco->mrsrb7	=&MRSRB7;}/* *	本模块还未完成 */

⌨️ 快捷键说明

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