exio.h

来自「usoc在北京博创兴业有限公司的实验平台s3c2410上运行。 2. 各实验的全」· C头文件 代码 · 共 10 行

H
10
字号
//////////////////////Extra IO information/////////////////
//FPGA is on bank 3
#define FPGA_IOP1_L	(*(volatile unsigned short int*)0x20000000)
#define FPGA_IOP1_H	(*(volatile unsigned short int*)0x20000002)
#define FPGA_IOP2_L	(*(volatile unsigned short int*)0x20000004)
#define FPGA_IOP2_H	(*(volatile unsigned short int*)0x20000006)
#define FPGA_IOP3_L	(*(volatile unsigned short int*)0x20000008)
#define FPGA_IOP3_H	(*(volatile unsigned short int*)0x2000000A)
#define LED_CONTROL	(*(volatile unsigned short int*)0x2000000C)
#define FPGA_RESET	(*(volatile unsigned short int*)0x2000003E)

⌨️ 快捷键说明

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