-
CONFIG_ARCV2_TIMER_IRQ_PRIORITY
¶
ARC timer interrupt priority
Type: int
Help¶
This option specifies the IRQ priority used by the ARC timer. Lower values have higher priority.
Defaults¶
- 0 if
ARCV2_TIMER
Kconfig definition¶
At drivers/timer/Kconfig:123
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:26
Menu path: (top menu) → Device Drivers → Timer Drivers
config ARCV2_TIMER_IRQ_PRIORITY int prompt "ARC timer interrupt priority" ifARCV2_TIMER
default 0 ifARCV2_TIMER
depends onARCV2_TIMER
help This option specifies the IRQ priority used by the ARC timer. Lower values have higher priority.
(Definitions include propagated dependencies, including from if’s and menus.)