AON_WDT_Configuration init structure definition. More...
#include <gr55xx_hal_aon_wdt.h>
Public Attributes | |
uint32_t | counter |
Specifies the AON_WDT free-running downcounter value. More... | |
uint32_t | alarm_counter |
Specifies the AON_WDT downcounter alarm value before system reset. More... | |
AON_WDT_Configuration init structure definition.
Definition at line 75 of file gr55xx_hal_aon_wdt.h.
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.
Definition at line 80 of file gr55xx_hal_aon_wdt.h.
uint32_t _aon_wdt_init::counter |
Specifies the AON_WDT free-running downcounter value.
This parameter can be a number ranging between 0x0U ~ 0xFFFFFFFFU.
Definition at line 77 of file gr55xx_hal_aon_wdt.h.