Macros

#define PWR_MEM_POWER_OFF   LL_PWR_MEM_POWER_OFF
 
#define PWR_MEM_POWER_FULL   LL_PWR_MEM_POWER_FULL
 
#define PWR_MEM_POWER_RETENTION   LL_PWR_MEM_POWER_RETENTION
 

Detailed Description

Macro Definition Documentation

◆ PWR_MEM_POWER_FULL

#define PWR_MEM_POWER_FULL   LL_PWR_MEM_POWER_FULL

Full power

Definition at line 109 of file hal_pwr.h.

◆ PWR_MEM_POWER_OFF

#define PWR_MEM_POWER_OFF   LL_PWR_MEM_POWER_OFF

Power off

Definition at line 108 of file hal_pwr.h.

◆ PWR_MEM_POWER_RETENTION

#define PWR_MEM_POWER_RETENTION   LL_PWR_MEM_POWER_RETENTION

Power retention, low valtage mode

Definition at line 110 of file hal_pwr.h.