CONFIG_GAZELL_LOW_IRQ_PRIO

Gazell low IRQ priority

Type: int

Help

The interrupt priority for Gazell's SWI IRQ. This value shall
be greater than the Gazell's high IRQ priority value.

Direct dependencies

GAZELL

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to the empty string.

Kconfig definition

At <nRF>/subsys/gazell/Kconfig:85

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:16

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

config GAZELL_LOW_IRQ_PRIO
    int "Gazell low IRQ priority"
    range GAZELL_LOW_IRQ_PRIO_MIN 7
    depends on GAZELL
    help
      The interrupt priority for Gazell's SWI IRQ. This value shall
      be greater than the Gazell's high IRQ priority value.

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