PAN1080 Peripheral API
Typedefs | Enumerations
Wdt reset delay time

Wdt reset delay time definition. More...

Collaboration diagram for Wdt reset delay time:

Typedefs

typedef enum _WDT_ResetDelay WDT_ResetDelayDef
 

Enumerations

enum  _WDT_ResetDelay { WDT_RESET_DELAY_2CLK = (3UL << WDT_ALTCTL_RSTDSEL_Pos) , WDT_RESET_DELAY_17CLK = (2UL << WDT_ALTCTL_RSTDSEL_Pos) , WDT_RESET_DELAY_129CLK = (1UL << WDT_ALTCTL_RSTDSEL_Pos) , WDT_RESET_DELAY_1025CLK = (0UL << WDT_ALTCTL_RSTDSEL_Pos) }
 

Detailed Description

Wdt reset delay time definition.

Typedef Documentation

◆ WDT_ResetDelayDef

Enumeration Type Documentation

◆ _WDT_ResetDelay

Enumerator
WDT_RESET_DELAY_2CLK 

WDT setting reset delay to 2 WDT clocks

WDT_RESET_DELAY_17CLK 

WDT setting reset delay to 17 WDT clocks

WDT_RESET_DELAY_129CLK 

WDT setting reset delay to 129 WDT clocks

WDT_RESET_DELAY_1025CLK 

WDT setting reset delay to 1025 WDT clocks