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.
Default¶
- 400 
Kconfig definition¶
At <Zephyr Driver>/led/Kconfig.ht16k33:27
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:80 → <Zephyr Driver>/led/Kconfig:30
Menu path: (Top) → Device Drivers → LED drivers → HT16K33 LED driver → Enable keyscan support
config HT16K33_KEYSCAN_IRQ_THREAD_STACK_SIZE
    int "Stack size for keyscan interrupt request handler thread"
    default 400
    depends on HT16K33_KEYSCAN && 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.)