STM32F439xx HAL User Manual
Defines
PWREx Regulator state in UnderDrive mode
PWREx Exported Constants

Defines

#define PWR_MAINREGULATOR_UNDERDRIVE_ON   PWR_CR_MRUDS
#define PWR_LOWPOWERREGULATOR_UNDERDRIVE_ON   ((uint32_t)(PWR_CR_LPDS | PWR_CR_LPUDS))

Define Documentation

#define PWR_LOWPOWERREGULATOR_UNDERDRIVE_ON   ((uint32_t)(PWR_CR_LPDS | PWR_CR_LPUDS))

Definition at line 67 of file stm32f4xx_hal_pwr_ex.h.

#define PWR_MAINREGULATOR_UNDERDRIVE_ON   PWR_CR_MRUDS

Definition at line 66 of file stm32f4xx_hal_pwr_ex.h.