S32 SDK
wdog_user_config_t Struct Reference

WDOG configuration structure Implements : wdog_user_config_t_Class. More...

#include <wdog_hal.h>

Data Fields

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

Detailed Description

WDOG configuration structure Implements : wdog_user_config_t_Class.

Definition at line 90 of file wdog_hal.h.

Field Documentation

wdog_clk_source_t clkSource

The clock source of the WDOG

Definition at line 91 of file wdog_hal.h.

bool intEnable

If true, an interrupt request is generated before reset

Definition at line 94 of file wdog_hal.h.

The modes in which the WDOG is functional

Definition at line 92 of file wdog_hal.h.

bool prescalerEnable

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

Definition at line 98 of file wdog_hal.h.

uint32_t timeoutValue

The timeout value

Definition at line 97 of file wdog_hal.h.

bool updateEnable

If true, further updates of the WDOG are enabled

Definition at line 93 of file wdog_hal.h.

uint32_t windowValue

The window value

Definition at line 96 of file wdog_hal.h.

bool winEnable

If true, window mode is enabled

Definition at line 95 of file wdog_hal.h.


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