WDOG_Init_TypeDef Struct Reference
[WDOG]

#include <em_wdog.h>

Collaboration diagram for WDOG_Init_TypeDef:
Collaboration graph
[legend]

Data Fields

bool enable
bool debugRun
bool em2Run
bool em3Run
bool em4Block
bool swoscBlock
bool lock
WDOG_ClkSel_TypeDef clkSel
WDOG_PeriodSel_TypeDef perSel

Detailed Description

Watchdog initialization structure.

Definition at line 94 of file em_wdog.h.


Field Documentation

Clock source to use for watchdog.

Definition at line 118 of file em_wdog.h.

Referenced by WDOG_Init().

Counter shall keep running during debug halt.

Definition at line 100 of file em_wdog.h.

Referenced by WDOG_Init().

Counter shall keep running when in EM2.

Definition at line 103 of file em_wdog.h.

Referenced by WDOG_Init().

Counter shall keep running when in EM3.

Definition at line 106 of file em_wdog.h.

Referenced by WDOG_Init().

Block EMU from entering EM4.

Definition at line 109 of file em_wdog.h.

Referenced by WDOG_Init().

Enable watchdog when init completed.

Definition at line 97 of file em_wdog.h.

Referenced by WDOG_Init().

Block SW from modifying the configuration (a reset is needed to reconfigure).

Definition at line 115 of file em_wdog.h.

Referenced by WDOG_Init().

Watchdog timeout period.

Definition at line 121 of file em_wdog.h.

Referenced by WDOG_Init().

Block SW from disabling LFRCO/LFXO oscillators.

Definition at line 112 of file em_wdog.h.

Referenced by WDOG_Init().


The documentation for this struct was generated from the following file: