Header file of PWR HAL module. More...
Go to the source code of this file.
Classes | |
struct | PWR_PVDTypeDef |
PWR PVD configuration structure definition. More... | |
Functions | |
void | HAL_PWR_ConfigPVD (PWR_PVDTypeDef *sConfigPVD) |
void | HAL_PWR_DeInit (void) |
void | HAL_PWR_DisableBkUpAccess (void) |
void | HAL_PWR_DisablePVD (void) |
void | HAL_PWR_DisableSEVOnPend (void) |
void | HAL_PWR_DisableSleepOnExit (void) |
void | HAL_PWR_DisableWakeUpPin (uint32_t WakeUpPinx) |
void | HAL_PWR_EnableBkUpAccess (void) |
void | HAL_PWR_EnablePVD (void) |
void | HAL_PWR_EnableSEVOnPend (void) |
void | HAL_PWR_EnableSleepOnExit (void) |
void | HAL_PWR_EnableWakeUpPin (uint32_t WakeUpPinx) |
void | HAL_PWR_EnterSLEEPMode (uint32_t Regulator, uint8_t SLEEPEntry) |
void | HAL_PWR_EnterSTANDBYMode (void) |
void | HAL_PWR_EnterSTOPMode (uint32_t Regulator, uint8_t STOPEntry) |
void | HAL_PWR_PVD_IRQHandler (void) |
void | HAL_PWR_PVDCallback (void) |
Header file of PWR HAL 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.h.