EFM32 Gecko Software Documentation  efm32g-doc-5.1.2
WDOG_Init_TypeDef Struct Reference

Detailed Description

Watchdog initialization structure.

Definition at line 121 of file em_wdog.h.

#include <em_wdog.h>

Data Fields

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

Field Documentation

WDOG_ClkSel_TypeDef WDOG_Init_TypeDef::clkSel

Clock source to use for watchdog.

Definition at line 145 of file em_wdog.h.

Referenced by WDOGn_Init().

bool WDOG_Init_TypeDef::debugRun

Counter shall keep running during debug halt.

Definition at line 127 of file em_wdog.h.

Referenced by WDOGn_Init().

bool WDOG_Init_TypeDef::em2Run

Counter shall keep running when in EM2.

Definition at line 130 of file em_wdog.h.

Referenced by WDOGn_Init().

bool WDOG_Init_TypeDef::em3Run

Counter shall keep running when in EM3.

Definition at line 133 of file em_wdog.h.

Referenced by WDOGn_Init().

bool WDOG_Init_TypeDef::em4Block

Block EMU from entering EM4.

Definition at line 136 of file em_wdog.h.

Referenced by WDOGn_Init().

bool WDOG_Init_TypeDef::enable

Enable watchdog when init completed.

Definition at line 124 of file em_wdog.h.

Referenced by WDOGn_Init().

bool WDOG_Init_TypeDef::lock

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

Definition at line 142 of file em_wdog.h.

Referenced by WDOGn_Init().

WDOG_PeriodSel_TypeDef WDOG_Init_TypeDef::perSel

Watchdog timeout period.

Definition at line 148 of file em_wdog.h.

Referenced by WDOGn_Init().

bool WDOG_Init_TypeDef::swoscBlock

Block SW from disabling LFRCO/LFXO oscillators.

Definition at line 139 of file em_wdog.h.

Referenced by WDOGn_Init().


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