mbed library sources

Dependents:   Encrypted my_mbed lklk CyaSSL_DTLS_Cellular ... more

Superseded

This library was superseded by mbed-dev - https://os.mbed.com/users/mbed_official/code/mbed-dev/.

Development branch of the mbed library sources. This library is kept in synch with the latest changes from the mbed SDK and it is not guaranteed to work.

If you are looking for a stable and tested release, please import one of the official mbed library releases:

Import librarymbed

The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

Committer:
mbed_official
Date:
Thu Jul 02 16:30:08 2015 +0100
Revision:
581:39197bcd20f2
Parent:
385:be64abf45658
Child:
632:7687fb9c4f91
Synchronized with git revision ae2d3cdffe70184eb8736d94f76c45c93f4b7724

Full URL: https://github.com/mbedmicro/mbed/commit/ae2d3cdffe70184eb8736d94f76c45c93f4b7724/

Make it possible to build the core mbed library with yotta

Who changed what in which revision?

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