-
CONFIG_APIC_TIMER_IRQ_PRIORITY
¶
Local APIC timer interrupt priority
Type: int
Help¶
This option specifies the interrupt priority used by the
local APIC timer.
Default¶
4
Kconfig definition¶
At <Zephyr>/drivers/timer/Kconfig:57
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:28
Menu path: (Top) → Device Drivers → Timer Drivers
config APIC_TIMER_IRQ_PRIORITY
int "Local APIC timer interrupt priority"
default 4
help
This option specifies the interrupt priority used by the
local APIC timer.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)