-
CONFIG_NFCT_IRQ_PRIORITY
¶
Interrupt priority
Type: int
Help¶
Sets NFC interrupt priority.
Levels are from 0 (highest priority) to 6 (lowest priority)
Default¶
1
Kconfig definition¶
At <nRF>/subsys/nfc/lib/Kconfig:15
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:50
→ <nRF>/subsys/Kconfig:20
→ <nRF>/subsys/nfc/Kconfig:12
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → 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.)