AON_WDT_Configuration init structure definition. More...
#include <gr55xx_hal_aon_wdt.h>
Data Fields | |
| uint32_t | counter |
| uint32_t | alarm_counter |
AON_WDT_Configuration init structure definition.
| uint32_t _aon_wdt_init::alarm_counter |
Specifies the AON_WDT downcounter alarm value before system reset. When counter counts down to the alarm value, AON_WDT will generate an interrupt. After counter counts down to 0, AON_WDT will then request a SoC Reset.
This parameter can be a number ranging between 0x0U ~ 0x1FU, and the default value is 20U.
| uint32_t _aon_wdt_init::counter |
Specifies the AON_WDT free-running downcounter value. This parameter can be a number ranging between 0x0U ~ 0xFFFFFFFFU.