-
CONFIG_BT_CTLR_WORKER_PRIO
¶
Radio and Ticker’s Worker IRQ priority
Type: int
Help¶
The interrupt priority for event preparation and radio IRQ. This value shall be less than or equal to the Ticker’s Job priority value.
Direct dependencies¶
BT_LL_SW_LEGACY
&& (BT_LL_SW_SPLIT
|| BT_LL_SW_LEGACY
) && BT_CTLR
&& BT_HCI
&& BT
(Includes any dependencies from ifs and menus.)
Default¶
0
Kconfig definition¶
At subsys/bluetooth/controller/Kconfig:577
Included via Kconfig:8
→ Kconfig.zephyr:44
→ subsys/Kconfig:6
→ subsys/bluetooth/Kconfig:161
Menu path: (Top) → Bluetooth → Bluetooth Controller → Advanced features
config BT_CTLR_WORKER_PRIO int "Radio and Ticker's Worker IRQ priority" ifBT_CTLR_ADVANCED_FEATURES
range 0 3 ifSOC_SERIES_NRF51X
range 0 6 ifSOC_COMPATIBLE_NRF52X
default 0 depends onBT_LL_SW_LEGACY
&& (BT_LL_SW_SPLIT
||BT_LL_SW_LEGACY
) &&BT_CTLR
&&BT_HCI
&&BT
help The interrupt priority for event preparation and radio IRQ. This value shall be less than or equal to the Ticker's Job priority value.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)