Macros

#define PWR_TIMER_TYPE_CAL_TIMER   LL_PWR_TIMER_READ_SEL_CAL_TIMER
 
#define PWR_TIMER_TYPE_AON_WDT   LL_PWR_TIMER_READ_SEL_AON_WDT
 
#define PWR_TIMER_TYPE_SLP_TIMER   LL_PWR_TIMER_READ_SEL_SLP_TIMER
 
#define PWR_TIMER_TYPE_CAL_ALARM   LL_PWR_TIMER_READ_SEL_CAL_ALARM
 

Detailed Description

Note
Only available on GR5515_C and later versions.

Macro Definition Documentation

◆ PWR_TIMER_TYPE_AON_WDT

#define PWR_TIMER_TYPE_AON_WDT   LL_PWR_TIMER_READ_SEL_AON_WDT

AON watchdog timer

Definition at line 158 of file gr55xx_hal_pwr.h.

◆ PWR_TIMER_TYPE_CAL_ALARM

#define PWR_TIMER_TYPE_CAL_ALARM   LL_PWR_TIMER_READ_SEL_CAL_ALARM

Calendar timer

Definition at line 160 of file gr55xx_hal_pwr.h.

◆ PWR_TIMER_TYPE_CAL_TIMER

#define PWR_TIMER_TYPE_CAL_TIMER   LL_PWR_TIMER_READ_SEL_CAL_TIMER

Calendar timer

Definition at line 157 of file gr55xx_hal_pwr.h.

◆ PWR_TIMER_TYPE_SLP_TIMER

#define PWR_TIMER_TYPE_SLP_TIMER   LL_PWR_TIMER_READ_SEL_SLP_TIMER

Sleep timer

Definition at line 159 of file gr55xx_hal_pwr.h.