?? s3c2410.h
字號:
#ifndef S3C2410_H
#define S3C2410_H
#include "global.h"
#include "arm.h"
#define S3C2410_REGBASE 0x40000000
/* Watch Dog Timer */
#define WTCON REGL(S3C2410_REGBASE, 0x13000000)
/*GPIO registers*/
#define GPBCON REGL(S3C2410_REGBASE, 0x16000010)
#define GPBDAT REGL(S3C2410_REGBASE, 0x16000014)
#define GPHCON REGL(S3C2410_REGBASE, 0x16000070)
#define GPHDAT REGL(S3C2410_REGBASE, 0x16000074)
#define GPHUP REGL(S3C2410_REGBASE, 0x16000078)
/*UART registers*/
#define ULCON0 REGL(S3C2410_REGBASE, 0x10000000)
#define UCON0 REGL(S3C2410_REGBASE, 0x10000004)
#define UFCON0 REGL(S3C2410_REGBASE, 0x10000008)
#define UMCON0 REGL(S3C2410_REGBASE, 0x1000000c)
#define UTRSTAT0 REGL(S3C2410_REGBASE, 0x10000010)
#define UTXH0 REGB(S3C2410_REGBASE, 0x10000020)
#define URXH0 REGB(S3C2410_REGBASE, 0x10000024)
#define UBRDIV0 REGL(S3C2410_REGBASE, 0x10000028)
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -