:orphan: .. title:: KSCAN_XEC_POLL_PERIOD .. option:: CONFIG_KSCAN_XEC_POLL_PERIOD *KSCAN\_XEC\_POLL\_PERIOD* Type: ``int`` Help ==== .. code-block:: none 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 ================== At ``/kscan/Kconfig.xec:41`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:94`` → ``/kscan/Kconfig:14`` Menu path: (Top) → Device Drivers → Keyboard Scan Drivers → XEC Microchip KSCAN driver .. code-block:: kconfig 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.)*