Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/gpio/
H A Dstm32f7_gpio.c100 static int stm32_gpio_set_value(struct udevice *dev, unsigned offset, int value) in stm32_gpio_set_value() function
146 .set_value = stm32_gpio_set_value,