CONFIG_WDT_CC32XX_INITIAL_TIMEOUT¶
Value for WDT timeout in ms
Type: int
Help¶
Max value depend on system frequency.
80 Mhz: 0xFFFFFFFF / (80e9 / 1000)
Default¶
- 2000 
Kconfig definition¶
At <Zephyr Driver>/watchdog/Kconfig.cc32xx:14
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:54 → <Zephyr Driver>/watchdog/Kconfig:57
Menu path: (Top) → Device Drivers → Watchdog Support → Watchdog Driver for cc32xx family of MCUs
config WDT_CC32XX_INITIAL_TIMEOUT
    int "Value for WDT timeout in ms"
    range 1 53687
    default 2000
    depends on WDT_CC32XX && WATCHDOG
    help
      Max value depend on system frequency.
      80 Mhz: 0xFFFFFFFF / (80e9 / 1000)
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)