-
CONFIG_IWDG_STM32_TIMEOUT
¶
Value for IWDG timeout in [us]
Type: int
Help¶
Set timeout value for IWDG in microseconds. The min timeout supported is 0.1ms, the max timeout is 26214.4ms.
Defaults¶
- 100 if
IWDG_STM32
&&WATCHDOG
Kconfig definition¶
At drivers/watchdog/Kconfig.stm32:25
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:52
→ drivers/watchdog/Kconfig:56
Menu path: (top menu) → Device Drivers → Watchdog Support → Independent Watchdog (IWDG) Driver for STM32 family of MCUs
config IWDG_STM32_TIMEOUT int prompt "Value for IWDG timeout in [us]" ifIWDG_STM32
&&WATCHDOG
range 100 26214400 ifIWDG_STM32
&&WATCHDOG
default 100 ifIWDG_STM32
&&WATCHDOG
depends onIWDG_STM32
&&WATCHDOG
help Set timeout value for IWDG in microseconds. The min timeout supported is 0.1ms, the max timeout is 26214.4ms.
(Definitions include propagated dependencies, including from if’s and menus.)