![]() |
PDL for FM0+
Version1.0
Peripheral Driverl Library for FM0+
|
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. |
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 |
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().