Home
last modified time | relevance | path

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

/Zephyr-latest/soc/atmel/sam/common/
Dsoc_gpio.c116 void soc_gpio_configure(const struct soc_gpio_pin *pin) in soc_gpio_configure() function
202 soc_gpio_configure(&pins[i]); in soc_gpio_list_configure()
Dsoc_sam4l_gpio.c85 void soc_gpio_configure(const struct soc_gpio_pin *pin) in soc_gpio_configure() function
187 soc_gpio_configure(&pins[i]); in soc_gpio_list_configure()
Dsoc_gpio.h116 void soc_gpio_configure(const struct soc_gpio_pin *pin);
/Zephyr-latest/drivers/pinctrl/
Dpinctrl_sam.c76 soc_gpio_configure(&soc_pin); in pinctrl_configure_pin()