Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/dt-bindings/gpio/
Drenesas-rzt2m-gpio.h23 #define RZT2M_GPIO_SCHMITT_TRIGGER_MASK BIT(RZT2M_GPIO_SCHMITT_TRIGGER_OFFSET) macro
/Zephyr-latest/drivers/gpio/
Dgpio_rzt2m.c254 drctl_pin_config |= (flags & RZT2M_GPIO_SCHMITT_TRIGGER_MASK) >> in rzt2m_gpio_configure()