Searched refs:port_device (Results 1 – 1 of 1) sorted by relevance
203 const struct device *port_device; in stm32_pin_configure() local209 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()