ios.h
来自「arm_uclinux_tools用于安装linux的编译器」· C头文件 代码 · 共 33 行
H
33 行
/* * ios.h * * Copyright (C) 2002 Arcturus Networks Inc. * by Oleksandr Zhadan <oleks@arcturusnetworks.com> * * This file includes the I/O ports definitions * of the S3C2500X RISC microcontroller * based on the Samsung's "S3C2500X 32-bit RISC * microcontroller pre. User's Manual" */#ifndef __ASM_ARCH_IOS_H#define __ASM_ARCH_IOS_H#define MAX_IOS_PORTS 64#define IO_BASE 0xf0030000#define IOPMOD1 0xF0030000 /* I/O port mode select lower R */#define IOPMOD2 0xF0030004 /* I/O port mode select upper R */#define IO_Ftn_cont1 0xF0030008 /* I/O port select lower R */#define IO_Ftn_cont2 0xF003000C /* I/O port select upper R */#define IOP4DMA 0xF0030010 /* I/O port special function R for DMA */#define IOP4xINT 0xF0030014 /* I/O port spec. function R for Ext.IRQ*/#define IOP4xINT_PEND 0xF0030018 /* External IRQ clear R */#define IOPDATA1 0xF003001c /* I/O port data R */#define IOPDATA2 0xF0030020 /* I/O port data R */#define IOPDRV1 0xF0030024 /* I/O port drive control R */#define IOPDRV2 0xF0030028 /* I/O port drive control R */#endif /* _ASM_ARCH_IOS_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?