Home
last modified time | relevance | path

Searched refs:STM32_GPIO_MODE_OUT (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-stm32f7/
H A Dgpio.h45 STM32_GPIO_MODE_OUT, enumerator
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-stm32f4/
H A Dgpio.h79 STM32_GPIO_MODE_OUT, enumerator
/OK3568_Linux_fs/u-boot/drivers/gpio/
H A Dstm32f7_gpio.c47 clrsetbits_le32(&regs->moder, mask, STM32_GPIO_MODE_OUT << bits_index); in stm32_gpio_direction_output()
H A Dstm32_gpio.c152 ctl.mode = STM32_GPIO_MODE_OUT; in gpio_direction_output()
/OK3568_Linux_fs/u-boot/drivers/pinctrl/
H A Dpinctrl_stm32.c71 gpio_ctl->mode = STM32_GPIO_MODE_OUT; in prep_gpio_ctl()
/OK3568_Linux_fs/u-boot/board/st/stm32f429-discovery/
H A Dstm32f429-discovery.c28 .mode = STM32_GPIO_MODE_OUT,