mbed library sources

Fork of mbed-src by mbed official

Committer:
mbed_official
Date:
Tue Jan 06 16:15:36 2015 +0000
Revision:
441:d2c15dda23c1
Parent:
392:2b59412bb664
Synchronized with git revision 245a60b29caabb42eabdd19658eeac7c3f68313b

Full URL: https://github.com/mbedmicro/mbed/commit/245a60b29caabb42eabdd19658eeac7c3f68313b/

NUCLEO_F072RB/F091RC - adding target to rtos lib and exporter for coide and gcc_arm

Who changed what in which revision?

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