STM32F4xx_HAL_Driver  1.8.3
stm32f4xx_hal_pwr_ex.h File Reference

Header file of PWR HAL Extension module. More...

Go to the source code of this file.

Functions

void HAL_PWREx_DisableFlashPowerDown (void)
 Disables the Flash Power Down in Stop mode. More...
 
HAL_StatusTypeDef HAL_PWREx_EnableBkUpReg (void)
 Enables the Backup Regulator. More...
 
HAL_StatusTypeDef HAL_PWREx_DisableBkUpReg (void)
 Disables the Backup Regulator. More...
 
uint32_t HAL_PWREx_GetVoltageRange (void)
 Return Voltage Scaling Range. More...
 
HAL_StatusTypeDef HAL_PWREx_ControlVoltageScaling (uint32_t VoltageScaling)
 Configures the main internal regulator output voltage. More...
 
void HAL_PWREx_EnableMainRegulatorLowVoltage (void)
 Enables Main Regulator low voltage mode. More...
 
void HAL_PWREx_DisableMainRegulatorLowVoltage (void)
 Disables Main Regulator low voltage mode. More...
 
void HAL_PWREx_EnableLowRegulatorLowVoltage (void)
 Enables Low Power Regulator low voltage mode. More...
 
void HAL_PWREx_DisableLowRegulatorLowVoltage (void)
 Disables Low Power Regulator low voltage mode. More...
 
HAL_StatusTypeDef HAL_PWREx_EnableOverDrive (void)
 Activates the Over-Drive mode. More...
 
HAL_StatusTypeDef HAL_PWREx_DisableOverDrive (void)
 Deactivates the Over-Drive mode. More...
 
HAL_StatusTypeDef HAL_PWREx_EnterUnderDriveSTOPMode (uint32_t Regulator, uint8_t STOPEntry)
 Enters in Under-Drive STOP mode. More...
 

Variables

 C
 

Detailed Description

Header file of PWR HAL Extension module.

Author
MCD Application Team
Attention

Copyright (c) 2017 STMicroelectronics. All rights reserved.

This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.

Definition in file stm32f4xx_hal_pwr_ex.h.