Searched full:gpioa (Results 1 – 7 of 7) sorted by relevance
/qemu/tests/qtest/ |
H A D | stm32l4x5_syscfg-test.c | 200 /* GPIOA is the default source for EXTI lines 0 to 15 */ in test_interrupt() 260 /* GPIOA is the default source for EXTI lines 0 to 15 */ in test_irq_gpio_multiplexer() 262 /* Check that setting rising pin GPIOA[0] generates an irq */ in test_irq_gpio_multiplexer() 281 /* Check that setting rising pin GPIOA[0] doesn't generate an irq */ in test_irq_gpio_multiplexer()
|
H A D | boot-serial-test.c | 121 0x0a, 0x4b, /* ldr r3, [pc, #40] Get GPIOA */ 139 0x04, 0x08, 0x01, 0x40, /* 0x40010804 = GPIOA */
|
/qemu/hw/avr/ |
H A D | atmega.c | 28 GPIOA, GPIOB, GPIOC, GPIOD, GPIOE, GPIOF, enumerator 35 #define GPIO(n) (n + GPIOA) 102 [GPIOA] = { 0x20 },
|
/qemu/hw/arm/ |
H A D | stm32f100_soc.c | 168 create_unimplemented_device("GPIOA", 0x40010800, 0x400); in stm32f100_soc_realize()
|
H A D | stm32f405_soc.c | 280 create_unimplemented_device("GPIOA", 0x40020000, 0x400); in stm32f405_soc_realize()
|
/qemu/include/hw/misc/ |
H A D | stm32l4x5_rcc_internals.h | 778 .name = "gpioa",
|
/qemu/hw/misc/ |
H A D | stm32l4x5_rcc.c | 647 AHB2ENR_SET_ENABLE(GPIOA); in rcc_update_ahb2enr()
|