CONFIG_ZIGBEE_APP_CB_QUEUE_LENGTH
Length of the application callback and alarm queue
Type: int
Help
This queue is used to pass application callbacks and alarms from other
threads/ISR to the ZBOSS main loop context.
Elements from this queue are flushed right after ZBOSS context awakes,
before the actual callback execution.
Default
10
Kconfig definition
At <nRF>/subsys/zigbee/Kconfig:100
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:92
→ <nRF>/subsys/Kconfig:46
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Enable Zigbee stack
config ZIGBEE_APP_CB_QUEUE_LENGTH
int "Length of the application callback and alarm queue"
default 10
depends on ZIGBEE
help
This queue is used to pass application callbacks and alarms from other
threads/ISR to the ZBOSS main loop context.
Elements from this queue are flushed right after ZBOSS context awakes,
before the actual callback execution.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)