STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
PWREx Regulator state in UnderDrive mode
Collaboration diagram for PWREx Regulator state in UnderDrive mode:

Macros

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

Detailed Description

Macro Definition Documentation

◆ PWR_MAINREGULATOR_UNDERDRIVE_ON

#define PWR_MAINREGULATOR_UNDERDRIVE_ON   PWR_CR_MRUDS

#include <stm32f4xx_hal_pwr_ex.h>

Definition at line 48 of file stm32f4xx_hal_pwr_ex.h.

◆ PWR_LOWPOWERREGULATOR_UNDERDRIVE_ON

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

#include <stm32f4xx_hal_pwr_ex.h>

Definition at line 49 of file stm32f4xx_hal_pwr_ex.h.