Searched +full:0 +full:x40000c00 (Results 1 – 3 of 3) sorted by relevance
/qemu/hw/arm/ |
H A D | stm32f205_soc.c | 36 static const uint32_t timer_addr[STM_NUM_TIMERS] = { 0x40000000, 0x40000400, 37 0x40000800, 0x40000C00 }; 38 static const uint32_t usart_addr[STM_NUM_USARTS] = { 0x40011000, 0x40004400, 39 0x40004800, 0x40004C00, 0x40005000, 0x40011400 }; 40 static const uint32_t adc_addr[STM_NUM_ADCS] = { 0x40012000, 0x40012100, 41 0x40012200 }; 42 static const uint32_t spi_addr[STM_NUM_SPIS] = { 0x40013000, 0x40003800, 43 0x40003C00 }; 59 for (i = 0; i < STM_NUM_USARTS; i++) { in stm32f205_soc_initfn() 64 for (i = 0; i < STM_NUM_TIMERS; i++) { in stm32f205_soc_initfn() [all …]
|
H A D | stm32f405_soc.c | 33 #define RCC_ADDR 0x40023800 34 #define SYSCFG_ADD 0x40013800 35 static const uint32_t usart_addr[] = { 0x40011000, 0x40004400, 0x40004800, 36 0x40004C00, 0x40005000, 0x40011400, 37 0x40007800, 0x40007C00 }; 39 static const uint32_t timer_addr[] = { 0x40000000, 0x40000400, 40 0x40000800, 0x40000C00 }; 41 static const uint32_t adc_addr[] = { 0x40012000, 0x40012100, 0x40012200, 42 0x40012300, 0x40012400, 0x40012500 }; 43 static const uint32_t spi_addr[] = { 0x40013000, 0x40003800, 0x40003C00, [all …]
|
H A D | stm32l4x5_soc.c | 36 #define FLASH_BASE_ADDRESS 0x08000000 37 #define SRAM1_BASE_ADDRESS 0x20000000 39 #define SRAM2_BASE_ADDRESS 0x10000000 42 #define EXTI_ADDR 0x40010400 43 #define SYSCFG_ADDR 0x40010000 53 6, /* GPIO[0] */ 81 #define RCC_BASE_ADDRESS 0x40021000 114 { 0x48000000, 0xABFFFFFF, 0x0C000000, 0x64000000 }, 115 { 0x48000400, 0xFFFFFEBF, 0x00000000, 0x00000100 }, 116 { 0x48000800, 0xFFFFFFFF, 0x00000000, 0x00000000 }, [all …]
|