CONFIG_NFCT_IRQ_PRIORITY

Interrupt priority

Type: int

Help

Sets NFC interrupt priority. Levels are from 0 (highest priority) to 6 (lowest priority)

Direct dependencies

NFC_PLATFORM

(Includes any dependencies from ifs and menus.)

Default

  • 1

Kconfig definition

At <nRF>/subsys/nfc/lib/Kconfig:15

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:25<nRF>/subsys/Kconfig:20<nRF>/subsys/nfc/Kconfig:12

Menu path: (Top) → Modules → Nordic nRF Connect → NFC → Common NFC configuration

config NFCT_IRQ_PRIORITY
    int "Interrupt priority"
    range 0 5 if ZERO_LATENCY_IRQS
    range 0 6
    default 1
    depends on NFC_PLATFORM
    help
      Sets NFC interrupt priority.
      Levels are from 0 (highest priority) to 6 (lowest priority)

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