_aon_wdt_init Struct Reference

AON_WDT_Configuration init structure definition. More...

#include <gr55xx_hal_aon_wdt.h>

Public Attributes

uint32_t counter
 
uint32_t alarm_counter
 

Detailed Description

AON_WDT_Configuration init structure definition.

Definition at line 75 of file gr55xx_hal_aon_wdt.h.

Member Data Documentation

◆ alarm_counter

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.

◆ counter

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.


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