:orphan: .. title:: KSCAN_XEC_POLL_PERIOD .. option:: CONFIG_KSCAN_XEC_POLL_PERIOD *KSCAN_XEC_POLL_PERIOD* Type: ``int`` Help ==== Defines the poll period in msecs between between matrix scans. Direct dependencies =================== \ :option:`KSCAN_XEC ` && \ :option:`KSCAN ` *(Includes any dependencies from ifs and menus.)* Default ======= - 5 Kconfig definition ================== .. highlight:: kconfig At ``drivers/kscan/Kconfig.xec:41`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:94`` → ``drivers/kscan/Kconfig:14`` Menu path: (Top) → Device Drivers → Keyboard Scan Drivers → XEC Microchip KSCAN driver .. parsed-literal:: config KSCAN_XEC_POLL_PERIOD int "KSCAN_XEC_POLL_PERIOD" default 5 depends on \ :option:`KSCAN_XEC ` && \ :option:`KSCAN ` help Defines the poll period in msecs between between matrix scans. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*