Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/include/zephyr/dt-bindings/gpio/
Dsnps-designware-gpio.h16 #define DW_GPIO_DEBOUNCE (1U << 8) macro
/Zephyr-Core-3.5.0/drivers/gpio/
Dgpio_dw.c263 need_debounce = (flags & DW_GPIO_DEBOUNCE); in dw_pin_config()