Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/gpio/
Dgpio_renesas_rz.h52 #define GPIO_RZ_PIN_CONFIGURE_INT_ENABLE IOPORT_CFG_TINT_ENABLE macro
99 #define GPIO_RZ_PIN_CONFIGURE_INT_ENABLE (1U << 3) macro
Dgpio_renesas_rz.c169 ioport_config_data |= GPIO_RZ_PIN_CONFIGURE_INT_ENABLE; in gpio_rz_pin_configure()