Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/pinctrl/
Dpinctrl_stm32.c203 const struct device *port_device; in stm32_pin_configure() local
209 port_device = gpio_ports[STM32_PORT(pin)]; in stm32_pin_configure()
211 if ((port_device == NULL) || (!device_is_ready(port_device))) { in stm32_pin_configure()
215 return gpio_stm32_configure(port_device, STM32_PIN(pin), pin_cgf, pin_func); in stm32_pin_configure()