:orphan: .. title:: HT16K33_KEYSCAN_IRQ_THREAD_STACK_SIZE .. option:: CONFIG_HT16K33_KEYSCAN_IRQ_THREAD_STACK_SIZE *Stack size for keyscan interrupt request handler thread* Type: ``int`` Help ==== Size of the stack used for internal thread for keyscan interrupt processing. Direct dependencies =================== \ :option:`HT16K33_KEYSCAN ` && \ :option:`LED ` *(Includes any dependencies from ifs and menus.)* Default ======= - 400 Kconfig definition ================== .. highlight:: kconfig At ``drivers/led/Kconfig.ht16k33:27`` 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_IRQ_THREAD_STACK_SIZE int "Stack size for keyscan interrupt request handler thread" default 400 depends on \ :option:`HT16K33_KEYSCAN ` && \ :option:`LED ` help Size of the stack used for internal thread for keyscan interrupt processing. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*