WDG PAL configuration structure Implements : wdg_config_t_Class. More...

#include <platform/pal/wdg/inc/wdg_pal.h>

Data Fields

wdg_clock_source_t clkSource
 
wdg_option_mode_t opMode
 
uint32_t timeoutValue
 
uint8_t percentWindow
 
bool intEnable
 
bool winEnable
 
bool prescalerEnable
 

Detailed Description

WDG PAL configuration structure Implements : wdg_config_t_Class.

Definition at line 102 of file wdg_pal.h.

Field Documentation

wdg_clock_source_t clkSource

The clock source of the WDOG

Definition at line 104 of file wdg_pal.h.

bool intEnable

If true, an interrupt request is generated before reset

Definition at line 108 of file wdg_pal.h.

The modes in which the WDOG is functional

Definition at line 105 of file wdg_pal.h.

uint8_t percentWindow

The window value compares to timeout value. Maximum value is 100

Definition at line 107 of file wdg_pal.h.

bool prescalerEnable

If true, prescaler is enabled( default prescaler = 256)

Definition at line 110 of file wdg_pal.h.

uint32_t timeoutValue

The timeout value

Definition at line 106 of file wdg_pal.h.

bool winEnable

If true, window mode is enabled

Definition at line 109 of file wdg_pal.h.


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