CONFIG_GAZELL_HIGH_IRQ_PRIO

Gazell high IRQ priority

Type: int

Help

The interrupt priority for Gazell's radio and timer IRQ. This value
shall be less than the Gazell's low IRQ priority value.

Direct dependencies

GAZELL

(Includes any dependencies from ifs and menus.)

Default

  • 0

Kconfig definition

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

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_HIGH_IRQ_PRIO
    int "Gazell high IRQ priority"
    range 0 6
    default 0
    depends on GAZELL
    help
      The interrupt priority for Gazell's radio and timer IRQ. This value
      shall be less than the Gazell's low IRQ priority value.

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