-
CONFIG_BT_CTLR_LOWEST_PRIO
¶
Link Layer Lowest IRQ priority
Type: int
Help¶
The interrupt priority for RNG and other non-critical functions.
Direct dependencies¶
BT_LL_SW_SPLIT
&& BT_CTLR
&& BT_HCI
&& BT
(Includes any dependencies from if’s and menus.)
Defaults¶
- 0 if
BT_LL_SW_SPLIT
&&BT_CTLR
&&BT_HCI
&&BT
Kconfig definition¶
At subsys/bluetooth/controller/Kconfig:499
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:8
→ subsys/bluetooth/Kconfig:145
Menu path: (top menu) → Bluetooth → Advanced features
config BT_CTLR_LOWEST_PRIO int prompt "Link Layer Lowest IRQ priority" ifBT_LL_SW_SPLIT
&&BT_CTLR
&&BT_HCI
&&BT
&&BT_CTLR_ADVANCED_FEATURES
rangeBT_CTLR_ULL_LOW_PRIO
3 ifSOC_SERIES_NRF51X
&&BT_LL_SW_SPLIT
&&BT_CTLR
&&BT_HCI
&&BT
rangeBT_CTLR_ULL_LOW_PRIO
6 ifSOC_SERIES_NRF52X
&&BT_LL_SW_SPLIT
&&BT_CTLR
&&BT_HCI
&&BT
default 0 ifBT_LL_SW_SPLIT
&&BT_CTLR
&&BT_HCI
&&BT
depends onBT_LL_SW_SPLIT
&&BT_CTLR
&&BT_HCI
&&BT
help The interrupt priority for RNG and other non-critical functions.
(Definitions include propagated dependencies, including from if’s and menus.)