wdog_user_config_t Struct Reference

WDOG user configuration structure Implements : wdog_user_config_t_Class. More...

#include <platform/drivers/inc/wdog_driver.h>

Data Fields

wdog_clk_source_t clkSource
 
wdog_op_mode_t opMode
 
bool updateEnable
 
bool intEnable
 
bool winEnable
 
uint16_t windowValue
 
uint16_t timeoutValue
 
bool prescalerEnable
 

Detailed Description

WDOG user configuration structure Implements : wdog_user_config_t_Class.

Definition at line 98 of file wdog_driver.h.

Field Documentation

wdog_clk_source_t clkSource

The clock source of the WDOG

Definition at line 100 of file wdog_driver.h.

bool intEnable

If true, an interrupt request is generated before reset

Definition at line 103 of file wdog_driver.h.

The modes in which the WDOG is functional

Definition at line 101 of file wdog_driver.h.

bool prescalerEnable

If true, a fixed 256 prescaling of the counter reference clock is enabled

Definition at line 107 of file wdog_driver.h.

uint16_t timeoutValue

The timeout value

Definition at line 106 of file wdog_driver.h.

bool updateEnable

If true, further updates of the WDOG are enabled

Definition at line 102 of file wdog_driver.h.

uint16_t windowValue

The window value

Definition at line 105 of file wdog_driver.h.

bool winEnable

If true, window mode is enabled

Definition at line 104 of file wdog_driver.h.


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