Fork of the official mbed C/C SDK provides the software platform and libraries to build your applications for RenBED.

Dependents:   1-RenBuggyTimed RenBED_RGB RenBED_RGB_PWM RenBED_RGB

Fork of mbed by mbed official

Committer:
elijahorr
Date:
Thu Apr 14 07:28:54 2016 +0000
Revision:
121:672067c3ada4
Parent:
110:165afa46840b
.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
bogdanm 92:4fc01daae5a5 1 /**
bogdanm 92:4fc01daae5a5 2 ******************************************************************************
bogdanm 92:4fc01daae5a5 3 * @file stm32f4xx_hal_pwr.h
bogdanm 92:4fc01daae5a5 4 * @author MCD Application Team
Kojto 110:165afa46840b 5 * @version V1.4.1
Kojto 110:165afa46840b 6 * @date 09-October-2015
bogdanm 92:4fc01daae5a5 7 * @brief Header file of PWR HAL module.
bogdanm 92:4fc01daae5a5 8 ******************************************************************************
bogdanm 92:4fc01daae5a5 9 * @attention
bogdanm 92:4fc01daae5a5 10 *
Kojto 99:dbbf35b96557 11 * <h2><center>&copy; COPYRIGHT(c) 2015 STMicroelectronics</center></h2>
bogdanm 92:4fc01daae5a5 12 *
bogdanm 92:4fc01daae5a5 13 * Redistribution and use in source and binary forms, with or without modification,
bogdanm 92:4fc01daae5a5 14 * are permitted provided that the following conditions are met:
bogdanm 92:4fc01daae5a5 15 * 1. Redistributions of source code must retain the above copyright notice,
bogdanm 92:4fc01daae5a5 16 * this list of conditions and the following disclaimer.
bogdanm 92:4fc01daae5a5 17 * 2. Redistributions in binary form must reproduce the above copyright notice,
bogdanm 92:4fc01daae5a5 18 * this list of conditions and the following disclaimer in the documentation
bogdanm 92:4fc01daae5a5 19 * and/or other materials provided with the distribution.
bogdanm 92:4fc01daae5a5 20 * 3. Neither the name of STMicroelectronics nor the names of its contributors
bogdanm 92:4fc01daae5a5 21 * may be used to endorse or promote products derived from this software
bogdanm 92:4fc01daae5a5 22 * without specific prior written permission.
bogdanm 92:4fc01daae5a5 23 *
bogdanm 92:4fc01daae5a5 24 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
bogdanm 92:4fc01daae5a5 25 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
bogdanm 92:4fc01daae5a5 26 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
bogdanm 92:4fc01daae5a5 27 * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
bogdanm 92:4fc01daae5a5 28 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
bogdanm 92:4fc01daae5a5 29 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
bogdanm 92:4fc01daae5a5 30 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
bogdanm 92:4fc01daae5a5 31 * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
bogdanm 92:4fc01daae5a5 32 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
bogdanm 92:4fc01daae5a5 33 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
bogdanm 92:4fc01daae5a5 34 *
bogdanm 92:4fc01daae5a5 35 ******************************************************************************
bogdanm 92:4fc01daae5a5 36 */
bogdanm 92:4fc01daae5a5 37
bogdanm 92:4fc01daae5a5 38 /* Define to prevent recursive inclusion -------------------------------------*/
bogdanm 92:4fc01daae5a5 39 #ifndef __STM32F4xx_HAL_PWR_H
bogdanm 92:4fc01daae5a5 40 #define __STM32F4xx_HAL_PWR_H
bogdanm 92:4fc01daae5a5 41
bogdanm 92:4fc01daae5a5 42 #ifdef __cplusplus
bogdanm 92:4fc01daae5a5 43 extern "C" {
bogdanm 92:4fc01daae5a5 44 #endif
bogdanm 92:4fc01daae5a5 45
bogdanm 92:4fc01daae5a5 46 /* Includes ------------------------------------------------------------------*/
bogdanm 92:4fc01daae5a5 47 #include "stm32f4xx_hal_def.h"
bogdanm 92:4fc01daae5a5 48
bogdanm 92:4fc01daae5a5 49 /** @addtogroup STM32F4xx_HAL_Driver
bogdanm 92:4fc01daae5a5 50 * @{
bogdanm 92:4fc01daae5a5 51 */
bogdanm 92:4fc01daae5a5 52
bogdanm 92:4fc01daae5a5 53 /** @addtogroup PWR
bogdanm 92:4fc01daae5a5 54 * @{
bogdanm 92:4fc01daae5a5 55 */
bogdanm 92:4fc01daae5a5 56
bogdanm 92:4fc01daae5a5 57 /* Exported types ------------------------------------------------------------*/
Kojto 99:dbbf35b96557 58
Kojto 99:dbbf35b96557 59 /** @defgroup PWR_Exported_Types PWR Exported Types
Kojto 99:dbbf35b96557 60 * @{
Kojto 99:dbbf35b96557 61 */
Kojto 99:dbbf35b96557 62
bogdanm 92:4fc01daae5a5 63 /**
bogdanm 92:4fc01daae5a5 64 * @brief PWR PVD configuration structure definition
bogdanm 92:4fc01daae5a5 65 */
bogdanm 92:4fc01daae5a5 66 typedef struct
bogdanm 92:4fc01daae5a5 67 {
bogdanm 92:4fc01daae5a5 68 uint32_t PVDLevel; /*!< PVDLevel: Specifies the PVD detection level.
bogdanm 92:4fc01daae5a5 69 This parameter can be a value of @ref PWR_PVD_detection_level */
bogdanm 92:4fc01daae5a5 70
bogdanm 92:4fc01daae5a5 71 uint32_t Mode; /*!< Mode: Specifies the operating mode for the selected pins.
bogdanm 92:4fc01daae5a5 72 This parameter can be a value of @ref PWR_PVD_Mode */
bogdanm 92:4fc01daae5a5 73 }PWR_PVDTypeDef;
bogdanm 92:4fc01daae5a5 74
bogdanm 92:4fc01daae5a5 75 /**
bogdanm 92:4fc01daae5a5 76 * @}
bogdanm 92:4fc01daae5a5 77 */
bogdanm 92:4fc01daae5a5 78
Kojto 99:dbbf35b96557 79 /* Exported constants --------------------------------------------------------*/
Kojto 99:dbbf35b96557 80 /** @defgroup PWR_Exported_Constants PWR Exported Constants
Kojto 99:dbbf35b96557 81 * @{
Kojto 99:dbbf35b96557 82 */
Kojto 99:dbbf35b96557 83
Kojto 99:dbbf35b96557 84 /** @defgroup PWR_WakeUp_Pins PWR WakeUp Pins
Kojto 99:dbbf35b96557 85 * @{
Kojto 99:dbbf35b96557 86 */
Kojto 99:dbbf35b96557 87 #define PWR_WAKEUP_PIN1 ((uint32_t)0x00000100)
Kojto 99:dbbf35b96557 88 /**
Kojto 99:dbbf35b96557 89 * @}
Kojto 99:dbbf35b96557 90 */
Kojto 99:dbbf35b96557 91
Kojto 99:dbbf35b96557 92 /** @defgroup PWR_PVD_detection_level PWR PVD detection level
bogdanm 92:4fc01daae5a5 93 * @{
bogdanm 92:4fc01daae5a5 94 */
bogdanm 92:4fc01daae5a5 95 #define PWR_PVDLEVEL_0 PWR_CR_PLS_LEV0
bogdanm 92:4fc01daae5a5 96 #define PWR_PVDLEVEL_1 PWR_CR_PLS_LEV1
bogdanm 92:4fc01daae5a5 97 #define PWR_PVDLEVEL_2 PWR_CR_PLS_LEV2
bogdanm 92:4fc01daae5a5 98 #define PWR_PVDLEVEL_3 PWR_CR_PLS_LEV3
bogdanm 92:4fc01daae5a5 99 #define PWR_PVDLEVEL_4 PWR_CR_PLS_LEV4
bogdanm 92:4fc01daae5a5 100 #define PWR_PVDLEVEL_5 PWR_CR_PLS_LEV5
bogdanm 92:4fc01daae5a5 101 #define PWR_PVDLEVEL_6 PWR_CR_PLS_LEV6
Kojto 99:dbbf35b96557 102 #define PWR_PVDLEVEL_7 PWR_CR_PLS_LEV7/* External input analog voltage
Kojto 99:dbbf35b96557 103 (Compare internally to VREFINT) */
bogdanm 92:4fc01daae5a5 104 /**
bogdanm 92:4fc01daae5a5 105 * @}
bogdanm 92:4fc01daae5a5 106 */
bogdanm 92:4fc01daae5a5 107
Kojto 99:dbbf35b96557 108 /** @defgroup PWR_PVD_Mode PWR PVD Mode
bogdanm 92:4fc01daae5a5 109 * @{
bogdanm 92:4fc01daae5a5 110 */
Kojto 99:dbbf35b96557 111 #define PWR_PVD_MODE_NORMAL ((uint32_t)0x00000000) /*!< basic mode is used */
Kojto 99:dbbf35b96557 112 #define PWR_PVD_MODE_IT_RISING ((uint32_t)0x00010001) /*!< External Interrupt Mode with Rising edge trigger detection */
Kojto 99:dbbf35b96557 113 #define PWR_PVD_MODE_IT_FALLING ((uint32_t)0x00010002) /*!< External Interrupt Mode with Falling edge trigger detection */
Kojto 99:dbbf35b96557 114 #define PWR_PVD_MODE_IT_RISING_FALLING ((uint32_t)0x00010003) /*!< External Interrupt Mode with Rising/Falling edge trigger detection */
Kojto 99:dbbf35b96557 115 #define PWR_PVD_MODE_EVENT_RISING ((uint32_t)0x00020001) /*!< Event Mode with Rising edge trigger detection */
Kojto 99:dbbf35b96557 116 #define PWR_PVD_MODE_EVENT_FALLING ((uint32_t)0x00020002) /*!< Event Mode with Falling edge trigger detection */
Kojto 99:dbbf35b96557 117 #define PWR_PVD_MODE_EVENT_RISING_FALLING ((uint32_t)0x00020003) /*!< Event Mode with Rising/Falling edge trigger detection */
bogdanm 92:4fc01daae5a5 118 /**
bogdanm 92:4fc01daae5a5 119 * @}
Kojto 99:dbbf35b96557 120 */
bogdanm 92:4fc01daae5a5 121
Kojto 99:dbbf35b96557 122
Kojto 99:dbbf35b96557 123 /** @defgroup PWR_Regulator_state_in_STOP_mode PWR Regulator state in SLEEP/STOP mode
bogdanm 92:4fc01daae5a5 124 * @{
bogdanm 92:4fc01daae5a5 125 */
bogdanm 92:4fc01daae5a5 126 #define PWR_MAINREGULATOR_ON ((uint32_t)0x00000000)
bogdanm 92:4fc01daae5a5 127 #define PWR_LOWPOWERREGULATOR_ON PWR_CR_LPDS
bogdanm 92:4fc01daae5a5 128 /**
bogdanm 92:4fc01daae5a5 129 * @}
bogdanm 92:4fc01daae5a5 130 */
bogdanm 92:4fc01daae5a5 131
Kojto 99:dbbf35b96557 132 /** @defgroup PWR_SLEEP_mode_entry PWR SLEEP mode entry
bogdanm 92:4fc01daae5a5 133 * @{
bogdanm 92:4fc01daae5a5 134 */
bogdanm 92:4fc01daae5a5 135 #define PWR_SLEEPENTRY_WFI ((uint8_t)0x01)
bogdanm 92:4fc01daae5a5 136 #define PWR_SLEEPENTRY_WFE ((uint8_t)0x02)
bogdanm 92:4fc01daae5a5 137 /**
bogdanm 92:4fc01daae5a5 138 * @}
bogdanm 92:4fc01daae5a5 139 */
bogdanm 92:4fc01daae5a5 140
Kojto 99:dbbf35b96557 141 /** @defgroup PWR_STOP_mode_entry PWR STOP mode entry
bogdanm 92:4fc01daae5a5 142 * @{
bogdanm 92:4fc01daae5a5 143 */
bogdanm 92:4fc01daae5a5 144 #define PWR_STOPENTRY_WFI ((uint8_t)0x01)
bogdanm 92:4fc01daae5a5 145 #define PWR_STOPENTRY_WFE ((uint8_t)0x02)
bogdanm 92:4fc01daae5a5 146 /**
bogdanm 92:4fc01daae5a5 147 * @}
bogdanm 92:4fc01daae5a5 148 */
bogdanm 92:4fc01daae5a5 149
Kojto 99:dbbf35b96557 150 /** @defgroup PWR_Flag PWR Flag
bogdanm 92:4fc01daae5a5 151 * @{
bogdanm 92:4fc01daae5a5 152 */
bogdanm 92:4fc01daae5a5 153 #define PWR_FLAG_WU PWR_CSR_WUF
bogdanm 92:4fc01daae5a5 154 #define PWR_FLAG_SB PWR_CSR_SBF
bogdanm 92:4fc01daae5a5 155 #define PWR_FLAG_PVDO PWR_CSR_PVDO
bogdanm 92:4fc01daae5a5 156 #define PWR_FLAG_BRR PWR_CSR_BRR
bogdanm 92:4fc01daae5a5 157 #define PWR_FLAG_VOSRDY PWR_CSR_VOSRDY
bogdanm 92:4fc01daae5a5 158 /**
bogdanm 92:4fc01daae5a5 159 * @}
bogdanm 92:4fc01daae5a5 160 */
bogdanm 92:4fc01daae5a5 161
bogdanm 92:4fc01daae5a5 162 /**
bogdanm 92:4fc01daae5a5 163 * @}
bogdanm 92:4fc01daae5a5 164 */
bogdanm 92:4fc01daae5a5 165
bogdanm 92:4fc01daae5a5 166 /* Exported macro ------------------------------------------------------------*/
Kojto 99:dbbf35b96557 167 /** @defgroup PWR_Exported_Macro PWR Exported Macro
Kojto 99:dbbf35b96557 168 * @{
Kojto 99:dbbf35b96557 169 */
bogdanm 92:4fc01daae5a5 170
bogdanm 92:4fc01daae5a5 171 /** @brief Check PWR flag is set or not.
bogdanm 92:4fc01daae5a5 172 * @param __FLAG__: specifies the flag to check.
bogdanm 92:4fc01daae5a5 173 * This parameter can be one of the following values:
bogdanm 92:4fc01daae5a5 174 * @arg PWR_FLAG_WU: Wake Up flag. This flag indicates that a wakeup event
bogdanm 92:4fc01daae5a5 175 * was received from the WKUP pin or from the RTC alarm (Alarm A
bogdanm 92:4fc01daae5a5 176 * or Alarm B), RTC Tamper event, RTC TimeStamp event or RTC Wakeup.
bogdanm 92:4fc01daae5a5 177 * An additional wakeup event is detected if the WKUP pin is enabled
bogdanm 92:4fc01daae5a5 178 * (by setting the EWUP bit) when the WKUP pin level is already high.
bogdanm 92:4fc01daae5a5 179 * @arg PWR_FLAG_SB: StandBy flag. This flag indicates that the system was
bogdanm 92:4fc01daae5a5 180 * resumed from StandBy mode.
bogdanm 92:4fc01daae5a5 181 * @arg PWR_FLAG_PVDO: PVD Output. This flag is valid only if PVD is enabled
bogdanm 92:4fc01daae5a5 182 * by the HAL_PWR_EnablePVD() function. The PVD is stopped by Standby mode
bogdanm 92:4fc01daae5a5 183 * For this reason, this bit is equal to 0 after Standby or reset
bogdanm 92:4fc01daae5a5 184 * until the PVDE bit is set.
bogdanm 92:4fc01daae5a5 185 * @arg PWR_FLAG_BRR: Backup regulator ready flag. This bit is not reset
bogdanm 92:4fc01daae5a5 186 * when the device wakes up from Standby mode or by a system reset
bogdanm 92:4fc01daae5a5 187 * or power reset.
bogdanm 92:4fc01daae5a5 188 * @arg PWR_FLAG_VOSRDY: This flag indicates that the Regulator voltage
bogdanm 92:4fc01daae5a5 189 * scaling output selection is ready.
bogdanm 92:4fc01daae5a5 190 * @retval The new state of __FLAG__ (TRUE or FALSE).
bogdanm 92:4fc01daae5a5 191 */
bogdanm 92:4fc01daae5a5 192 #define __HAL_PWR_GET_FLAG(__FLAG__) ((PWR->CSR & (__FLAG__)) == (__FLAG__))
bogdanm 92:4fc01daae5a5 193
bogdanm 92:4fc01daae5a5 194 /** @brief Clear the PWR's pending flags.
bogdanm 92:4fc01daae5a5 195 * @param __FLAG__: specifies the flag to clear.
bogdanm 92:4fc01daae5a5 196 * This parameter can be one of the following values:
bogdanm 92:4fc01daae5a5 197 * @arg PWR_FLAG_WU: Wake Up flag
bogdanm 92:4fc01daae5a5 198 * @arg PWR_FLAG_SB: StandBy flag
bogdanm 92:4fc01daae5a5 199 */
bogdanm 92:4fc01daae5a5 200 #define __HAL_PWR_CLEAR_FLAG(__FLAG__) (PWR->CR |= (__FLAG__) << 2)
bogdanm 92:4fc01daae5a5 201
Kojto 99:dbbf35b96557 202 /**
Kojto 99:dbbf35b96557 203 * @brief Enable the PVD Exti Line 16.
Kojto 99:dbbf35b96557 204 * @retval None.
Kojto 99:dbbf35b96557 205 */
Kojto 99:dbbf35b96557 206 #define __HAL_PWR_PVD_EXTI_ENABLE_IT() (EXTI->IMR |= (PWR_EXTI_LINE_PVD))
Kojto 99:dbbf35b96557 207
Kojto 99:dbbf35b96557 208 /**
Kojto 99:dbbf35b96557 209 * @brief Disable the PVD EXTI Line 16.
Kojto 99:dbbf35b96557 210 * @retval None.
Kojto 99:dbbf35b96557 211 */
Kojto 99:dbbf35b96557 212 #define __HAL_PWR_PVD_EXTI_DISABLE_IT() (EXTI->IMR &= ~(PWR_EXTI_LINE_PVD))
Kojto 99:dbbf35b96557 213
bogdanm 92:4fc01daae5a5 214 /**
Kojto 99:dbbf35b96557 215 * @brief Enable event on PVD Exti Line 16.
Kojto 99:dbbf35b96557 216 * @retval None.
Kojto 99:dbbf35b96557 217 */
Kojto 99:dbbf35b96557 218 #define __HAL_PWR_PVD_EXTI_ENABLE_EVENT() (EXTI->EMR |= (PWR_EXTI_LINE_PVD))
Kojto 99:dbbf35b96557 219
Kojto 99:dbbf35b96557 220 /**
Kojto 99:dbbf35b96557 221 * @brief Disable event on PVD Exti Line 16.
Kojto 99:dbbf35b96557 222 * @retval None.
Kojto 99:dbbf35b96557 223 */
Kojto 99:dbbf35b96557 224 #define __HAL_PWR_PVD_EXTI_DISABLE_EVENT() (EXTI->EMR &= ~(PWR_EXTI_LINE_PVD))
Kojto 99:dbbf35b96557 225
Kojto 99:dbbf35b96557 226 /**
Kojto 99:dbbf35b96557 227 * @brief Enable the PVD Extended Interrupt Rising Trigger.
bogdanm 92:4fc01daae5a5 228 * @retval None.
bogdanm 92:4fc01daae5a5 229 */
Kojto 99:dbbf35b96557 230 #define __HAL_PWR_PVD_EXTI_ENABLE_RISING_EDGE() SET_BIT(EXTI->RTSR, PWR_EXTI_LINE_PVD)
Kojto 99:dbbf35b96557 231
Kojto 99:dbbf35b96557 232 /**
Kojto 99:dbbf35b96557 233 * @brief Disable the PVD Extended Interrupt Rising Trigger.
Kojto 99:dbbf35b96557 234 * @retval None.
Kojto 99:dbbf35b96557 235 */
Kojto 99:dbbf35b96557 236 #define __HAL_PWR_PVD_EXTI_DISABLE_RISING_EDGE() CLEAR_BIT(EXTI->RTSR, PWR_EXTI_LINE_PVD)
Kojto 99:dbbf35b96557 237
Kojto 99:dbbf35b96557 238 /**
Kojto 99:dbbf35b96557 239 * @brief Enable the PVD Extended Interrupt Falling Trigger.
Kojto 99:dbbf35b96557 240 * @retval None.
Kojto 99:dbbf35b96557 241 */
Kojto 99:dbbf35b96557 242 #define __HAL_PWR_PVD_EXTI_ENABLE_FALLING_EDGE() SET_BIT(EXTI->FTSR, PWR_EXTI_LINE_PVD)
Kojto 99:dbbf35b96557 243
bogdanm 92:4fc01daae5a5 244
bogdanm 92:4fc01daae5a5 245 /**
Kojto 99:dbbf35b96557 246 * @brief Disable the PVD Extended Interrupt Falling Trigger.
bogdanm 92:4fc01daae5a5 247 * @retval None.
bogdanm 92:4fc01daae5a5 248 */
Kojto 99:dbbf35b96557 249 #define __HAL_PWR_PVD_EXTI_DISABLE_FALLING_EDGE() CLEAR_BIT(EXTI->FTSR, PWR_EXTI_LINE_PVD)
Kojto 99:dbbf35b96557 250
Kojto 99:dbbf35b96557 251
Kojto 99:dbbf35b96557 252 /**
Kojto 99:dbbf35b96557 253 * @brief PVD EXTI line configuration: set rising & falling edge trigger.
Kojto 99:dbbf35b96557 254 * @retval None.
Kojto 99:dbbf35b96557 255 */
Kojto 99:dbbf35b96557 256 #define __HAL_PWR_PVD_EXTI_ENABLE_RISING_FALLING_EDGE() __HAL_PWR_PVD_EXTI_ENABLE_RISING_EDGE();__HAL_PWR_PVD_EXTI_ENABLE_FALLING_EDGE();
Kojto 99:dbbf35b96557 257
Kojto 99:dbbf35b96557 258 /**
Kojto 99:dbbf35b96557 259 * @brief Disable the PVD Extended Interrupt Rising & Falling Trigger.
Kojto 99:dbbf35b96557 260 * This parameter can be:
Kojto 99:dbbf35b96557 261 * @retval None.
Kojto 99:dbbf35b96557 262 */
Kojto 99:dbbf35b96557 263 #define __HAL_PWR_PVD_EXTI_DISABLE_RISING_FALLING_EDGE() __HAL_PWR_PVD_EXTI_DISABLE_RISING_EDGE();__HAL_PWR_PVD_EXTI_DISABLE_FALLING_EDGE();
bogdanm 92:4fc01daae5a5 264
bogdanm 92:4fc01daae5a5 265 /**
bogdanm 92:4fc01daae5a5 266 * @brief checks whether the specified PVD Exti interrupt flag is set or not.
bogdanm 92:4fc01daae5a5 267 * @retval EXTI PVD Line Status.
bogdanm 92:4fc01daae5a5 268 */
Kojto 99:dbbf35b96557 269 #define __HAL_PWR_PVD_EXTI_GET_FLAG() (EXTI->PR & (PWR_EXTI_LINE_PVD))
bogdanm 92:4fc01daae5a5 270
bogdanm 92:4fc01daae5a5 271 /**
bogdanm 92:4fc01daae5a5 272 * @brief Clear the PVD Exti flag.
bogdanm 92:4fc01daae5a5 273 * @retval None.
bogdanm 92:4fc01daae5a5 274 */
Kojto 99:dbbf35b96557 275 #define __HAL_PWR_PVD_EXTI_CLEAR_FLAG() (EXTI->PR = (PWR_EXTI_LINE_PVD))
bogdanm 92:4fc01daae5a5 276
bogdanm 92:4fc01daae5a5 277 /**
Kojto 99:dbbf35b96557 278 * @brief Generates a Software interrupt on PVD EXTI line.
bogdanm 92:4fc01daae5a5 279 * @retval None
bogdanm 92:4fc01daae5a5 280 */
Kojto 99:dbbf35b96557 281 #define __HAL_PWR_PVD_EXTI_GENERATE_SWIT() (EXTI->SWIER |= (PWR_EXTI_LINE_PVD))
Kojto 99:dbbf35b96557 282
Kojto 99:dbbf35b96557 283 /**
Kojto 99:dbbf35b96557 284 * @}
Kojto 99:dbbf35b96557 285 */
bogdanm 92:4fc01daae5a5 286
bogdanm 92:4fc01daae5a5 287 /* Include PWR HAL Extension module */
bogdanm 92:4fc01daae5a5 288 #include "stm32f4xx_hal_pwr_ex.h"
bogdanm 92:4fc01daae5a5 289
bogdanm 92:4fc01daae5a5 290 /* Exported functions --------------------------------------------------------*/
Kojto 99:dbbf35b96557 291 /** @addtogroup PWR_Exported_Functions PWR Exported Functions
Kojto 99:dbbf35b96557 292 * @{
Kojto 99:dbbf35b96557 293 */
Kojto 99:dbbf35b96557 294
Kojto 99:dbbf35b96557 295 /** @addtogroup PWR_Exported_Functions_Group1 Initialization and de-initialization functions
Kojto 99:dbbf35b96557 296 * @{
Kojto 99:dbbf35b96557 297 */
bogdanm 92:4fc01daae5a5 298 /* Initialization and de-initialization functions *****************************/
bogdanm 92:4fc01daae5a5 299 void HAL_PWR_DeInit(void);
bogdanm 92:4fc01daae5a5 300 void HAL_PWR_EnableBkUpAccess(void);
bogdanm 92:4fc01daae5a5 301 void HAL_PWR_DisableBkUpAccess(void);
Kojto 99:dbbf35b96557 302 /**
Kojto 99:dbbf35b96557 303 * @}
Kojto 99:dbbf35b96557 304 */
bogdanm 92:4fc01daae5a5 305
Kojto 99:dbbf35b96557 306 /** @addtogroup PWR_Exported_Functions_Group2 Peripheral Control functions
Kojto 99:dbbf35b96557 307 * @{
Kojto 99:dbbf35b96557 308 */
bogdanm 92:4fc01daae5a5 309 /* Peripheral Control functions **********************************************/
bogdanm 92:4fc01daae5a5 310 /* PVD configuration */
Kojto 99:dbbf35b96557 311 void HAL_PWR_ConfigPVD(PWR_PVDTypeDef *sConfigPVD);
bogdanm 92:4fc01daae5a5 312 void HAL_PWR_EnablePVD(void);
bogdanm 92:4fc01daae5a5 313 void HAL_PWR_DisablePVD(void);
bogdanm 92:4fc01daae5a5 314
bogdanm 92:4fc01daae5a5 315 /* WakeUp pins configuration */
bogdanm 92:4fc01daae5a5 316 void HAL_PWR_EnableWakeUpPin(uint32_t WakeUpPinx);
bogdanm 92:4fc01daae5a5 317 void HAL_PWR_DisableWakeUpPin(uint32_t WakeUpPinx);
bogdanm 92:4fc01daae5a5 318
bogdanm 92:4fc01daae5a5 319 /* Low Power modes entry */
bogdanm 92:4fc01daae5a5 320 void HAL_PWR_EnterSTOPMode(uint32_t Regulator, uint8_t STOPEntry);
bogdanm 92:4fc01daae5a5 321 void HAL_PWR_EnterSLEEPMode(uint32_t Regulator, uint8_t SLEEPEntry);
bogdanm 92:4fc01daae5a5 322 void HAL_PWR_EnterSTANDBYMode(void);
bogdanm 92:4fc01daae5a5 323
Kojto 99:dbbf35b96557 324 /* Power PVD IRQ Handler */
bogdanm 92:4fc01daae5a5 325 void HAL_PWR_PVD_IRQHandler(void);
bogdanm 92:4fc01daae5a5 326 void HAL_PWR_PVDCallback(void);
bogdanm 92:4fc01daae5a5 327
Kojto 99:dbbf35b96557 328 /* Cortex System Control functions *******************************************/
Kojto 99:dbbf35b96557 329 void HAL_PWR_EnableSleepOnExit(void);
Kojto 99:dbbf35b96557 330 void HAL_PWR_DisableSleepOnExit(void);
Kojto 99:dbbf35b96557 331 void HAL_PWR_EnableSEVOnPend(void);
Kojto 99:dbbf35b96557 332 void HAL_PWR_DisableSEVOnPend(void);
Kojto 99:dbbf35b96557 333 /**
Kojto 99:dbbf35b96557 334 * @}
Kojto 99:dbbf35b96557 335 */
Kojto 99:dbbf35b96557 336
Kojto 99:dbbf35b96557 337 /**
Kojto 99:dbbf35b96557 338 * @}
Kojto 99:dbbf35b96557 339 */
Kojto 99:dbbf35b96557 340
Kojto 99:dbbf35b96557 341 /* Private types -------------------------------------------------------------*/
Kojto 99:dbbf35b96557 342 /* Private variables ---------------------------------------------------------*/
Kojto 99:dbbf35b96557 343 /* Private constants ---------------------------------------------------------*/
Kojto 99:dbbf35b96557 344 /** @defgroup PWR_Private_Constants PWR Private Constants
Kojto 99:dbbf35b96557 345 * @{
Kojto 99:dbbf35b96557 346 */
Kojto 99:dbbf35b96557 347
Kojto 99:dbbf35b96557 348 /** @defgroup PWR_PVD_EXTI_Line PWR PVD EXTI Line
Kojto 99:dbbf35b96557 349 * @{
Kojto 99:dbbf35b96557 350 */
Kojto 99:dbbf35b96557 351 #define PWR_EXTI_LINE_PVD ((uint32_t)EXTI_IMR_MR16) /*!< External interrupt line 16 Connected to the PVD EXTI Line */
Kojto 99:dbbf35b96557 352 /**
Kojto 99:dbbf35b96557 353 * @}
Kojto 99:dbbf35b96557 354 */
Kojto 99:dbbf35b96557 355
Kojto 99:dbbf35b96557 356 /** @defgroup PWR_register_alias_address PWR Register alias address
Kojto 99:dbbf35b96557 357 * @{
Kojto 99:dbbf35b96557 358 */
Kojto 99:dbbf35b96557 359 /* ------------- PWR registers bit address in the alias region ---------------*/
Kojto 99:dbbf35b96557 360 #define PWR_OFFSET (PWR_BASE - PERIPH_BASE)
Kojto 99:dbbf35b96557 361 #define PWR_CR_OFFSET 0x00
Kojto 99:dbbf35b96557 362 #define PWR_CSR_OFFSET 0x04
Kojto 99:dbbf35b96557 363 #define PWR_CR_OFFSET_BB (PWR_OFFSET + PWR_CR_OFFSET)
Kojto 99:dbbf35b96557 364 #define PWR_CSR_OFFSET_BB (PWR_OFFSET + PWR_CSR_OFFSET)
Kojto 99:dbbf35b96557 365 /**
Kojto 99:dbbf35b96557 366 * @}
Kojto 99:dbbf35b96557 367 */
Kojto 99:dbbf35b96557 368
Kojto 99:dbbf35b96557 369 /** @defgroup PWR_CR_register_alias PWR CR Register alias address
Kojto 99:dbbf35b96557 370 * @{
Kojto 99:dbbf35b96557 371 */
Kojto 99:dbbf35b96557 372 /* --- CR Register ---*/
Kojto 99:dbbf35b96557 373 /* Alias word address of DBP bit */
Kojto 99:dbbf35b96557 374 #define DBP_BIT_NUMBER POSITION_VAL(PWR_CR_DBP)
Kojto 99:dbbf35b96557 375 #define CR_DBP_BB (uint32_t)(PERIPH_BB_BASE + (PWR_CR_OFFSET_BB * 32) + (DBP_BIT_NUMBER * 4))
Kojto 99:dbbf35b96557 376
Kojto 99:dbbf35b96557 377 /* Alias word address of PVDE bit */
Kojto 99:dbbf35b96557 378 #define PVDE_BIT_NUMBER POSITION_VAL(PWR_CR_PVDE)
Kojto 99:dbbf35b96557 379 #define CR_PVDE_BB (uint32_t)(PERIPH_BB_BASE + (PWR_CR_OFFSET_BB * 32) + (PVDE_BIT_NUMBER * 4))
Kojto 99:dbbf35b96557 380
Kojto 99:dbbf35b96557 381 /* Alias word address of PMODE bit */
Kojto 99:dbbf35b96557 382 #define PMODE_BIT_NUMBER POSITION_VAL(PWR_CR_PMODE)
Kojto 99:dbbf35b96557 383 #define CR_PMODE_BB (uint32_t)(PERIPH_BB_BASE + (PWR_CR_OFFSET_BB * 32) + (PMODE_BIT_NUMBER * 4))
Kojto 99:dbbf35b96557 384 /**
Kojto 99:dbbf35b96557 385 * @}
Kojto 99:dbbf35b96557 386 */
Kojto 99:dbbf35b96557 387
Kojto 99:dbbf35b96557 388 /** @defgroup PWR_CSR_register_alias PWR CSR Register alias address
Kojto 99:dbbf35b96557 389 * @{
Kojto 99:dbbf35b96557 390 */
Kojto 99:dbbf35b96557 391 /* --- CSR Register ---*/
Kojto 99:dbbf35b96557 392 /* Alias word address of EWUP bit */
Kojto 99:dbbf35b96557 393 #define EWUP_BIT_NUMBER POSITION_VAL(PWR_CSR_EWUP)
Kojto 99:dbbf35b96557 394 #define CSR_EWUP_BB (PERIPH_BB_BASE + (PWR_CSR_OFFSET_BB * 32) + (EWUP_BIT_NUMBER * 4))
Kojto 99:dbbf35b96557 395 /**
Kojto 99:dbbf35b96557 396 * @}
Kojto 99:dbbf35b96557 397 */
Kojto 99:dbbf35b96557 398
Kojto 99:dbbf35b96557 399 /**
Kojto 99:dbbf35b96557 400 * @}
Kojto 99:dbbf35b96557 401 */
Kojto 99:dbbf35b96557 402 /* Private macros ------------------------------------------------------------*/
Kojto 99:dbbf35b96557 403 /** @defgroup PWR_Private_Macros PWR Private Macros
Kojto 99:dbbf35b96557 404 * @{
Kojto 99:dbbf35b96557 405 */
Kojto 99:dbbf35b96557 406
Kojto 99:dbbf35b96557 407 /** @defgroup PWR_IS_PWR_Definitions PWR Private macros to check input parameters
Kojto 99:dbbf35b96557 408 * @{
Kojto 99:dbbf35b96557 409 */
Kojto 99:dbbf35b96557 410 #define IS_PWR_PVD_LEVEL(LEVEL) (((LEVEL) == PWR_PVDLEVEL_0) || ((LEVEL) == PWR_PVDLEVEL_1)|| \
Kojto 99:dbbf35b96557 411 ((LEVEL) == PWR_PVDLEVEL_2) || ((LEVEL) == PWR_PVDLEVEL_3)|| \
Kojto 99:dbbf35b96557 412 ((LEVEL) == PWR_PVDLEVEL_4) || ((LEVEL) == PWR_PVDLEVEL_5)|| \
Kojto 99:dbbf35b96557 413 ((LEVEL) == PWR_PVDLEVEL_6) || ((LEVEL) == PWR_PVDLEVEL_7))
Kojto 99:dbbf35b96557 414 #define IS_PWR_PVD_MODE(MODE) (((MODE) == PWR_PVD_MODE_IT_RISING)|| ((MODE) == PWR_PVD_MODE_IT_FALLING) || \
Kojto 99:dbbf35b96557 415 ((MODE) == PWR_PVD_MODE_IT_RISING_FALLING) || ((MODE) == PWR_PVD_MODE_EVENT_RISING) || \
Kojto 99:dbbf35b96557 416 ((MODE) == PWR_PVD_MODE_EVENT_FALLING) || ((MODE) == PWR_PVD_MODE_EVENT_RISING_FALLING) || \
Kojto 99:dbbf35b96557 417 ((MODE) == PWR_PVD_MODE_NORMAL))
Kojto 99:dbbf35b96557 418 #define IS_PWR_REGULATOR(REGULATOR) (((REGULATOR) == PWR_MAINREGULATOR_ON) || \
Kojto 99:dbbf35b96557 419 ((REGULATOR) == PWR_LOWPOWERREGULATOR_ON))
Kojto 99:dbbf35b96557 420 #define IS_PWR_SLEEP_ENTRY(ENTRY) (((ENTRY) == PWR_SLEEPENTRY_WFI) || ((ENTRY) == PWR_SLEEPENTRY_WFE))
Kojto 99:dbbf35b96557 421 #define IS_PWR_STOP_ENTRY(ENTRY) (((ENTRY) == PWR_STOPENTRY_WFI) || ((ENTRY) == PWR_STOPENTRY_WFE))
Kojto 99:dbbf35b96557 422 /**
Kojto 99:dbbf35b96557 423 * @}
Kojto 99:dbbf35b96557 424 */
Kojto 99:dbbf35b96557 425
Kojto 99:dbbf35b96557 426 /**
Kojto 99:dbbf35b96557 427 * @}
Kojto 99:dbbf35b96557 428 */
bogdanm 92:4fc01daae5a5 429
bogdanm 92:4fc01daae5a5 430 /**
bogdanm 92:4fc01daae5a5 431 * @}
bogdanm 92:4fc01daae5a5 432 */
bogdanm 92:4fc01daae5a5 433
bogdanm 92:4fc01daae5a5 434 /**
bogdanm 92:4fc01daae5a5 435 * @}
bogdanm 92:4fc01daae5a5 436 */
bogdanm 92:4fc01daae5a5 437
bogdanm 92:4fc01daae5a5 438 #ifdef __cplusplus
bogdanm 92:4fc01daae5a5 439 }
bogdanm 92:4fc01daae5a5 440 #endif
bogdanm 92:4fc01daae5a5 441
bogdanm 92:4fc01daae5a5 442
bogdanm 92:4fc01daae5a5 443 #endif /* __STM32F4xx_HAL_PWR_H */
bogdanm 92:4fc01daae5a5 444
bogdanm 92:4fc01daae5a5 445 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/