PDL for FM0+  Version1.0
Peripheral Driverl Library for FM0+
stc_swwdg_config Struct Reference

Software and Hardware Watchdog configuration. More...

#include <swwdg.h>

Data Fields

uint32_t u32LoadValue
 Timer interval.
boolean_t bResetEnable
 TRUE: Enables SW watchdog reset.
boolean_t bWinWdgEnable
 TRUE: Enables Window watchdog mode.
boolean_t bWinWdgResetEnable
uint8_t u8TimingWindow
 Timing window setting, see description of en_swwdg_timing_window_t.

Detailed Description

Software and Hardware Watchdog configuration.

Definition at line 146 of file swwdg.h.


Field Documentation

TRUE: Enables SW watchdog reset.

Definition at line 149 of file swwdg.h.

Referenced by Swwdg_Init().

TRUE: Enables Window watchdog mode.

Definition at line 150 of file swwdg.h.

Referenced by Swwdg_Init().

TRUE: Enables reset when reload without timing window was occured. FALSE: Enables interrupt when reload without timing window was occured.

Definition at line 151 of file swwdg.h.

Referenced by Swwdg_Init().

uint32_t u32LoadValue

Timer interval.

Definition at line 148 of file swwdg.h.

Referenced by Swwdg_Init().

uint8_t u8TimingWindow

Timing window setting, see description of en_swwdg_timing_window_t.

Definition at line 153 of file swwdg.h.

Referenced by Swwdg_Init().


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