Header file of PWR HAL Extension module. More...
#include "stm32f7xx_hal_def.h"
Go to the source code of this file.
Functions | |
HAL_StatusTypeDef | HAL_PWREx_ControlVoltageScaling (uint32_t VoltageScaling) |
HAL_StatusTypeDef | HAL_PWREx_DisableBkUpReg (void) |
void | HAL_PWREx_DisableFlashPowerDown (void) |
void | HAL_PWREx_DisableLowRegulatorLowVoltage (void) |
void | HAL_PWREx_DisableMainRegulatorLowVoltage (void) |
HAL_StatusTypeDef | HAL_PWREx_DisableOverDrive (void) |
HAL_StatusTypeDef | HAL_PWREx_EnableBkUpReg (void) |
void | HAL_PWREx_EnableFlashPowerDown (void) |
void | HAL_PWREx_EnableLowRegulatorLowVoltage (void) |
void | HAL_PWREx_EnableMainRegulatorLowVoltage (void) |
HAL_StatusTypeDef | HAL_PWREx_EnableOverDrive (void) |
HAL_StatusTypeDef | HAL_PWREx_EnterUnderDriveSTOPMode (uint32_t Regulator, uint8_t STOPEntry) |
uint32_t | HAL_PWREx_GetVoltageRange (void) |
Header file of PWR HAL Extension module.
This software component is licensed by ST under BSD 3-Clause license, the "License"; You may not use this file except in compliance with the License. You may obtain a copy of the License at: opensource.org/licenses/BSD-3-Clause
Definition in file stm32f7xx_hal_pwr_ex.h.