AON_WDT_Configuration init structure definition. More...
#include <hal_aon_wdt.h>
Public Attributes | |
uint32_t | counter |
uint32_t | alarm_counter |
AON_WDT_Configuration init structure definition.
Definition at line 75 of file 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. Unit (ms) This parameter can be a number ranging between 0x0U ~ 0xFFFFU / (SystemSlowClock / 1000). If alarm_counter > (0xFFFFU / (SystemSlowClock / 1000), the alarm register will be set the to the max value(0xFFFFU)
Definition at line 80 of file hal_aon_wdt.h.
uint32_t _aon_wdt_init::counter |
Specifies the AON_WDT free-running downcounter value. Unit (ms) This parameter can be a number ranging between 0x0U ~ 0xFFFFFFFFU / (SystemSlowClock / 1000).
Definition at line 77 of file hal_aon_wdt.h.