STM32F4xx_HAL_Driver  1.8.3
stm32f4xx_hal_pwr_ex.c File Reference

Extended PWR HAL module driver. This file provides firmware functions to manage the following functionalities of PWR extension peripheral:
More...

Go to the source code of this file.

Functions

HAL_StatusTypeDef HAL_PWREx_EnableBkUpReg (void)
 Enables the Backup Regulator. More...
 
HAL_StatusTypeDef HAL_PWREx_DisableBkUpReg (void)
 Disables the Backup Regulator. More...
 
void HAL_PWREx_EnableFlashPowerDown (void)
 Enables the Flash Power Down in Stop mode. More...
 
void HAL_PWREx_DisableFlashPowerDown (void)
 Disables the Flash Power Down in Stop mode. 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...
 

Detailed Description

Extended PWR HAL module driver. This file provides firmware functions to manage the following functionalities of PWR extension peripheral:

Author
MCD Application Team
  • Peripheral Extended features functions
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.c.