-
CONFIG_KSCAN_XEC_POLL_PERIOD
¶
KSCAN_XEC_POLL_PERIOD
Type: int
Help¶
Defines the poll period in msecs between between matrix scans.
Default¶
5
Kconfig definition¶
At <Zephyr>/drivers/kscan/Kconfig.xec:41
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:94
→ <Zephyr>/drivers/kscan/Kconfig:14
Menu path: (Top) → Device Drivers → Keyboard Scan Drivers → XEC Microchip KSCAN driver
config KSCAN_XEC_POLL_PERIOD
int "KSCAN_XEC_POLL_PERIOD"
default 5
depends on KSCAN_XEC && KSCAN
help
Defines the poll period in msecs between between matrix scans.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)