Home
last modified time | relevance | path

Searched full:gpioa (Results 1 – 7 of 7) sorted by relevance

/qemu/tests/qtest/
H A Dstm32l4x5_syscfg-test.c200 /* 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 Dboot-serial-test.c121 0x0a, 0x4b, /* ldr r3, [pc, #40] Get GPIOA */
139 0x04, 0x08, 0x01, 0x40, /* 0x40010804 = GPIOA */
/qemu/hw/avr/
H A Datmega.c28 GPIOA, GPIOB, GPIOC, GPIOD, GPIOE, GPIOF, enumerator
35 #define GPIO(n) (n + GPIOA)
102 [GPIOA] = { 0x20 },
/qemu/hw/arm/
H A Dstm32f100_soc.c168 create_unimplemented_device("GPIOA", 0x40010800, 0x400); in stm32f100_soc_realize()
H A Dstm32f405_soc.c280 create_unimplemented_device("GPIOA", 0x40020000, 0x400); in stm32f405_soc_realize()
/qemu/include/hw/misc/
H A Dstm32l4x5_rcc_internals.h778 .name = "gpioa",
/qemu/hw/misc/
H A Dstm32l4x5_rcc.c647 AHB2ENR_SET_ENABLE(GPIOA); in rcc_update_ahb2enr()