Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/include/zephyr/dt-bindings/gpio/
Dti-cc13xx-cc26xx-gpio.h16 #define CC13XX_CC26XX_GPIO_DEBOUNCE (1U << 8) macro
/Zephyr-Core-3.6.0/drivers/gpio/
Dgpio_cc13xx_cc26xx.c77 config |= (flags & CC13XX_CC26XX_GPIO_DEBOUNCE) ? in gpio_cc13xx_cc26xx_config()