STM32L486xx HAL User Manual
Defines
PWR regulator mode
PWR Exported Constants

Defines

#define PWR_MAINREGULATOR_ON   ((uint32_t)0x00000000)
#define PWR_LOWPOWERREGULATOR_ON   PWR_CR1_LPR

Define Documentation

#define PWR_LOWPOWERREGULATOR_ON   PWR_CR1_LPR

Regulator in low-power mode

Definition at line 121 of file stm32l4xx_hal_pwr.h.

Referenced by HAL_PWR_EnterSTOPMode().

#define PWR_MAINREGULATOR_ON   ((uint32_t)0x00000000)

Regulator in main mode

Definition at line 120 of file stm32l4xx_hal_pwr.h.

Referenced by HAL_PWR_EnterSLEEPMode().