_wdt_init Struct Reference

WDT init structure definition. More...

#include <gr55xx_hal_wdt.h>

Data Fields

uint32_t counter
 
uint32_t reset_mode
 

Detailed Description

WDT init structure definition.

Field Documentation

◆ counter

uint32_t _wdt_init::counter

Specifies the WDT free-running downcounter value. This parameter can be a number ranging between 0x0U and 0xFFFFFFFFU.

◆ reset_mode

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.


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