Searched refs:stm32_gpout_set (Results 1 – 2 of 2) sorted by relevance
77 int stm32_gpout_set(const struct stm32_gpio_dsc *dsc, int state) in stm32_gpout_set() function159 res = stm32_gpout_set(&dsc, value); in gpio_direction_output()181 return stm32_gpout_set(&dsc, value); in gpio_set_value()
146 int stm32_gpout_set(const struct stm32_gpio_dsc *gpio_dsc, int state);