基于S3C2410的系统硬件设计
I/O寄存器定义 … // I/O PORT #define rGPACON (*(volatile unsigned *)0 //Port A control #define rGPADAT (*(volatile unsigned *)0 //Port A data #define rGPBCON (*(volatile unsigned *)0 //Port B control #define rGPBDAT (*(volatile unsigned *)0 //Port B data #define rGPBUP (*(volatile unsigned *)0 //Pull-up control B #define rGPCCON (*(volatile unsigned *)0 //Port C control #define rGPCDAT (*(volatile unsigned *)0 //Port C data #define rGPCUP (*(volatile unsi
原创力文档

文档评论(0)