-
CONFIG_WDT_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.
Kconfig definition¶
At drivers/watchdog/Kconfig.esp32:15
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:52
→ drivers/watchdog/Kconfig:62
Menu path: (top menu) → Device Drivers → Watchdog Support → ESP32 Watchdog (WDT) Driver
config WDT_ESP32_IRQ int prompt "IRQ line for watchdog interrupt" ifWDT_ESP32
&&WATCHDOG
default 24 ifWDT_ESP32
&&WATCHDOG
depends onWDT_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.
(Definitions include propagated dependencies, including from if’s and menus.)