+ Collaboration diagram for PWR Wakeup Condition:

Macros

#define PWR_WKUP_COND_EXT   LL_PWR_WKUP_COND_EXT
 External wakeup: AON_GPIO
More...
 
#define PWR_WKUP_COND_TIMER   LL_PWR_WKUP_COND_TIMER
 AON Timer wakeup
More...
 
#define PWR_WKUP_COND_BLE   LL_PWR_WKUP_COND_BLE
 BLE wakeup
More...
 
#define PWR_WKUP_COND_CALENDAR   LL_PWR_WKUP_COND_CALENDAR
 Calendar wakeup
More...
 
#define PWR_WKUP_COND_BOD_FEDGE   LL_PWR_WKUP_COND_BOD_FEDGE
 PMU Bod falling edge wakeup. More...
 
#define PWR_WKUP_COND_MSIO_COMP   LL_PWR_WKUP_COND_MSIO_COMP
 Msio comparator wakeup
More...
 
#define PWR_WKUP_COND_ALL   LL_PWR_WKUP_COND_ALL
 All wakeup sources mask
More...
 

Detailed Description

Macro Definition Documentation

◆ PWR_WKUP_COND_ALL

#define PWR_WKUP_COND_ALL   LL_PWR_WKUP_COND_ALL

All wakeup sources mask

Definition at line 131 of file gr55xx_hal_pwr.h.

◆ PWR_WKUP_COND_BLE

#define PWR_WKUP_COND_BLE   LL_PWR_WKUP_COND_BLE

BLE wakeup

Definition at line 127 of file gr55xx_hal_pwr.h.

◆ PWR_WKUP_COND_BOD_FEDGE

#define PWR_WKUP_COND_BOD_FEDGE   LL_PWR_WKUP_COND_BOD_FEDGE

PMU Bod falling edge wakeup.

Definition at line 129 of file gr55xx_hal_pwr.h.

◆ PWR_WKUP_COND_CALENDAR

#define PWR_WKUP_COND_CALENDAR   LL_PWR_WKUP_COND_CALENDAR

Calendar wakeup

Definition at line 128 of file gr55xx_hal_pwr.h.

◆ PWR_WKUP_COND_EXT

#define PWR_WKUP_COND_EXT   LL_PWR_WKUP_COND_EXT

External wakeup: AON_GPIO

Definition at line 125 of file gr55xx_hal_pwr.h.

◆ PWR_WKUP_COND_MSIO_COMP

#define PWR_WKUP_COND_MSIO_COMP   LL_PWR_WKUP_COND_MSIO_COMP

Msio comparator wakeup

Definition at line 130 of file gr55xx_hal_pwr.h.

◆ PWR_WKUP_COND_TIMER

#define PWR_WKUP_COND_TIMER   LL_PWR_WKUP_COND_TIMER

AON Timer wakeup

Definition at line 126 of file gr55xx_hal_pwr.h.