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

📄 scb9328.h

📁 优龙2410linux2.6.8内核源代码
💻 H
字号:
/* * We got two 16c550 on our eval board */#define SCB9328_UART1_BASE  ( IMX_CS3_VIRT + 0x30000 )#define SCB9328_UART1_IRQ   IRQ_GPIOA(1)#define SCB9328_UART2_BASE  ( IMX_CS3_VIRT + 0x10000 )#define SCB9328_UART2_IRQ	  IRQ_GPIOA(1)#define SCB9328_ETH_VIRT ( IMX_CS5_VIRT )#define SCB9328_ETH_PHYS ( IMX_CS5_PHYS )#define SCB9328_ETH_IRQ  ( IRQ_GPIOC(3) )#define SCB9328_FLASH_PHYS		IMX_CS0_PHYS#ifdef CONFIG_IMX_SCB9328_FLASH_16MB# define SCB9328_FLASH_SIZE		0x01000000#endif#ifdef CONFIG_IMX_SCB9328_FLASH_32MB# define SCB9328_FLASH_SIZE		0x02000000#endif#define SCB9328_FLASH_BASE		IMX_CS0_VIRT#define CLK32 32768#ifndef __ASSEMBLER__void scb9328_ledon(int);void scb9328_ledoff(int);int scb9328_get_buttons(void);#endif

⌨️ 快捷键说明

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