Lines Matching +full:en +full:- +full:gpio
4 * Copyright (c) 2023 Arnaud Minier <arnaud.minier@telecom-paris.fr>
5 * Copyright (c) 2023 Inès Varhol <ines.varhol@telecom-paris.fr>
7 * SPDX-License-Identifier: GPL-2.0-or-later
10 * See the COPYING file in the top-level directory.
20 * for STM32L4x5 and STM32L4x6 advanced Arm ® -based 32-bit MCUs.
21 * https://www.st.com/en/microcontrollers-microprocessors/stm32l4x5/documentation.html
29 #include "hw/or-irq.h"
33 #include "hw/gpio/stm32l4x5_gpio.h"
37 #define TYPE_STM32L4X5_SOC "stm32l4x5-soc"
38 #define TYPE_STM32L4X5XC_SOC "stm32l4x5xc-soc"
39 #define TYPE_STM32L4X5XE_SOC "stm32l4x5xe-soc"
40 #define TYPE_STM32L4X5XG_SOC "stm32l4x5xg-soc"
57 Stm32l4x5GpioState gpio[NUM_GPIOS]; member