DIY Logging Volt/Ampmeter
PWR Regulator state in SLEEP/STOP mode

Macros

#define PWR_MAINREGULATOR_ON   0x00000000U
 
#define PWR_LOWPOWERREGULATOR_ON   PWR_CR_LPDS
 

Detailed Description

Macro Definition Documentation

◆ PWR_LOWPOWERREGULATOR_ON

#define PWR_LOWPOWERREGULATOR_ON   PWR_CR_LPDS

Definition at line 128 of file stm32f1xx_hal_pwr.h.

◆ PWR_MAINREGULATOR_ON

#define PWR_MAINREGULATOR_ON   0x00000000U

Definition at line 127 of file stm32f1xx_hal_pwr.h.