Macros | Functions
stm32f30x_pwr.h File Reference

This file contains all the functions prototypes for the PWR firmware library. More...

#include "stm32f30x.h"
Include dependency graph for stm32f30x_pwr.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define IS_PWR_CLEAR_FLAG(FLAG)   (((FLAG) == PWR_FLAG_WU) || ((FLAG) == PWR_FLAG_SB))
 
#define IS_PWR_GET_FLAG(FLAG)
 
#define IS_PWR_PVD_LEVEL(LEVEL)
 
#define IS_PWR_REGULATOR(REGULATOR)
 
#define IS_PWR_SLEEP_ENTRY(ENTRY)   (((ENTRY) == PWR_SLEEPEntry_WFI) || ((ENTRY) == PWR_SLEEPEntry_WFE))
 
#define IS_PWR_STOP_ENTRY(ENTRY)   (((ENTRY) == PWR_STOPEntry_WFI) || ((ENTRY) == PWR_STOPEntry_WFE))
 
#define IS_PWR_WAKEUP_PIN(PIN)
 
#define PWR_FLAG_PVDO   PWR_CSR_PVDO
 
#define PWR_FLAG_SB   PWR_CSR_SBF
 
#define PWR_FLAG_VREFINTRDY   PWR_CSR_VREFINTRDYF
 
#define PWR_FLAG_WU   PWR_CSR_WUF
 
#define PWR_PVDLevel_0   PWR_CR_PLS_LEV0
 
#define PWR_PVDLevel_1   PWR_CR_PLS_LEV1
 
#define PWR_PVDLevel_2   PWR_CR_PLS_LEV2
 
#define PWR_PVDLevel_3   PWR_CR_PLS_LEV3
 
#define PWR_PVDLevel_4   PWR_CR_PLS_LEV4
 
#define PWR_PVDLevel_5   PWR_CR_PLS_LEV5
 
#define PWR_PVDLevel_6   PWR_CR_PLS_LEV6
 
#define PWR_PVDLevel_7   PWR_CR_PLS_LEV7
 
#define PWR_Regulator_LowPower   PWR_CR_LPSDSR
 
#define PWR_Regulator_ON   ((uint32_t)0x00000000)
 
#define PWR_SLEEPEntry_WFE   ((uint8_t)0x02)
 
#define PWR_SLEEPEntry_WFI   ((uint8_t)0x01)
 
#define PWR_STOPEntry_WFE   ((uint8_t)0x02)
 
#define PWR_STOPEntry_WFI   ((uint8_t)0x01)
 
#define PWR_WakeUpPin_1   PWR_CSR_EWUP1
 
#define PWR_WakeUpPin_2   PWR_CSR_EWUP2
 
#define PWR_WakeUpPin_3   PWR_CSR_EWUP3
 

Functions

void PWR_BackupAccessCmd (FunctionalState NewState)
 Enables or disables access to the backup domain (RTC registers, RTC backup data registers and backup SRAM). More...
 
void PWR_ClearFlag (uint32_t PWR_FLAG)
 Clears the PWR's pending flags. More...
 
void PWR_DeInit (void)
 Deinitializes the PWR peripheral registers to their default reset values. More...
 
void PWR_EnterSleepMode (uint8_t PWR_SLEEPEntry)
 Enters Sleep mode. More...
 
void PWR_EnterSTANDBYMode (void)
 Enters STANDBY mode. More...
 
void PWR_EnterSTOPMode (uint32_t PWR_Regulator, uint8_t PWR_STOPEntry)
 Enters STOP mode. More...
 
FlagStatus PWR_GetFlagStatus (uint32_t PWR_FLAG)
 Checks whether the specified PWR flag is set or not. More...
 
void PWR_PVDCmd (FunctionalState NewState)
 Enables or disables the Power Voltage Detector(PVD). More...
 
void PWR_PVDLevelConfig (uint32_t PWR_PVDLevel)
 Configures the voltage threshold detected by the Power Voltage Detector(PVD). More...
 
void PWR_WakeUpPinCmd (uint32_t PWR_WakeUpPin, FunctionalState NewState)
 Enables or disables the WakeUp Pin functionality. More...
 

Detailed Description

This file contains all the functions prototypes for the PWR firmware library.

Author
MCD Application Team
Version
V1.1.1
Date
04-April-2014
Attention

© COPYRIGHT 2014 STMicroelectronics

Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); You may not use this file except in compliance with the License. You may obtain a copy of the License at:

   http://www.st.com/software_license_agreement_liberty_v2

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Definition in file stm32f30x_pwr.h.



rosflight_firmware
Author(s): Daniel Koch , James Jackson
autogenerated on Thu Apr 15 2021 05:07:52