Home
last modified time | relevance | path

Searched refs:STM32_GPIO_MODE_IN (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/arch/arm/mach-stm32mp/include/mach/
Dgpio.h43 STM32_GPIO_MODE_IN = 0, enumerator
/external/u-boot/arch/arm/include/asm/arch-stm32/
Dgpio.h42 STM32_GPIO_MODE_IN = 0, enumerator
/external/u-boot/drivers/gpio/
Dstm32f7_gpio.c30 clrsetbits_le32(&regs->moder, mask, STM32_GPIO_MODE_IN << bits_index); in stm32_gpio_direction_input()
/external/u-boot/drivers/pinctrl/
Dpinctrl_stm32.c62 gpio_ctl->mode = STM32_GPIO_MODE_IN; in prep_gpio_ctl()