Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/gpio/
Dgpio_si32.c201 static const struct device *gpio_devices[] = {DT_INST_FOREACH_STATUS_OKAY(GPIO_DEVICE_LIST_ENTRY)}; variable
213 for (size_t i = 0; i < ARRAY_SIZE(gpio_devices); i++) { in gpio_si32_irq_handler()
214 const struct device *dev = gpio_devices[i]; in gpio_si32_irq_handler()