?? s3c24xx.h
字號:
/* WOTCH DOG register */#define WTCON (*(volatile unsigned long *)0x53000000)#define WTDAT (*(volatile unsigned long *)0x53000004)#define WTCNT (*(volatile unsigned long *)0x53000008)/* SDRAM regisers */#define MEM_CTL_BASE 0x48000000#define SDRAM_BASE 0x30000000/* NAND Flash registers */#ifdef S3C2410#define NFCONF (*(volatile unsigned int *)0x4e000000)#define NFCMD (*(volatile unsigned char *)0x4e000004)#define NFADDR (*(volatile unsigned char *)0x4e000008)#define NFDATA (*(volatile unsigned char *)0x4e00000c)#define NFSTAT (*(volatile unsigned char *)0x4e000010)#else /* S3C2440 */#define NFCONF (*(volatile unsigned int *)0x4e000000)#define NFCONT (*(volatile unsigned short *)0x4e000004)#define NFCMD (*(volatile unsigned char *)0x4e000008)#define NFADDR (*(volatile unsigned short *)0x4e00000C)#define NFDATA (*(volatile unsigned short *)0x4e000010)#define NFSTAT (*(volatile unsigned char *)0x4e000020)#endif/* GPIO registers */#define GPACON (*(volatile unsigned long *)0x56000000)#define GPADAT (*(volatile unsigned long *)0x56000004)#define GPBCON (*(volatile unsigned long *)0x56000010)#define GPBDAT (*(volatile unsigned long *)0x56000014)#define GPBUP (*(volatile unsigned long *)0x56000018)#define GPCCON (*(volatile unsigned long *)0x56000020)#define GPCDAT (*(volatile unsigned long *)0x56000024)#define GPCUP (*(volatile unsigned long *)0x56000028)#define GPDCON (*(volatile unsigned long *)0x56000030)#define GPDDAT (*(volatile unsigned long *)0x56000034)#define GPDUP (*(volatile unsigned long *)0x56000038)#define GPECON (*(volatile unsigned long *)0x56000040)#define GPEDAT (*(volatile unsigned long *)0x56000044)#define GPEUP (*(volatile unsigned long *)0x56000048)#define GPFCON (*(volatile unsigned long *)0x56000050)#define GPFDAT (*(volatile unsigned long *)0x56000054)#define GPFUP (*(volatile unsigned long *)0x56000058)#define GPGCON (*(volatile unsigned long *)0x56000060)#define GPGDAT (*(volatile unsigned long *)0x56000064)#define GPGUP (*(volatile unsigned long *)0x56000068)#define GPHCON (*(volatile unsigned long *)0x56000070)#define GPHDAT (*(volatile unsigned long *)0x56000074)#define GPHUP (*(volatile unsigned long *)0x56000078)/*UART registers*/#define ULCON0 (*(volatile unsigned long *)0x50000000)#define UCON0 (*(volatile unsigned long *)0x50000004)#define UFCON0 (*(volatile unsigned long *)0x50000008)#define UMCON0 (*(volatile unsigned long *)0x5000000c)#define UTRSTAT0 (*(volatile unsigned long *)0x50000010)#define UTXH0 (*(volatile unsigned char *)0x50000020)#define URXH0 (*(volatile unsigned char *)0x50000024)#define UBRDIV0 (*(volatile unsigned long *)0x50000028)/*interrupt registes*/#define SRCPND (*(volatile unsigned long *)0x4A000000)#define INTMOD (*(volatile unsigned long *)0x4A000004)#define INTMSK (*(volatile unsigned long *)0x4A000008)#define PRIORITY (*(volatile unsigned long *)0x4A00000c)#define INTPND (*(volatile unsigned long *)0x4A000010)#define INTOFFSET (*(volatile unsigned long *)0x4A000014)#define SUBSRCPND (*(volatile unsigned long *)0x4A000018)#define INTSUBMSK (*(volatile unsigned long *)0x4A00001c)/*external interrupt registers*/#define EINTMASK (*(volatile unsigned long *)0x560000a4)#define EINTPEND (*(volatile unsigned long *)0x560000a8)/*clock registers*/#define LOCKTIME (*(volatile unsigned long *)0x4c000000)#define MPLLCON (*(volatile unsigned long *)0x4c000004)#define UPLLCON (*(volatile unsigned long *)0x4c000008)#define CLKCON (*(volatile unsigned long *)0x4c00000c)#define CLKSLOW (*(volatile unsigned long *)0x4c000010)#define CLKDIVN (*(volatile unsigned long *)0x4c000014)/*PWM & Timer registers*/#define TCFG0 (*(volatile unsigned long *)0x51000000)#define TCFG1 (*(volatile unsigned long *)0x51000004)#define TCON (*(volatile unsigned long *)0x51000008)#define TCNTB0 (*(volatile unsigned long *)0x5100000c)#define TCMPB0 (*(volatile unsigned long *)0x51000010)#define TCNTO0 (*(volatile unsigned long *)0x51000014)/* I2C registers */#define IICCON (*(volatile unsigned char *)0x54000000) // IIC control#define IICSTAT (*(volatile unsigned char *)0x54000004) // IIC status#define IICADD (*(volatile unsigned char *)0x54000008) // IIC address#define IICDS (*(volatile unsigned char *)0x5400000c) // IIC data shift// LCD CONTROLLER#define LCDCON1 (*(volatile unsigned long *)0x4d000000) //LCD control 1#define LCDCON2 (*(volatile unsigned long *)0x4d000004) //LCD control 2#define LCDCON3 (*(volatile unsigned long *)0x4d000008) //LCD control 3#define LCDCON4 (*(volatile unsigned long *)0x4d00000c) //LCD control 4#define LCDCON5 (*(volatile unsigned long *)0x4d000010) //LCD control 5#define LCDSADDR1 (*(volatile unsigned long *)0x4d000014) //STN/TFT Frame buffer start address 1#define LCDSADDR2 (*(volatile unsigned long *)0x4d000018) //STN/TFT Frame buffer start address 2#define LCDSADDR3 (*(volatile unsigned long *)0x4d00001c) //STN/TFT Virtual screen address set#define REDLUT (*(volatile unsigned long *)0x4d000020) //STN Red lookup table#define GREENLUT (*(volatile unsigned long *)0x4d000024) //STN Green lookup table #define BLUELUT (*(volatile unsigned long *)0x4d000028) //STN Blue lookup table#define DITHMODE (*(volatile unsigned long *)0x4d00004c) //STN Dithering mode#define TPAL (*(volatile unsigned long *)0x4d000050) //TFT Temporary palette#define LCDINTPND (*(volatile unsigned long *)0x4d000054) //LCD Interrupt pending#define LCDSRCPND (*(volatile unsigned long *)0x4d000058) //LCD Interrupt source#define LCDINTMSK (*(volatile unsigned long *)0x4d00005c) //LCD Interrupt mask#define LPCSEL (*(volatile unsigned long *)0x4d000060) //LPC3600 Control#define PALETTE 0x4d000400 //Palette start address#define ISR_EINT0_OFT 0#define ISR_EINT1_OFT 1#define ISR_EINT2_OFT 2#define ISR_EINT3_OFT 3#define ISR_EINT4_7_OFT 4#define ISR_EINT8_23_OFT 5#define ISR_NOTUSED6_OFT 6#define ISR_BAT_FLT_OFT 7#define ISR_TICK_OFT 8#define ISR_WDT_OFT 9#define ISR_TIMER0_OFT 10#define ISR_TIMER1_OFT 11#define ISR_TIMER2_OFT 12#define ISR_TIMER3_OFT 13#define ISR_TIMER4_OFT 14#define ISR_UART2_OFT 15#define ISR_LCD_OFT 16#define ISR_DMA0_OFT 17#define ISR_DMA1_OFT 18#define ISR_DMA2_OFT 19#define ISR_DMA3_OFT 20#define ISR_SDI_OFT 21#define ISR_SPI0_OFT 22#define ISR_UART1_OFT 23#define ISR_NOTUSED24_OFT 24#define ISR_USBD_OFT 25#define ISR_USBH_OFT 26#define ISR_IIC_OFT 27#define ISR_UART0_OFT 28#define ISR_SPI1_OFT 29#define ISR_RTC_OFT 30#define ISR_ADC_OFT 31// PENDING BIT#define BIT_EINT0 (0x1)#define BIT_EINT1 (0x1<<1)#define BIT_EINT2 (0x1<<2)#define BIT_EINT3 (0x1<<3)#define BIT_EINT4_7 (0x1<<4)#define BIT_EINT8_23 (0x1<<5)#define BIT_CAM (0x1<<6) // Added for 2440.#define BIT_BAT_FLT (0x1<<7)#define BIT_TICK (0x1<<8)#define BIT_WDT_AC97 (0x1<<9)#define BIT_TIMER0 (0x1<<10)#define BIT_TIMER1 (0x1<<11)#define BIT_TIMER2 (0x1<<12)#define BIT_TIMER3 (0x1<<13)#define BIT_TIMER4 (0x1<<14)#define BIT_UART2 (0x1<<15)#define BIT_LCD (0x1<<16)#define BIT_DMA0 (0x1<<17)#define BIT_DMA1 (0x1<<18)#define BIT_DMA2 (0x1<<19)#define BIT_DMA3 (0x1<<20)#define BIT_SDI (0x1<<21)#define BIT_SPI0 (0x1<<22)#define BIT_UART1 (0x1<<23)#define BIT_NFCON (0x1<<24) // Added for 2440.#define BIT_USBD (0x1<<25)#define BIT_USBH (0x1<<26)#define BIT_IIC (0x1<<27)#define BIT_UART0 (0x1<<28)#define BIT_SPI1 (0x1<<29)#define BIT_RTC (0x1<<30)#define BIT_ADC (0x1<<31)#define BIT_ALLMSK (0xffffffff)#define BIT_SUB_ALLMSK (0x7fff)#define BIT_SUB_AC97 (0x1<<14)#define BIT_SUB_WDT (0x1<<13)#define BIT_SUB_CAM_S (0x1<<12) // Added for 2440.#define BIT_SUB_CAM_C (0x1<<11) // Added for 2440.#define BIT_SUB_ADC (0x1<<10)#define BIT_SUB_TC (0x1<<9)#define BIT_SUB_ERR2 (0x1<<8)#define BIT_SUB_TXD2 (0x1<<7)#define BIT_SUB_RXD2 (0x1<<6)#define BIT_SUB_ERR1 (0x1<<5)#define BIT_SUB_TXD1 (0x1<<4)#define BIT_SUB_RXD1 (0x1<<3)#define BIT_SUB_ERR0 (0x1<<2)#define BIT_SUB_TXD0 (0x1<<1)#define BIT_SUB_RXD0 (0x1<<0)#define GSTATUS1 (*(volatile unsigned long *)0x560000B0)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -