Macros

#define PWR_WKUP_COND_EXT   LL_PWR_WKUP_COND_EXT
 
#define PWR_WKUP_COND_TIMER   LL_PWR_WKUP_COND_TIMER
 
#define PWR_WKUP_COND_BLE   LL_PWR_WKUP_COND_BLE
 
#define PWR_WKUP_COND_CLDR   LL_PWR_WKUP_COND_CLDR
 
#define PWR_WKUP_COND_MSIO_COMP   LL_PWR_WKUP_COND_COMP
 
#define PWR_WKUP_COND_AUSB   LL_PWR_WKUP_COND_AUSB
 
#define PWR_WKUP_COND_DUSB   LL_PWR_WKUP_COND_DUSB
 
#define PWR_WKUP_COND_CLDR_TICK   LL_PWR_WKUP_COND_CLDR_TICK
 
#define PWR_WKUP_COND_AON_WDT   LL_PWR_WKUP_COND_AON_WDT
 
#define PWR_WKUP_COND_ALL   LL_PWR_WKUP_COND_ALL
 

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 87 of file hal_pwr.h.

◆ PWR_WKUP_COND_AON_WDT

#define PWR_WKUP_COND_AON_WDT   LL_PWR_WKUP_COND_AON_WDT

AON WDT Alarm wakeup event

Definition at line 86 of file hal_pwr.h.

◆ PWR_WKUP_COND_AUSB

#define PWR_WKUP_COND_AUSB   LL_PWR_WKUP_COND_AUSB

USB attach wakeup event

Definition at line 83 of file hal_pwr.h.

◆ PWR_WKUP_COND_BLE

#define PWR_WKUP_COND_BLE   LL_PWR_WKUP_COND_BLE

BLE wakeup

Definition at line 79 of file hal_pwr.h.

◆ PWR_WKUP_COND_CLDR

#define PWR_WKUP_COND_CLDR   LL_PWR_WKUP_COND_CLDR

Calendar wakeup

Definition at line 80 of file hal_pwr.h.

◆ PWR_WKUP_COND_CLDR_TICK

#define PWR_WKUP_COND_CLDR_TICK   LL_PWR_WKUP_COND_CLDR_TICK

Calendar Tick wakeup event

Definition at line 85 of file hal_pwr.h.

◆ PWR_WKUP_COND_DUSB

#define PWR_WKUP_COND_DUSB   LL_PWR_WKUP_COND_DUSB

USB detach wakeup event

Definition at line 84 of file hal_pwr.h.

◆ PWR_WKUP_COND_EXT

#define PWR_WKUP_COND_EXT   LL_PWR_WKUP_COND_EXT

External wakeup: AON_GPIO

Definition at line 77 of file hal_pwr.h.

◆ PWR_WKUP_COND_MSIO_COMP

#define PWR_WKUP_COND_MSIO_COMP   LL_PWR_WKUP_COND_COMP

Msio comparator wakeup

Definition at line 82 of file hal_pwr.h.

◆ PWR_WKUP_COND_TIMER

#define PWR_WKUP_COND_TIMER   LL_PWR_WKUP_COND_TIMER

AON Timer wakeup

Definition at line 78 of file hal_pwr.h.