Searched refs:APB_BASE (Results 1 – 3 of 3) sorted by relevance
103 #define APB_BASE (0x40000000UL) macro122 #define AD16C4T_BASE (APB_BASE + 0x0000)123 #define BS16T_BASE (APB_BASE + 0x0400)124 #define GP16C4T0_BASE (APB_BASE + 0x0800)125 #define GP16C4T1_BASE (APB_BASE + 0x0C00)126 #define GP16C4T2_BASE (APB_BASE + 0x1000)127 #define EUART0_BASE (APB_BASE + 0x4000)128 #define EUART1_BASE (APB_BASE + 0x4400)129 #define CUART0_BASE (APB_BASE + 0x5000)130 #define CUART1_BASE (APB_BASE + 0x5400)[all …]
8 #define APB_BASE CKSEG1ADDR(0xbfe00000) macro14 #define UARTx_BASE(x) ((APB_BASE | (0x0 << 12) | (x << 8)))32 #define PMCON_BASE (APB_BASE | (0x7 << 12))
3010 #define APB_BASE 0x40010000 macro3033 #define PORT_BASE (APB_BASE + 0x00000)3035 #define GPIOA_BASE (APB_BASE + 0x01000)3036 #define GPIOB_BASE (APB_BASE + 0x02000)3037 #define GPIOC_BASE (APB_BASE + 0x03000)3038 #define GPIOD_BASE (APB_BASE + 0x04000)3039 #define GPIOM_BASE (APB_BASE + 0x05000)3040 #define GPION_BASE (APB_BASE + 0x06000)3041 #define GPIOP_BASE (APB_BASE + 0x08000)3043 #define TIMR0_BASE (APB_BASE + 0x07000)[all …]
Completed in 31 milliseconds