WDT init structure definition. More...
#include <gr55xx_hal_wdt.h>
Public Attributes | |
uint32_t | counter |
uint32_t | reset_mode |
WDT init structure definition.
Definition at line 75 of file gr55xx_hal_wdt.h.
uint32_t _wdt_init::counter |
Specifies the WDT free-running downcounter value. This parameter can be a number ranging between 0x0U and 0xFFFFFFFFU.
Definition at line 77 of file gr55xx_hal_wdt.h.
uint32_t _wdt_init::reset_mode |
Specifies if WDT Reset output is enable or not. When RESET Mode is enabled, WDT will generate an interrupt on first timeout. If interrupt has not been cleared before the second timeout, WDT will then request a SoC Reset.
This parameter can be a value of WDT Reset Mode.
Definition at line 80 of file gr55xx_hal_wdt.h.