-
CONFIG_XTENSA_TIMER_IRQ_PRIORITY
¶
Xtensa external timer interrupt priority
Type: int
Help¶
This is the priority of interrupt line.
Direct dependencies¶
XTENSA_TIMER
&& !XTENSA_INTERNAL_TIMER
(Includes any dependencies from if’s and menus.)
Defaults¶
- 1 if
XTENSA_TIMER
&& !XTENSA_INTERNAL_TIMER
Kconfig definition¶
At drivers/timer/Kconfig:215
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:26
Menu path: (top menu) → Device Drivers → Timer Drivers
config XTENSA_TIMER_IRQ_PRIORITY int prompt "Xtensa external timer interrupt priority" ifXTENSA_TIMER
&& !XTENSA_INTERNAL_TIMER
range 1 6 ifXTENSA_TIMER
&& !XTENSA_INTERNAL_TIMER
default 1 ifXTENSA_TIMER
&& !XTENSA_INTERNAL_TIMER
depends onXTENSA_TIMER
&& !XTENSA_INTERNAL_TIMER
help This is the priority of interrupt line.
(Definitions include propagated dependencies, including from if’s and menus.)