Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/gpio/
Dgpio_renesas_rz.h53 #define GPIO_RZ_PIN_CONFIGURE_INT_DISABLE (~(IOPORT_CFG_TINT_ENABLE)) macro
100 #define GPIO_RZ_PIN_CONFIGURE_INT_DISABLE (~(1U << 3)) macro
Dgpio_renesas_rz.c171 ioport_config_data &= GPIO_RZ_PIN_CONFIGURE_INT_DISABLE; in gpio_rz_pin_configure()