-
CONFIG_WDT0_ESP32_IRQ
¶
IRQ line for watchdog interrupt
Type: int
Help¶
Set the IRQ line used by the WDT device. Very few lines can be
chosen here, as it must be a level 4 interrupt.
Default¶
24
Kconfig definition¶
At <Zephyr>/drivers/watchdog/Kconfig.esp32:13
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:52
→ <Zephyr>/drivers/watchdog/Kconfig:39
Menu path: (Top) → Device Drivers → Watchdog Support → ESP32 Watchdog (WDT) Driver
config WDT0_ESP32_IRQ
int "IRQ line for watchdog interrupt"
default 24
depends on WDT_ESP32 && WATCHDOG
help
Set the IRQ line used by the WDT device. Very few lines can be
chosen here, as it must be a level 4 interrupt.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)