CONFIG_MPSL_ASSERT_HANDLER

Application defined assertion handler

Type: bool

Help

This option enables an application-defined sink for the
MPSL assertion mechanism. This must be defined in
application code and will be invoked whenever the
MPSL code encounters an unrecoverable error.

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

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

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_ASSERT_HANDLER
    bool "Application defined assertion handler"
    help
      This option enables an application-defined sink for the
      MPSL assertion mechanism. This must be defined in
      application code and will be invoked whenever the
      MPSL code encounters an unrecoverable error.

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