CONFIG_GPIO_SX1509B_DEBOUNCE_TIME
Debounce time interval
Type: int
Help
Debounce time interval when debounce enabled.
A value V produces a multiplier of 0.5 ms * 2^V, which is
then scaled by 2 MHz / fOSC. See the datasheet for details.
Default
0
Kconfig definition
At <Zephyr>/drivers/gpio/Kconfig.sx1509b:30
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:36
→ <Zephyr>/drivers/gpio/Kconfig:68
Menu path: (Top) → Device Drivers → GPIO Drivers → SX1509B I2C GPIO chip
config GPIO_SX1509B_DEBOUNCE_TIME
int "Debounce time interval"
range 0 7
default 0
depends on GPIO_SX1509B && GPIO
help
Debounce time interval when debounce enabled.
A value V produces a multiplier of 0.5 ms * 2^V, which is
then scaled by 2 MHz / fOSC. See the datasheet for details.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)