my fork
Fork of mbed by
TARGET_NUCLEO_F091RC/stm32f0xx_hal_wwdg.h@97:4298809c7c9e, 2015-04-08 (annotated)
- Committer:
- filartrix
- Date:
- Wed Apr 08 14:12:53 2015 +0000
- Revision:
- 97:4298809c7c9e
- Parent:
- 93:e188a91d3eaa
First reale BlueNRG module for nucleo 401 board
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Kojto | 90:cb3d968589d8 | 1 | /** |
Kojto | 90:cb3d968589d8 | 2 | ****************************************************************************** |
Kojto | 90:cb3d968589d8 | 3 | * @file stm32f0xx_hal_wwdg.h |
Kojto | 90:cb3d968589d8 | 4 | * @author MCD Application Team |
Kojto | 93:e188a91d3eaa | 5 | * @version V1.2.0 |
Kojto | 93:e188a91d3eaa | 6 | * @date 11-December-2014 |
Kojto | 90:cb3d968589d8 | 7 | * @brief Header file of WWDG HAL module. |
Kojto | 90:cb3d968589d8 | 8 | ****************************************************************************** |
Kojto | 90:cb3d968589d8 | 9 | * @attention |
Kojto | 90:cb3d968589d8 | 10 | * |
Kojto | 90:cb3d968589d8 | 11 | * <h2><center>© COPYRIGHT(c) 2014 STMicroelectronics</center></h2> |
Kojto | 90:cb3d968589d8 | 12 | * |
Kojto | 90:cb3d968589d8 | 13 | * Redistribution and use in source and binary forms, with or without modification, |
Kojto | 90:cb3d968589d8 | 14 | * are permitted provided that the following conditions are met: |
Kojto | 90:cb3d968589d8 | 15 | * 1. Redistributions of source code must retain the above copyright notice, |
Kojto | 90:cb3d968589d8 | 16 | * this list of conditions and the following disclaimer. |
Kojto | 90:cb3d968589d8 | 17 | * 2. Redistributions in binary form must reproduce the above copyright notice, |
Kojto | 90:cb3d968589d8 | 18 | * this list of conditions and the following disclaimer in the documentation |
Kojto | 90:cb3d968589d8 | 19 | * and/or other materials provided with the distribution. |
Kojto | 90:cb3d968589d8 | 20 | * 3. Neither the name of STMicroelectronics nor the names of its contributors |
Kojto | 90:cb3d968589d8 | 21 | * may be used to endorse or promote products derived from this software |
Kojto | 90:cb3d968589d8 | 22 | * without specific prior written permission. |
Kojto | 90:cb3d968589d8 | 23 | * |
Kojto | 90:cb3d968589d8 | 24 | * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
Kojto | 90:cb3d968589d8 | 25 | * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
Kojto | 90:cb3d968589d8 | 26 | * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
Kojto | 90:cb3d968589d8 | 27 | * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE |
Kojto | 90:cb3d968589d8 | 28 | * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
Kojto | 90:cb3d968589d8 | 29 | * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
Kojto | 90:cb3d968589d8 | 30 | * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
Kojto | 90:cb3d968589d8 | 31 | * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
Kojto | 90:cb3d968589d8 | 32 | * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
Kojto | 90:cb3d968589d8 | 33 | * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
Kojto | 90:cb3d968589d8 | 34 | * |
Kojto | 90:cb3d968589d8 | 35 | ****************************************************************************** |
Kojto | 90:cb3d968589d8 | 36 | */ |
Kojto | 90:cb3d968589d8 | 37 | |
Kojto | 90:cb3d968589d8 | 38 | /* Define to prevent recursive inclusion -------------------------------------*/ |
Kojto | 90:cb3d968589d8 | 39 | #ifndef __STM32F0xx_HAL_WWDG_H |
Kojto | 90:cb3d968589d8 | 40 | #define __STM32F0xx_HAL_WWDG_H |
Kojto | 90:cb3d968589d8 | 41 | |
Kojto | 90:cb3d968589d8 | 42 | #ifdef __cplusplus |
Kojto | 90:cb3d968589d8 | 43 | extern "C" { |
Kojto | 90:cb3d968589d8 | 44 | #endif |
Kojto | 90:cb3d968589d8 | 45 | |
Kojto | 90:cb3d968589d8 | 46 | /* Includes ------------------------------------------------------------------*/ |
Kojto | 90:cb3d968589d8 | 47 | #include "stm32f0xx_hal_def.h" |
Kojto | 90:cb3d968589d8 | 48 | |
Kojto | 90:cb3d968589d8 | 49 | /** @addtogroup STM32F0xx_HAL_Driver |
Kojto | 90:cb3d968589d8 | 50 | * @{ |
Kojto | 90:cb3d968589d8 | 51 | */ |
Kojto | 90:cb3d968589d8 | 52 | |
Kojto | 90:cb3d968589d8 | 53 | /** @addtogroup WWDG |
Kojto | 90:cb3d968589d8 | 54 | * @{ |
Kojto | 90:cb3d968589d8 | 55 | */ |
Kojto | 90:cb3d968589d8 | 56 | |
Kojto | 90:cb3d968589d8 | 57 | /* Exported types ------------------------------------------------------------*/ |
Kojto | 90:cb3d968589d8 | 58 | |
Kojto | 90:cb3d968589d8 | 59 | /** @defgroup WWDG_Exported_Types WWDG Exported Types |
Kojto | 90:cb3d968589d8 | 60 | * @{ |
Kojto | 90:cb3d968589d8 | 61 | */ |
Kojto | 90:cb3d968589d8 | 62 | |
Kojto | 90:cb3d968589d8 | 63 | /** |
Kojto | 90:cb3d968589d8 | 64 | * @brief WWDG HAL State Structure definition |
Kojto | 90:cb3d968589d8 | 65 | */ |
Kojto | 90:cb3d968589d8 | 66 | typedef enum |
Kojto | 90:cb3d968589d8 | 67 | { |
Kojto | 90:cb3d968589d8 | 68 | HAL_WWDG_STATE_RESET = 0x00, /*!< WWDG not yet initialized or disabled */ |
Kojto | 90:cb3d968589d8 | 69 | HAL_WWDG_STATE_READY = 0x01, /*!< WWDG initialized and ready for use */ |
Kojto | 90:cb3d968589d8 | 70 | HAL_WWDG_STATE_BUSY = 0x02, /*!< WWDG internal process is ongoing */ |
Kojto | 90:cb3d968589d8 | 71 | HAL_WWDG_STATE_TIMEOUT = 0x03, /*!< WWDG timeout state */ |
Kojto | 90:cb3d968589d8 | 72 | HAL_WWDG_STATE_ERROR = 0x04 /*!< WWDG error state */ |
Kojto | 90:cb3d968589d8 | 73 | }HAL_WWDG_StateTypeDef; |
Kojto | 90:cb3d968589d8 | 74 | |
Kojto | 90:cb3d968589d8 | 75 | /** |
Kojto | 90:cb3d968589d8 | 76 | * @brief WWDG Init structure definition |
Kojto | 90:cb3d968589d8 | 77 | */ |
Kojto | 90:cb3d968589d8 | 78 | typedef struct |
Kojto | 90:cb3d968589d8 | 79 | { |
Kojto | 90:cb3d968589d8 | 80 | uint32_t Prescaler; /*!< Specifies the prescaler value of the WWDG. |
Kojto | 90:cb3d968589d8 | 81 | This parameter can be a value of @ref WWDG_Prescaler */ |
Kojto | 90:cb3d968589d8 | 82 | |
Kojto | 90:cb3d968589d8 | 83 | uint32_t Window; /*!< Specifies the WWDG window value to be compared to the downcounter. |
Kojto | 93:e188a91d3eaa | 84 | This parameter must be a number lower than Max_Data = 0x80 */ |
Kojto | 90:cb3d968589d8 | 85 | |
Kojto | 90:cb3d968589d8 | 86 | uint32_t Counter; /*!< Specifies the WWDG free-running downcounter value. |
Kojto | 93:e188a91d3eaa | 87 | This parameter must be a number between Min_Data = 0x40 and Max_Data = 0x7F */ |
Kojto | 90:cb3d968589d8 | 88 | |
Kojto | 90:cb3d968589d8 | 89 | } WWDG_InitTypeDef; |
Kojto | 90:cb3d968589d8 | 90 | |
Kojto | 90:cb3d968589d8 | 91 | /** |
Kojto | 90:cb3d968589d8 | 92 | * @brief WWDG handle Structure definition |
Kojto | 90:cb3d968589d8 | 93 | */ |
Kojto | 90:cb3d968589d8 | 94 | typedef struct |
Kojto | 90:cb3d968589d8 | 95 | { |
Kojto | 90:cb3d968589d8 | 96 | WWDG_TypeDef *Instance; /*!< Register base address */ |
Kojto | 90:cb3d968589d8 | 97 | |
Kojto | 90:cb3d968589d8 | 98 | WWDG_InitTypeDef Init; /*!< WWDG required parameters */ |
Kojto | 90:cb3d968589d8 | 99 | |
Kojto | 90:cb3d968589d8 | 100 | HAL_LockTypeDef Lock; /*!< WWDG locking object */ |
Kojto | 90:cb3d968589d8 | 101 | |
Kojto | 90:cb3d968589d8 | 102 | __IO HAL_WWDG_StateTypeDef State; /*!< WWDG communication state */ |
Kojto | 90:cb3d968589d8 | 103 | |
Kojto | 90:cb3d968589d8 | 104 | } WWDG_HandleTypeDef; |
Kojto | 90:cb3d968589d8 | 105 | |
Kojto | 90:cb3d968589d8 | 106 | /** |
Kojto | 90:cb3d968589d8 | 107 | * @} |
Kojto | 90:cb3d968589d8 | 108 | */ |
Kojto | 90:cb3d968589d8 | 109 | |
Kojto | 90:cb3d968589d8 | 110 | /* Exported constants --------------------------------------------------------*/ |
Kojto | 90:cb3d968589d8 | 111 | |
Kojto | 90:cb3d968589d8 | 112 | /** @defgroup WWDG_Exported_Constants WWDG Exported Constants |
Kojto | 90:cb3d968589d8 | 113 | * @{ |
Kojto | 90:cb3d968589d8 | 114 | */ |
Kojto | 90:cb3d968589d8 | 115 | |
Kojto | 90:cb3d968589d8 | 116 | /** @defgroup WWDG_Interrupt_definition WWDG Interrupt definition |
Kojto | 90:cb3d968589d8 | 117 | * @{ |
Kojto | 90:cb3d968589d8 | 118 | */ |
Kojto | 93:e188a91d3eaa | 119 | #define WWDG_IT_EWI WWDG_CFR_EWI /*!< Early wakeup interrupt */ |
Kojto | 90:cb3d968589d8 | 120 | /** |
Kojto | 90:cb3d968589d8 | 121 | * @} |
Kojto | 90:cb3d968589d8 | 122 | */ |
Kojto | 90:cb3d968589d8 | 123 | |
Kojto | 90:cb3d968589d8 | 124 | /** @defgroup WWDG_Flag_definition WWDG Flag definition |
Kojto | 90:cb3d968589d8 | 125 | * @brief WWDG Flag definition |
Kojto | 90:cb3d968589d8 | 126 | * @{ |
Kojto | 90:cb3d968589d8 | 127 | */ |
Kojto | 93:e188a91d3eaa | 128 | #define WWDG_FLAG_EWIF WWDG_SR_EWIF /*!< Early wakeup interrupt flag */ |
Kojto | 90:cb3d968589d8 | 129 | /** |
Kojto | 90:cb3d968589d8 | 130 | * @} |
Kojto | 90:cb3d968589d8 | 131 | */ |
Kojto | 90:cb3d968589d8 | 132 | |
Kojto | 90:cb3d968589d8 | 133 | /** @defgroup WWDG_Prescaler WWDG Prescaler |
Kojto | 90:cb3d968589d8 | 134 | * @{ |
Kojto | 90:cb3d968589d8 | 135 | */ |
Kojto | 93:e188a91d3eaa | 136 | #define WWDG_PRESCALER_1 ((uint32_t)0x00000000) /*!< WWDG counter clock = (PCLK1/4096)/1 */ |
Kojto | 93:e188a91d3eaa | 137 | #define WWDG_PRESCALER_2 WWDG_CFR_WDGTB0 /*!< WWDG counter clock = (PCLK1/4096)/2 */ |
Kojto | 93:e188a91d3eaa | 138 | #define WWDG_PRESCALER_4 WWDG_CFR_WDGTB1 /*!< WWDG counter clock = (PCLK1/4096)/4 */ |
Kojto | 93:e188a91d3eaa | 139 | #define WWDG_PRESCALER_8 WWDG_CFR_WDGTB /*!< WWDG counter clock = (PCLK1/4096)/8 */ |
Kojto | 90:cb3d968589d8 | 140 | |
Kojto | 93:e188a91d3eaa | 141 | #define IS_WWDG_PRESCALER(__PRESCALER__) (((__PRESCALER__) == WWDG_PRESCALER_1) || \ |
Kojto | 93:e188a91d3eaa | 142 | ((__PRESCALER__) == WWDG_PRESCALER_2) || \ |
Kojto | 93:e188a91d3eaa | 143 | ((__PRESCALER__) == WWDG_PRESCALER_4) || \ |
Kojto | 93:e188a91d3eaa | 144 | ((__PRESCALER__) == WWDG_PRESCALER_8)) |
Kojto | 90:cb3d968589d8 | 145 | /** |
Kojto | 90:cb3d968589d8 | 146 | * @} |
Kojto | 90:cb3d968589d8 | 147 | */ |
Kojto | 90:cb3d968589d8 | 148 | |
Kojto | 90:cb3d968589d8 | 149 | /** @defgroup WWDG_Window WWDG Window |
Kojto | 90:cb3d968589d8 | 150 | * @{ |
Kojto | 90:cb3d968589d8 | 151 | */ |
Kojto | 93:e188a91d3eaa | 152 | #define IS_WWDG_WINDOW(__WINDOW__) ((__WINDOW__) <= 0x7F) |
Kojto | 90:cb3d968589d8 | 153 | /** |
Kojto | 90:cb3d968589d8 | 154 | * @} |
Kojto | 90:cb3d968589d8 | 155 | */ |
Kojto | 90:cb3d968589d8 | 156 | |
Kojto | 90:cb3d968589d8 | 157 | /** @defgroup WWDG_Counter WWDG Counter |
Kojto | 90:cb3d968589d8 | 158 | * @{ |
Kojto | 90:cb3d968589d8 | 159 | */ |
Kojto | 93:e188a91d3eaa | 160 | #define IS_WWDG_COUNTER(__COUNTER__) (((__COUNTER__) >= 0x40) && ((__COUNTER__) <= 0x7F)) |
Kojto | 90:cb3d968589d8 | 161 | /** |
Kojto | 90:cb3d968589d8 | 162 | * @} |
Kojto | 90:cb3d968589d8 | 163 | */ |
Kojto | 90:cb3d968589d8 | 164 | |
Kojto | 90:cb3d968589d8 | 165 | /** |
Kojto | 90:cb3d968589d8 | 166 | * @} |
Kojto | 90:cb3d968589d8 | 167 | */ |
Kojto | 90:cb3d968589d8 | 168 | |
Kojto | 90:cb3d968589d8 | 169 | /* Exported macro ------------------------------------------------------------*/ |
Kojto | 90:cb3d968589d8 | 170 | |
Kojto | 90:cb3d968589d8 | 171 | /** @defgroup WWDG_Exported_Macros WWDG Exported Macros |
Kojto | 90:cb3d968589d8 | 172 | * @{ |
Kojto | 90:cb3d968589d8 | 173 | */ |
Kojto | 90:cb3d968589d8 | 174 | |
Kojto | 90:cb3d968589d8 | 175 | /** @brief Reset WWDG handle state |
Kojto | 90:cb3d968589d8 | 176 | * @param __HANDLE__: WWDG handle |
Kojto | 90:cb3d968589d8 | 177 | * @retval None |
Kojto | 90:cb3d968589d8 | 178 | */ |
Kojto | 93:e188a91d3eaa | 179 | #define __HAL_WWDG_RESET_HANDLE_STATE(__HANDLE__) ((__HANDLE__)->State = HAL_WWDG_STATE_RESET) |
Kojto | 90:cb3d968589d8 | 180 | |
Kojto | 90:cb3d968589d8 | 181 | /** |
Kojto | 90:cb3d968589d8 | 182 | * @brief Enables the WWDG peripheral. |
Kojto | 90:cb3d968589d8 | 183 | * @param __HANDLE__: WWDG handle |
Kojto | 90:cb3d968589d8 | 184 | * @retval None |
Kojto | 90:cb3d968589d8 | 185 | */ |
Kojto | 93:e188a91d3eaa | 186 | #define __HAL_WWDG_ENABLE(__HANDLE__) ((__HANDLE__)->Instance->CR |= WWDG_CR_WDGA) |
Kojto | 93:e188a91d3eaa | 187 | |
Kojto | 93:e188a91d3eaa | 188 | /** |
Kojto | 93:e188a91d3eaa | 189 | * @brief Disables the WWDG peripheral. |
Kojto | 93:e188a91d3eaa | 190 | * @param __HANDLE__: WWDG handle |
Kojto | 93:e188a91d3eaa | 191 | * @note WARNING: This is a dummy macro for HAL code alignment. |
Kojto | 93:e188a91d3eaa | 192 | * Once enable, WWDG Peripheral cannot be disabled except by a system reset. |
Kojto | 93:e188a91d3eaa | 193 | * @retval None |
Kojto | 93:e188a91d3eaa | 194 | */ |
Kojto | 93:e188a91d3eaa | 195 | #define __HAL_WWDG_DISABLE(__HANDLE__) /* dummy macro */ |
Kojto | 93:e188a91d3eaa | 196 | |
Kojto | 93:e188a91d3eaa | 197 | /** |
Kojto | 93:e188a91d3eaa | 198 | * @brief Enables the WWDG early wakeup interrupt. |
Kojto | 93:e188a91d3eaa | 199 | * @param __HANDLE__: WWDG handle |
Kojto | 93:e188a91d3eaa | 200 | * @param __INTERRUPT__: specifies the interrupt to enable. |
Kojto | 93:e188a91d3eaa | 201 | * This parameter can be one of the following values: |
Kojto | 93:e188a91d3eaa | 202 | * @arg WWDG_IT_EWI: Early wakeup interrupt |
Kojto | 93:e188a91d3eaa | 203 | * @note Once enabled this interrupt cannot be disabled except by a system reset. |
Kojto | 93:e188a91d3eaa | 204 | * @retval None |
Kojto | 93:e188a91d3eaa | 205 | */ |
Kojto | 93:e188a91d3eaa | 206 | #define __HAL_WWDG_ENABLE_IT(__HANDLE__, __INTERRUPT__) ((__HANDLE__)->Instance->CFR |= (__INTERRUPT__)) |
Kojto | 93:e188a91d3eaa | 207 | |
Kojto | 93:e188a91d3eaa | 208 | /** |
Kojto | 93:e188a91d3eaa | 209 | * @brief Disables the WWDG early wakeup interrupt. |
Kojto | 93:e188a91d3eaa | 210 | * @param __HANDLE__: WWDG handle |
Kojto | 93:e188a91d3eaa | 211 | * @param __INTERRUPT__: specifies the interrupt to disable. |
Kojto | 93:e188a91d3eaa | 212 | * This parameter can be one of the following values: |
Kojto | 93:e188a91d3eaa | 213 | * @arg WWDG_IT_EWI: Early wakeup interrupt |
Kojto | 93:e188a91d3eaa | 214 | * @note WARNING: This is a dummy macro for HAL code alignment. |
Kojto | 93:e188a91d3eaa | 215 | * Once enabled this interrupt cannot be disabled except by a system reset. |
Kojto | 93:e188a91d3eaa | 216 | * @retval None |
Kojto | 93:e188a91d3eaa | 217 | */ |
Kojto | 93:e188a91d3eaa | 218 | #define __HAL_WWDG_DISABLE_IT(__HANDLE__, __INTERRUPT__) /* dummy macro */ |
Kojto | 93:e188a91d3eaa | 219 | |
Kojto | 93:e188a91d3eaa | 220 | /** |
Kojto | 93:e188a91d3eaa | 221 | * @brief Gets the selected WWDG's it status. |
Kojto | 93:e188a91d3eaa | 222 | * @param __HANDLE__: WWDG handle |
Kojto | 93:e188a91d3eaa | 223 | * @param __INTERRUPT__: specifies the it to check. |
Kojto | 93:e188a91d3eaa | 224 | * This parameter can be one of the following values: |
Kojto | 93:e188a91d3eaa | 225 | * @arg WWDG_FLAG_EWIF: Early wakeup interrupt IT |
Kojto | 93:e188a91d3eaa | 226 | * @retval The new state of WWDG_FLAG (SET or RESET). |
Kojto | 93:e188a91d3eaa | 227 | */ |
Kojto | 93:e188a91d3eaa | 228 | #define __HAL_WWDG_GET_IT(__HANDLE__, __INTERRUPT__) (((__HANDLE__)->Instance->SR & (__INTERRUPT__)) == (__INTERRUPT__)) |
Kojto | 93:e188a91d3eaa | 229 | |
Kojto | 93:e188a91d3eaa | 230 | /** @brief Clear the WWDG's interrupt pending bits |
Kojto | 93:e188a91d3eaa | 231 | * bits to clear the selected interrupt pending bits. |
Kojto | 93:e188a91d3eaa | 232 | * @param __HANDLE__: WWDG handle |
Kojto | 93:e188a91d3eaa | 233 | * @param __INTERRUPT__: specifies the interrupt pending bit to clear. |
Kojto | 93:e188a91d3eaa | 234 | * This parameter can be one of the following values: |
Kojto | 93:e188a91d3eaa | 235 | * @arg WWDG_FLAG_EWIF: Early wakeup interrupt flag |
Kojto | 93:e188a91d3eaa | 236 | */ |
Kojto | 93:e188a91d3eaa | 237 | #define __HAL_WWDG_CLEAR_IT(__HANDLE__, __INTERRUPT__) ((__HANDLE__)->Instance->SR = ~(__INTERRUPT__)) |
Kojto | 90:cb3d968589d8 | 238 | |
Kojto | 90:cb3d968589d8 | 239 | /** |
Kojto | 90:cb3d968589d8 | 240 | * @brief Gets the selected WWDG's flag status. |
Kojto | 90:cb3d968589d8 | 241 | * @param __HANDLE__: WWDG handle |
Kojto | 90:cb3d968589d8 | 242 | * @param __FLAG__: specifies the flag to check. |
Kojto | 90:cb3d968589d8 | 243 | * This parameter can be one of the following values: |
Kojto | 90:cb3d968589d8 | 244 | * @arg WWDG_FLAG_EWIF: Early wakeup interrupt flag |
Kojto | 90:cb3d968589d8 | 245 | * @retval The new state of WWDG_FLAG (SET or RESET). |
Kojto | 90:cb3d968589d8 | 246 | */ |
Kojto | 93:e188a91d3eaa | 247 | #define __HAL_WWDG_GET_FLAG(__HANDLE__, __FLAG__) (((__HANDLE__)->Instance->SR & (__FLAG__)) == (__FLAG__)) |
Kojto | 90:cb3d968589d8 | 248 | |
Kojto | 90:cb3d968589d8 | 249 | /** |
Kojto | 90:cb3d968589d8 | 250 | * @brief Clears the WWDG's pending flags. |
Kojto | 90:cb3d968589d8 | 251 | * @param __HANDLE__: WWDG handle |
Kojto | 90:cb3d968589d8 | 252 | * @param __FLAG__: specifies the flag to clear. |
Kojto | 90:cb3d968589d8 | 253 | * This parameter can be one of the following values: |
Kojto | 90:cb3d968589d8 | 254 | * @arg WWDG_FLAG_EWIF: Early wakeup interrupt flag |
Kojto | 90:cb3d968589d8 | 255 | * @retval None |
Kojto | 90:cb3d968589d8 | 256 | */ |
Kojto | 93:e188a91d3eaa | 257 | #define __HAL_WWDG_CLEAR_FLAG(__HANDLE__, __FLAG__) ((__HANDLE__)->Instance->SR = ~(__FLAG__)) |
Kojto | 90:cb3d968589d8 | 258 | |
Kojto | 93:e188a91d3eaa | 259 | /** @brief Checks if the specified WWDG interrupt source is enabled or disabled. |
Kojto | 93:e188a91d3eaa | 260 | * @param __HANDLE__: WWDG Handle. |
Kojto | 93:e188a91d3eaa | 261 | * @param __INTERRUPT__: specifies the WWDG interrupt source to check. |
Kojto | 93:e188a91d3eaa | 262 | * This parameter can be one of the following values: |
Kojto | 93:e188a91d3eaa | 263 | * @arg WWDG_IT_EWI: Early Wakeup Interrupt |
Kojto | 93:e188a91d3eaa | 264 | * @retval state of __INTERRUPT__ (TRUE or FALSE). |
Kojto | 90:cb3d968589d8 | 265 | */ |
Kojto | 93:e188a91d3eaa | 266 | #define __HAL_WWDG_GET_IT_SOURCE(__HANDLE__, __INTERRUPT__) (((__HANDLE__)->Instance->CFR & (__INTERRUPT__)) == (__INTERRUPT__)) |
Kojto | 90:cb3d968589d8 | 267 | |
Kojto | 90:cb3d968589d8 | 268 | /** |
Kojto | 90:cb3d968589d8 | 269 | * @} |
Kojto | 90:cb3d968589d8 | 270 | */ |
Kojto | 90:cb3d968589d8 | 271 | |
Kojto | 90:cb3d968589d8 | 272 | /* Exported functions --------------------------------------------------------*/ |
Kojto | 90:cb3d968589d8 | 273 | |
Kojto | 90:cb3d968589d8 | 274 | /** @addtogroup WWDG_Exported_Functions |
Kojto | 90:cb3d968589d8 | 275 | * @{ |
Kojto | 90:cb3d968589d8 | 276 | */ |
Kojto | 90:cb3d968589d8 | 277 | |
Kojto | 90:cb3d968589d8 | 278 | /** @addtogroup WWDG_Exported_Functions_Group1 |
Kojto | 90:cb3d968589d8 | 279 | * @{ |
Kojto | 90:cb3d968589d8 | 280 | */ |
Kojto | 90:cb3d968589d8 | 281 | /* Initialization/de-initialization functions **********************************/ |
Kojto | 90:cb3d968589d8 | 282 | HAL_StatusTypeDef HAL_WWDG_Init(WWDG_HandleTypeDef *hwwdg); |
Kojto | 90:cb3d968589d8 | 283 | HAL_StatusTypeDef HAL_WWDG_DeInit(WWDG_HandleTypeDef *hwwdg); |
Kojto | 90:cb3d968589d8 | 284 | void HAL_WWDG_MspInit(WWDG_HandleTypeDef *hwwdg); |
Kojto | 90:cb3d968589d8 | 285 | void HAL_WWDG_MspDeInit(WWDG_HandleTypeDef *hwwdg); |
Kojto | 90:cb3d968589d8 | 286 | void HAL_WWDG_WakeupCallback(WWDG_HandleTypeDef* hwwdg); |
Kojto | 90:cb3d968589d8 | 287 | |
Kojto | 90:cb3d968589d8 | 288 | /** |
Kojto | 90:cb3d968589d8 | 289 | * @} |
Kojto | 90:cb3d968589d8 | 290 | */ |
Kojto | 90:cb3d968589d8 | 291 | |
Kojto | 90:cb3d968589d8 | 292 | /** @addtogroup WWDG_Exported_Functions_Group2 |
Kojto | 90:cb3d968589d8 | 293 | * @{ |
Kojto | 90:cb3d968589d8 | 294 | */ |
Kojto | 90:cb3d968589d8 | 295 | /* I/O operation functions ******************************************************/ |
Kojto | 90:cb3d968589d8 | 296 | HAL_StatusTypeDef HAL_WWDG_Start(WWDG_HandleTypeDef *hwwdg); |
Kojto | 90:cb3d968589d8 | 297 | HAL_StatusTypeDef HAL_WWDG_Start_IT(WWDG_HandleTypeDef *hwwdg); |
Kojto | 90:cb3d968589d8 | 298 | HAL_StatusTypeDef HAL_WWDG_Refresh(WWDG_HandleTypeDef *hwwdg, uint32_t Counter); |
Kojto | 90:cb3d968589d8 | 299 | void HAL_WWDG_IRQHandler(WWDG_HandleTypeDef *hwwdg); |
Kojto | 90:cb3d968589d8 | 300 | |
Kojto | 90:cb3d968589d8 | 301 | /** |
Kojto | 90:cb3d968589d8 | 302 | * @} |
Kojto | 90:cb3d968589d8 | 303 | */ |
Kojto | 90:cb3d968589d8 | 304 | |
Kojto | 90:cb3d968589d8 | 305 | /** @addtogroup WWDG_Exported_Functions_Group3 |
Kojto | 90:cb3d968589d8 | 306 | * @{ |
Kojto | 90:cb3d968589d8 | 307 | */ |
Kojto | 90:cb3d968589d8 | 308 | /* Peripheral State functions **************************************************/ |
Kojto | 90:cb3d968589d8 | 309 | HAL_WWDG_StateTypeDef HAL_WWDG_GetState(WWDG_HandleTypeDef *hwwdg); |
Kojto | 90:cb3d968589d8 | 310 | |
Kojto | 90:cb3d968589d8 | 311 | /** |
Kojto | 90:cb3d968589d8 | 312 | * @} |
Kojto | 90:cb3d968589d8 | 313 | */ |
Kojto | 90:cb3d968589d8 | 314 | |
Kojto | 90:cb3d968589d8 | 315 | /** |
Kojto | 90:cb3d968589d8 | 316 | * @} |
Kojto | 90:cb3d968589d8 | 317 | */ |
Kojto | 90:cb3d968589d8 | 318 | |
Kojto | 90:cb3d968589d8 | 319 | /** |
Kojto | 90:cb3d968589d8 | 320 | * @} |
Kojto | 90:cb3d968589d8 | 321 | */ |
Kojto | 90:cb3d968589d8 | 322 | |
Kojto | 90:cb3d968589d8 | 323 | /** |
Kojto | 90:cb3d968589d8 | 324 | * @} |
Kojto | 90:cb3d968589d8 | 325 | */ |
Kojto | 90:cb3d968589d8 | 326 | |
Kojto | 90:cb3d968589d8 | 327 | #ifdef __cplusplus |
Kojto | 90:cb3d968589d8 | 328 | } |
Kojto | 90:cb3d968589d8 | 329 | #endif |
Kojto | 90:cb3d968589d8 | 330 | |
Kojto | 90:cb3d968589d8 | 331 | #endif /* __STM32F0xx_HAL_WWDG_H */ |
Kojto | 90:cb3d968589d8 | 332 | |
Kojto | 90:cb3d968589d8 | 333 | /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ |
Kojto | 90:cb3d968589d8 | 334 |