Home
last modified time | relevance | path

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

/Zephyr-latest/soc/neorv32/
Dsoc.h35 #define NEORV32_SYSINFO_SOC_IO_GPIO BIT(15) macro
/Zephyr-latest/drivers/gpio/
Dgpio_neorv32.c191 if ((features & NEORV32_SYSINFO_SOC_IO_GPIO) == 0) { in neorv32_gpio_init()