27.6.4.2 Enum wdt_period
Enum for the possible period settings of the Watchdog timer module, for values requiring a period as a number of Watchdog timer clock ticks.
Enum value | Description |
---|---|
WDT_PERIOD_NONE |
No Watchdog period. This value can only be used when setting the Window and Early Warning periods; its use as the Watchdog Reset Period is invalid. |
WDT_PERIOD_8CLK |
Watchdog period of 8 clocks of the Watchdog Timer Generic Clock. |
WDT_PERIOD_16CLK |
Watchdog period of 16 clocks of the Watchdog Timer Generic Clock. |
WDT_PERIOD_32CLK |
Watchdog period of 32 clocks of the Watchdog Timer Generic Clock. |
WDT_PERIOD_64CLK |
Watchdog period of 64 clocks of the Watchdog Timer Generic Clock. |
WDT_PERIOD_128CLK |
Watchdog period of 128 clocks of the Watchdog Timer Generic Clock. |
WDT_PERIOD_256CLK |
Watchdog period of 256 clocks of the Watchdog Timer Generic Clock. |
WDT_PERIOD_512CLK |
Watchdog period of 512 clocks of the Watchdog Timer Generic Clock. |
WDT_PERIOD_1024CLK |
Watchdog period of 1024 clocks of the Watchdog Timer Generic Clock. |
WDT_PERIOD_2048CLK |
Watchdog period of 2048 clocks of the Watchdog Timer Generic Clock. |
WDT_PERIOD_4096CLK |
Watchdog period of 4096 clocks of the Watchdog Timer Generic Clock. |
WDT_PERIOD_8192CLK |
Watchdog period of 8192 clocks of the Watchdog Timer Generic Clock. |
WDT_PERIOD_16384CLK |
Watchdog period of 16384 clocks of the Watchdog Timer Generic Clock. |