Home
last modified time | relevance | path

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

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