![]() |
S32 SDK
|
WDOG user configuration structure Implements : wdog_user_config_t_Class. More...
#include <wdog_driver.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 |
WDOG user configuration structure Implements : wdog_user_config_t_Class.
Definition at line 98 of file wdog_driver.h.
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.
wdog_op_mode_t opMode |
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.
uint32_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.
uint32_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.