I2C_EEPROM

Committer:
jhon309
Date:
Thu Aug 13 00:23:16 2015 +0000
Revision:
0:ac8863619623
I2C

Who changed what in which revision?

UserRevisionLine numberNew contents of line
jhon309 0:ac8863619623 1 /**
jhon309 0:ac8863619623 2 ******************************************************************************
jhon309 0:ac8863619623 3 * @file stm32f0xx_hal_tim_ex.h
jhon309 0:ac8863619623 4 * @author MCD Application Team
jhon309 0:ac8863619623 5 * @version V1.2.0
jhon309 0:ac8863619623 6 * @date 11-December-2014
jhon309 0:ac8863619623 7 * @brief Header file of TIM HAL Extended module.
jhon309 0:ac8863619623 8 ******************************************************************************
jhon309 0:ac8863619623 9 * @attention
jhon309 0:ac8863619623 10 *
jhon309 0:ac8863619623 11 * <h2><center>&copy; COPYRIGHT(c) 2014 STMicroelectronics</center></h2>
jhon309 0:ac8863619623 12 *
jhon309 0:ac8863619623 13 * Redistribution and use in source and binary forms, with or without modification,
jhon309 0:ac8863619623 14 * are permitted provided that the following conditions are met:
jhon309 0:ac8863619623 15 * 1. Redistributions of source code must retain the above copyright notice,
jhon309 0:ac8863619623 16 * this list of conditions and the following disclaimer.
jhon309 0:ac8863619623 17 * 2. Redistributions in binary form must reproduce the above copyright notice,
jhon309 0:ac8863619623 18 * this list of conditions and the following disclaimer in the documentation
jhon309 0:ac8863619623 19 * and/or other materials provided with the distribution.
jhon309 0:ac8863619623 20 * 3. Neither the name of STMicroelectronics nor the names of its contributors
jhon309 0:ac8863619623 21 * may be used to endorse or promote products derived from this software
jhon309 0:ac8863619623 22 * without specific prior written permission.
jhon309 0:ac8863619623 23 *
jhon309 0:ac8863619623 24 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
jhon309 0:ac8863619623 25 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
jhon309 0:ac8863619623 26 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
jhon309 0:ac8863619623 27 * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
jhon309 0:ac8863619623 28 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
jhon309 0:ac8863619623 29 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
jhon309 0:ac8863619623 30 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
jhon309 0:ac8863619623 31 * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
jhon309 0:ac8863619623 32 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
jhon309 0:ac8863619623 33 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
jhon309 0:ac8863619623 34 *
jhon309 0:ac8863619623 35 ******************************************************************************
jhon309 0:ac8863619623 36 */
jhon309 0:ac8863619623 37
jhon309 0:ac8863619623 38 /* Define to prevent recursive inclusion -------------------------------------*/
jhon309 0:ac8863619623 39 #ifndef __STM32F0xx_HAL_TIM_EX_H
jhon309 0:ac8863619623 40 #define __STM32F0xx_HAL_TIM_EX_H
jhon309 0:ac8863619623 41
jhon309 0:ac8863619623 42 #ifdef __cplusplus
jhon309 0:ac8863619623 43 extern "C" {
jhon309 0:ac8863619623 44 #endif
jhon309 0:ac8863619623 45
jhon309 0:ac8863619623 46 /* Includes ------------------------------------------------------------------*/
jhon309 0:ac8863619623 47 #include "stm32f0xx_hal_def.h"
jhon309 0:ac8863619623 48
jhon309 0:ac8863619623 49 /** @addtogroup STM32F0xx_HAL_Driver
jhon309 0:ac8863619623 50 * @{
jhon309 0:ac8863619623 51 */
jhon309 0:ac8863619623 52
jhon309 0:ac8863619623 53 /** @addtogroup TIMEx
jhon309 0:ac8863619623 54 * @{
jhon309 0:ac8863619623 55 */
jhon309 0:ac8863619623 56
jhon309 0:ac8863619623 57 /* Exported types ------------------------------------------------------------*/
jhon309 0:ac8863619623 58 /** @defgroup TIMEx_Exported_Types TIMEx Extended Exported Types
jhon309 0:ac8863619623 59 * @{
jhon309 0:ac8863619623 60 */
jhon309 0:ac8863619623 61
jhon309 0:ac8863619623 62 /**
jhon309 0:ac8863619623 63 * @brief TIM Hall sensor Configuration Structure definition
jhon309 0:ac8863619623 64 */
jhon309 0:ac8863619623 65
jhon309 0:ac8863619623 66 typedef struct
jhon309 0:ac8863619623 67 {
jhon309 0:ac8863619623 68
jhon309 0:ac8863619623 69 uint32_t IC1Polarity; /*!< Specifies the active edge of the input signal.
jhon309 0:ac8863619623 70 This parameter can be a value of @ref TIM_Input_Capture_Polarity */
jhon309 0:ac8863619623 71
jhon309 0:ac8863619623 72 uint32_t IC1Prescaler; /*!< Specifies the Input Capture Prescaler.
jhon309 0:ac8863619623 73 This parameter can be a value of @ref TIM_Input_Capture_Prescaler */
jhon309 0:ac8863619623 74
jhon309 0:ac8863619623 75 uint32_t IC1Filter; /*!< Specifies the input capture filter.
jhon309 0:ac8863619623 76 This parameter can be a number between Min_Data = 0x0 and Max_Data = 0xF */
jhon309 0:ac8863619623 77 uint32_t Commutation_Delay; /*!< Specifies the pulse value to be loaded into the Capture Compare Register.
jhon309 0:ac8863619623 78 This parameter can be a number between Min_Data = 0x0000 and Max_Data = 0xFFFF */
jhon309 0:ac8863619623 79 } TIM_HallSensor_InitTypeDef;
jhon309 0:ac8863619623 80
jhon309 0:ac8863619623 81 /**
jhon309 0:ac8863619623 82 * @brief TIM Master configuration Structure definition
jhon309 0:ac8863619623 83 */
jhon309 0:ac8863619623 84 typedef struct {
jhon309 0:ac8863619623 85 uint32_t MasterOutputTrigger; /*!< Trigger output (TRGO) selection
jhon309 0:ac8863619623 86 This parameter can be a value of @ref TIM_Master_Mode_Selection */
jhon309 0:ac8863619623 87 uint32_t MasterSlaveMode; /*!< Master/slave mode selection
jhon309 0:ac8863619623 88 This parameter can be a value of @ref TIM_Master_Slave_Mode */
jhon309 0:ac8863619623 89 }TIM_MasterConfigTypeDef;
jhon309 0:ac8863619623 90
jhon309 0:ac8863619623 91 /**
jhon309 0:ac8863619623 92 * @brief TIM Break and Dead time configuration Structure definition
jhon309 0:ac8863619623 93 */
jhon309 0:ac8863619623 94 typedef struct
jhon309 0:ac8863619623 95 {
jhon309 0:ac8863619623 96 uint32_t OffStateRunMode; /*!< TIM off state in run mode
jhon309 0:ac8863619623 97 This parameter can be a value of @ref TIM_OSSR_Off_State_Selection_for_Run_mode_state */
jhon309 0:ac8863619623 98 uint32_t OffStateIDLEMode; /*!< TIM off state in IDLE mode
jhon309 0:ac8863619623 99 This parameter can be a value of @ref TIM_OSSI_Off_State_Selection_for_Idle_mode_state */
jhon309 0:ac8863619623 100 uint32_t LockLevel; /*!< TIM Lock level
jhon309 0:ac8863619623 101 This parameter can be a value of @ref TIM_Lock_level */
jhon309 0:ac8863619623 102 uint32_t DeadTime; /*!< TIM dead Time
jhon309 0:ac8863619623 103 This parameter can be a number between Min_Data = 0x00 and Max_Data = 0xFF */
jhon309 0:ac8863619623 104 uint32_t BreakState; /*!< TIM Break State
jhon309 0:ac8863619623 105 This parameter can be a value of @ref TIM_Break_Input_enable_disable */
jhon309 0:ac8863619623 106 uint32_t BreakPolarity; /*!< TIM Break input polarity
jhon309 0:ac8863619623 107 This parameter can be a value of @ref TIM_Break_Polarity */
jhon309 0:ac8863619623 108 uint32_t AutomaticOutput; /*!< TIM Automatic Output Enable state
jhon309 0:ac8863619623 109 This parameter can be a value of @ref TIM_AOE_Bit_Set_Reset */
jhon309 0:ac8863619623 110 } TIM_BreakDeadTimeConfigTypeDef;
jhon309 0:ac8863619623 111
jhon309 0:ac8863619623 112 /**
jhon309 0:ac8863619623 113 * @}
jhon309 0:ac8863619623 114 */
jhon309 0:ac8863619623 115
jhon309 0:ac8863619623 116 /* Exported constants --------------------------------------------------------*/
jhon309 0:ac8863619623 117 /** @defgroup TIMEx_Exported_Constants TIMEx Exported Constants
jhon309 0:ac8863619623 118 * @{
jhon309 0:ac8863619623 119 */
jhon309 0:ac8863619623 120
jhon309 0:ac8863619623 121 /** @defgroup TIMEx_Remap TIMEx Remap
jhon309 0:ac8863619623 122 * @{
jhon309 0:ac8863619623 123 */
jhon309 0:ac8863619623 124
jhon309 0:ac8863619623 125 #define TIM_TIM14_GPIO (0x00000000) /*!< TIM14 TI1 is connected to GPIO */
jhon309 0:ac8863619623 126 #define TIM_TIM14_RTC (0x00000001) /*!< TIM14 TI1 is connected to RTC_clock */
jhon309 0:ac8863619623 127 #define TIM_TIM14_HSE (0x00000002) /*!< TIM14 TI1 is connected to HSE/32 */
jhon309 0:ac8863619623 128 #define TIM_TIM14_MCO (0x00000003) /*!< TIM14 TI1 is connected to MCO */
jhon309 0:ac8863619623 129
jhon309 0:ac8863619623 130 #define IS_TIM_REMAP(TIM_REMAP) (((TIM_REMAP) == TIM_TIM14_GPIO) ||\
jhon309 0:ac8863619623 131 ((TIM_REMAP) == TIM_TIM14_RTC) ||\
jhon309 0:ac8863619623 132 ((TIM_REMAP) == TIM_TIM14_HSE) ||\
jhon309 0:ac8863619623 133 ((TIM_REMAP) == TIM_TIM14_MCO))
jhon309 0:ac8863619623 134 /**
jhon309 0:ac8863619623 135 * @}
jhon309 0:ac8863619623 136 */
jhon309 0:ac8863619623 137
jhon309 0:ac8863619623 138 /** @defgroup TIM_Clock_Filter TIM Clock Filter
jhon309 0:ac8863619623 139 * @{
jhon309 0:ac8863619623 140 */
jhon309 0:ac8863619623 141 #define IS_TIM_DEADTIME(DEADTIME) ((DEADTIME) <= 0xFF)
jhon309 0:ac8863619623 142 /**
jhon309 0:ac8863619623 143 * @}
jhon309 0:ac8863619623 144 */
jhon309 0:ac8863619623 145
jhon309 0:ac8863619623 146 /**
jhon309 0:ac8863619623 147 * @}
jhon309 0:ac8863619623 148 */
jhon309 0:ac8863619623 149
jhon309 0:ac8863619623 150 /* Exported macro ------------------------------------------------------------*/
jhon309 0:ac8863619623 151
jhon309 0:ac8863619623 152 /* Exported functions --------------------------------------------------------*/
jhon309 0:ac8863619623 153 /** @addtogroup TIMEx_Exported_Functions
jhon309 0:ac8863619623 154 * @{
jhon309 0:ac8863619623 155 */
jhon309 0:ac8863619623 156
jhon309 0:ac8863619623 157 /** @addtogroup TIMEx_Exported_Functions_Group1 Timer Hall Sensor functions
jhon309 0:ac8863619623 158 * @brief Timer Hall Sensor functions
jhon309 0:ac8863619623 159 * @{
jhon309 0:ac8863619623 160 */
jhon309 0:ac8863619623 161 /* Timer Hall Sensor functions **********************************************/
jhon309 0:ac8863619623 162 HAL_StatusTypeDef HAL_TIMEx_HallSensor_Init(TIM_HandleTypeDef *htim, TIM_HallSensor_InitTypeDef* sConfig);
jhon309 0:ac8863619623 163 HAL_StatusTypeDef HAL_TIMEx_HallSensor_DeInit(TIM_HandleTypeDef *htim);
jhon309 0:ac8863619623 164
jhon309 0:ac8863619623 165 void HAL_TIMEx_HallSensor_MspInit(TIM_HandleTypeDef *htim);
jhon309 0:ac8863619623 166 void HAL_TIMEx_HallSensor_MspDeInit(TIM_HandleTypeDef *htim);
jhon309 0:ac8863619623 167
jhon309 0:ac8863619623 168 /* Blocking mode: Polling */
jhon309 0:ac8863619623 169 HAL_StatusTypeDef HAL_TIMEx_HallSensor_Start(TIM_HandleTypeDef *htim);
jhon309 0:ac8863619623 170 HAL_StatusTypeDef HAL_TIMEx_HallSensor_Stop(TIM_HandleTypeDef *htim);
jhon309 0:ac8863619623 171 /* Non-Blocking mode: Interrupt */
jhon309 0:ac8863619623 172 HAL_StatusTypeDef HAL_TIMEx_HallSensor_Start_IT(TIM_HandleTypeDef *htim);
jhon309 0:ac8863619623 173 HAL_StatusTypeDef HAL_TIMEx_HallSensor_Stop_IT(TIM_HandleTypeDef *htim);
jhon309 0:ac8863619623 174 /* Non-Blocking mode: DMA */
jhon309 0:ac8863619623 175 HAL_StatusTypeDef HAL_TIMEx_HallSensor_Start_DMA(TIM_HandleTypeDef *htim, uint32_t *pData, uint16_t Length);
jhon309 0:ac8863619623 176 HAL_StatusTypeDef HAL_TIMEx_HallSensor_Stop_DMA(TIM_HandleTypeDef *htim);
jhon309 0:ac8863619623 177 /**
jhon309 0:ac8863619623 178 * @}
jhon309 0:ac8863619623 179 */
jhon309 0:ac8863619623 180
jhon309 0:ac8863619623 181 /** @addtogroup TIMEx_Exported_Functions_Group2 Timer Complementary Output Compare functions
jhon309 0:ac8863619623 182 * @brief Timer Complementary Output Compare functions
jhon309 0:ac8863619623 183 * @{
jhon309 0:ac8863619623 184 */
jhon309 0:ac8863619623 185 /* Timer Complementary Output Compare functions *****************************/
jhon309 0:ac8863619623 186 /* Blocking mode: Polling */
jhon309 0:ac8863619623 187 HAL_StatusTypeDef HAL_TIMEx_OCN_Start(TIM_HandleTypeDef *htim, uint32_t Channel);
jhon309 0:ac8863619623 188 HAL_StatusTypeDef HAL_TIMEx_OCN_Stop(TIM_HandleTypeDef *htim, uint32_t Channel);
jhon309 0:ac8863619623 189
jhon309 0:ac8863619623 190 /* Non-Blocking mode: Interrupt */
jhon309 0:ac8863619623 191 HAL_StatusTypeDef HAL_TIMEx_OCN_Start_IT(TIM_HandleTypeDef *htim, uint32_t Channel);
jhon309 0:ac8863619623 192 HAL_StatusTypeDef HAL_TIMEx_OCN_Stop_IT(TIM_HandleTypeDef *htim, uint32_t Channel);
jhon309 0:ac8863619623 193
jhon309 0:ac8863619623 194 /* Non-Blocking mode: DMA */
jhon309 0:ac8863619623 195 HAL_StatusTypeDef HAL_TIMEx_OCN_Start_DMA(TIM_HandleTypeDef *htim, uint32_t Channel, uint32_t *pData, uint16_t Length);
jhon309 0:ac8863619623 196 HAL_StatusTypeDef HAL_TIMEx_OCN_Stop_DMA(TIM_HandleTypeDef *htim, uint32_t Channel);
jhon309 0:ac8863619623 197 /**
jhon309 0:ac8863619623 198 * @}
jhon309 0:ac8863619623 199 */
jhon309 0:ac8863619623 200
jhon309 0:ac8863619623 201 /** @addtogroup TIMEx_Exported_Functions_Group3 Timer Complementary PWM functions
jhon309 0:ac8863619623 202 * @brief Timer Complementary PWM functions
jhon309 0:ac8863619623 203 * @{
jhon309 0:ac8863619623 204 */
jhon309 0:ac8863619623 205 /* Timer Complementary PWM functions ****************************************/
jhon309 0:ac8863619623 206 /* Blocking mode: Polling */
jhon309 0:ac8863619623 207 HAL_StatusTypeDef HAL_TIMEx_PWMN_Start(TIM_HandleTypeDef *htim, uint32_t Channel);
jhon309 0:ac8863619623 208 HAL_StatusTypeDef HAL_TIMEx_PWMN_Stop(TIM_HandleTypeDef *htim, uint32_t Channel);
jhon309 0:ac8863619623 209
jhon309 0:ac8863619623 210 /* Non-Blocking mode: Interrupt */
jhon309 0:ac8863619623 211 HAL_StatusTypeDef HAL_TIMEx_PWMN_Start_IT(TIM_HandleTypeDef *htim, uint32_t Channel);
jhon309 0:ac8863619623 212 HAL_StatusTypeDef HAL_TIMEx_PWMN_Stop_IT(TIM_HandleTypeDef *htim, uint32_t Channel);
jhon309 0:ac8863619623 213 /* Non-Blocking mode: DMA */
jhon309 0:ac8863619623 214 HAL_StatusTypeDef HAL_TIMEx_PWMN_Start_DMA(TIM_HandleTypeDef *htim, uint32_t Channel, uint32_t *pData, uint16_t Length);
jhon309 0:ac8863619623 215 HAL_StatusTypeDef HAL_TIMEx_PWMN_Stop_DMA(TIM_HandleTypeDef *htim, uint32_t Channel);
jhon309 0:ac8863619623 216 /**
jhon309 0:ac8863619623 217 * @}
jhon309 0:ac8863619623 218 */
jhon309 0:ac8863619623 219
jhon309 0:ac8863619623 220 /** @addtogroup TIMEx_Exported_Functions_Group4 Timer Complementary One Pulse functions
jhon309 0:ac8863619623 221 * @brief Timer Complementary One Pulse functions
jhon309 0:ac8863619623 222 * @{
jhon309 0:ac8863619623 223 */
jhon309 0:ac8863619623 224 /* Timer Complementary One Pulse functions **********************************/
jhon309 0:ac8863619623 225 /* Blocking mode: Polling */
jhon309 0:ac8863619623 226 HAL_StatusTypeDef HAL_TIMEx_OnePulseN_Start(TIM_HandleTypeDef *htim, uint32_t OutputChannel);
jhon309 0:ac8863619623 227 HAL_StatusTypeDef HAL_TIMEx_OnePulseN_Stop(TIM_HandleTypeDef *htim, uint32_t OutputChannel);
jhon309 0:ac8863619623 228
jhon309 0:ac8863619623 229 /* Non-Blocking mode: Interrupt */
jhon309 0:ac8863619623 230 HAL_StatusTypeDef HAL_TIMEx_OnePulseN_Start_IT(TIM_HandleTypeDef *htim, uint32_t OutputChannel);
jhon309 0:ac8863619623 231 HAL_StatusTypeDef HAL_TIMEx_OnePulseN_Stop_IT(TIM_HandleTypeDef *htim, uint32_t OutputChannel);
jhon309 0:ac8863619623 232 /**
jhon309 0:ac8863619623 233 * @}
jhon309 0:ac8863619623 234 */
jhon309 0:ac8863619623 235
jhon309 0:ac8863619623 236 /** @addtogroup TIMEx_Exported_Functions_Group5 Peripheral Control functions
jhon309 0:ac8863619623 237 * @brief Peripheral Control functions
jhon309 0:ac8863619623 238 * @{
jhon309 0:ac8863619623 239 */
jhon309 0:ac8863619623 240 /* Extended Control functions ************************************************/
jhon309 0:ac8863619623 241 HAL_StatusTypeDef HAL_TIMEx_ConfigCommutationEvent(TIM_HandleTypeDef *htim, uint32_t InputTrigger, uint32_t CommutationSource);
jhon309 0:ac8863619623 242 HAL_StatusTypeDef HAL_TIMEx_ConfigCommutationEvent_IT(TIM_HandleTypeDef *htim, uint32_t InputTrigger, uint32_t CommutationSource);
jhon309 0:ac8863619623 243 HAL_StatusTypeDef HAL_TIMEx_ConfigCommutationEvent_DMA(TIM_HandleTypeDef *htim, uint32_t InputTrigger, uint32_t CommutationSource);
jhon309 0:ac8863619623 244 HAL_StatusTypeDef HAL_TIMEx_MasterConfigSynchronization(TIM_HandleTypeDef *htim, TIM_MasterConfigTypeDef * sMasterConfig);
jhon309 0:ac8863619623 245 HAL_StatusTypeDef HAL_TIMEx_ConfigBreakDeadTime(TIM_HandleTypeDef *htim, TIM_BreakDeadTimeConfigTypeDef *sBreakDeadTimeConfig);
jhon309 0:ac8863619623 246 HAL_StatusTypeDef HAL_TIMEx_RemapConfig(TIM_HandleTypeDef *htim, uint32_t Remap);
jhon309 0:ac8863619623 247 /**
jhon309 0:ac8863619623 248 * @}
jhon309 0:ac8863619623 249 */
jhon309 0:ac8863619623 250
jhon309 0:ac8863619623 251 /** @addtogroup TIMEx_Exported_Functions_Group6 Extension Callbacks functions
jhon309 0:ac8863619623 252 * @brief Extended Callbacks functions
jhon309 0:ac8863619623 253 * @{
jhon309 0:ac8863619623 254 */
jhon309 0:ac8863619623 255 /* Extension Callback *********************************************************/
jhon309 0:ac8863619623 256 void HAL_TIMEx_CommutationCallback(TIM_HandleTypeDef *htim);
jhon309 0:ac8863619623 257 void HAL_TIMEx_BreakCallback(TIM_HandleTypeDef *htim);
jhon309 0:ac8863619623 258 void HAL_TIMEx_DMACommutationCplt(DMA_HandleTypeDef *hdma);
jhon309 0:ac8863619623 259 /**
jhon309 0:ac8863619623 260 * @}
jhon309 0:ac8863619623 261 */
jhon309 0:ac8863619623 262
jhon309 0:ac8863619623 263 /** @addtogroup TIMEx_Exported_Functions_Group7 Extension Peripheral State functions
jhon309 0:ac8863619623 264 * @brief Extended Peripheral State functions
jhon309 0:ac8863619623 265 * @{
jhon309 0:ac8863619623 266 */
jhon309 0:ac8863619623 267 /* Extension Peripheral State functions **************************************/
jhon309 0:ac8863619623 268 HAL_TIM_StateTypeDef HAL_TIMEx_HallSensor_GetState(TIM_HandleTypeDef *htim);
jhon309 0:ac8863619623 269 /**
jhon309 0:ac8863619623 270 * @}
jhon309 0:ac8863619623 271 */
jhon309 0:ac8863619623 272
jhon309 0:ac8863619623 273 /**
jhon309 0:ac8863619623 274 * @}
jhon309 0:ac8863619623 275 */
jhon309 0:ac8863619623 276
jhon309 0:ac8863619623 277 /**
jhon309 0:ac8863619623 278 * @}
jhon309 0:ac8863619623 279 */
jhon309 0:ac8863619623 280
jhon309 0:ac8863619623 281 /**
jhon309 0:ac8863619623 282 * @}
jhon309 0:ac8863619623 283 */
jhon309 0:ac8863619623 284
jhon309 0:ac8863619623 285 #ifdef __cplusplus
jhon309 0:ac8863619623 286 }
jhon309 0:ac8863619623 287 #endif
jhon309 0:ac8863619623 288
jhon309 0:ac8863619623 289
jhon309 0:ac8863619623 290 #endif /* __STM32F0xx_HAL_TIM_EX_H */
jhon309 0:ac8863619623 291
jhon309 0:ac8863619623 292 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
jhon309 0:ac8863619623 293