Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/gpio/
Dgpio_npcx.c24 static const struct device *const gpio_devs[] = { variable
55 if (port >= ARRAY_SIZE(gpio_devs)) { in npcx_get_gpio_dev()
59 return gpio_devs[port]; in npcx_get_gpio_dev()