CONFIG_MPSL_THREAD_COOP_PRIO

(No prompt – not directly user assignable.)

Type: int

Kconfig definition

At <nRF>/subsys/mpsl/init/Kconfig:7

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:54<nRF>/subsys/Kconfig:34<nRF>/subsys/mpsl/Kconfig:11

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Nordic MPSL

config MPSL_THREAD_COOP_PRIO
    int
    default 0 if NET_L2_OPENTHREAD
    default SDC_RX_PRIO if BT_LL_SOFTDEVICE
    default 8

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)