:orphan: .. title:: HT16K33_KEYSCAN_POLL_MSEC .. option:: CONFIG_HT16K33_KEYSCAN_POLL_MSEC *Keyscan poll interval in milliseconds* Type: ``int`` Help ==== Keyscan poll interval in milliseconds. Polling is only used if no interrupt line is present. Direct dependencies =================== \ :option:`HT16K33_KEYSCAN ` && \ :option:`LED ` *(Includes any dependencies from ifs and menus.)* Default ======= - 200 Kconfig definition ================== .. highlight:: kconfig At ``drivers/led/Kconfig.ht16k33:48`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:78`` → ``drivers/led/Kconfig:29`` Menu path: (Top) → Device Drivers → LED drivers → HT16K33 LED driver → Enable keyscan support .. parsed-literal:: config HT16K33_KEYSCAN_POLL_MSEC int "Keyscan poll interval in milliseconds" range 20 10000 default 200 depends on \ :option:`HT16K33_KEYSCAN ` && \ :option:`LED ` help Keyscan poll interval in milliseconds. Polling is only used if no interrupt line is present. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*