Home
last modified time | relevance | path

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

/Zephyr-latest/soc/atmel/sam0/common/
Dsoc_port.h75 struct soc_port_pin { struct
112 void soc_port_configure(const struct soc_port_pin *pin);
124 void soc_port_list_configure(const struct soc_port_pin pins[],
Dsoc_port.c35 void soc_port_configure(const struct soc_port_pin *pin) in soc_port_configure()
75 void soc_port_list_configure(const struct soc_port_pin pins[], in soc_port_list_configure()
/Zephyr-latest/drivers/pinctrl/
Dpinctrl_sam0.c27 struct soc_port_pin soc_pin; in pinctrl_configure_pin()