Lines Matching +full:en +full:- +full:gpio
2 * STM32L4x5 GPIO (General Purpose Input/Ouput)
4 * Copyright (c) 2024 Arnaud Minier <arnaud.minier@telecom-paris.fr>
5 * Copyright (c) 2024 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.
15 * for STM32L4x5 and STM32L4x6 advanced Arm ® -based 32-bit MCUs.
16 * https://www.st.com/en/microcontrollers-microprocessors/stm32l4x5/documentation.html
25 #define TYPE_STM32L4X5_GPIO "stm32l4x5-gpio"
36 /* GPIO registers */
48 /* GPIO registers reset values */
57 * The pin must not be in push-pull output mode,
58 * and can't be set high in open-drain mode.