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:
Kojto
Date:
Thu Oct 29 08:40:18 2015 +0000
Revision:
109:9296ab0bfc11
Release 109  of the mbed library

Changes:
- new platforms - NUCLEO_F042K6, WIZNWIKI_W7500ECO
- MTS targets - bootloaders update to 0.1.1
- STM F7 - RTC enable fixes
- STM F4 - i2c pending stop before start fix
- STM all targets - analogout normalization fix

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Kojto 109:9296ab0bfc11 1 /**
Kojto 109:9296ab0bfc11 2 ******************************************************************************
Kojto 109:9296ab0bfc11 3 * @file stm32f0xx_hal_tim.h
Kojto 109:9296ab0bfc11 4 * @author MCD Application Team
Kojto 109:9296ab0bfc11 5 * @version V1.3.0
Kojto 109:9296ab0bfc11 6 * @date 26-June-2015
Kojto 109:9296ab0bfc11 7 * @brief Header file of TIM HAL module.
Kojto 109:9296ab0bfc11 8 ******************************************************************************
Kojto 109:9296ab0bfc11 9 * @attention
Kojto 109:9296ab0bfc11 10 *
Kojto 109:9296ab0bfc11 11 * <h2><center>&copy; COPYRIGHT(c) 2015 STMicroelectronics</center></h2>
Kojto 109:9296ab0bfc11 12 *
Kojto 109:9296ab0bfc11 13 * Redistribution and use in source and binary forms, with or without modification,
Kojto 109:9296ab0bfc11 14 * are permitted provided that the following conditions are met:
Kojto 109:9296ab0bfc11 15 * 1. Redistributions of source code must retain the above copyright notice,
Kojto 109:9296ab0bfc11 16 * this list of conditions and the following disclaimer.
Kojto 109:9296ab0bfc11 17 * 2. Redistributions in binary form must reproduce the above copyright notice,
Kojto 109:9296ab0bfc11 18 * this list of conditions and the following disclaimer in the documentation
Kojto 109:9296ab0bfc11 19 * and/or other materials provided with the distribution.
Kojto 109:9296ab0bfc11 20 * 3. Neither the name of STMicroelectronics nor the names of its contributors
Kojto 109:9296ab0bfc11 21 * may be used to endorse or promote products derived from this software
Kojto 109:9296ab0bfc11 22 * without specific prior written permission.
Kojto 109:9296ab0bfc11 23 *
Kojto 109:9296ab0bfc11 24 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
Kojto 109:9296ab0bfc11 25 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
Kojto 109:9296ab0bfc11 26 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
Kojto 109:9296ab0bfc11 27 * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
Kojto 109:9296ab0bfc11 28 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
Kojto 109:9296ab0bfc11 29 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
Kojto 109:9296ab0bfc11 30 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
Kojto 109:9296ab0bfc11 31 * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
Kojto 109:9296ab0bfc11 32 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
Kojto 109:9296ab0bfc11 33 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Kojto 109:9296ab0bfc11 34 *
Kojto 109:9296ab0bfc11 35 ******************************************************************************
Kojto 109:9296ab0bfc11 36 */
Kojto 109:9296ab0bfc11 37
Kojto 109:9296ab0bfc11 38 /* Define to prevent recursive inclusion -------------------------------------*/
Kojto 109:9296ab0bfc11 39 #ifndef __STM32F0xx_HAL_TIM_H
Kojto 109:9296ab0bfc11 40 #define __STM32F0xx_HAL_TIM_H
Kojto 109:9296ab0bfc11 41
Kojto 109:9296ab0bfc11 42 #ifdef __cplusplus
Kojto 109:9296ab0bfc11 43 extern "C" {
Kojto 109:9296ab0bfc11 44 #endif
Kojto 109:9296ab0bfc11 45
Kojto 109:9296ab0bfc11 46 /* Includes ------------------------------------------------------------------*/
Kojto 109:9296ab0bfc11 47 #include "stm32f0xx_hal_def.h"
Kojto 109:9296ab0bfc11 48
Kojto 109:9296ab0bfc11 49 /** @addtogroup STM32F0xx_HAL_Driver
Kojto 109:9296ab0bfc11 50 * @{
Kojto 109:9296ab0bfc11 51 */
Kojto 109:9296ab0bfc11 52
Kojto 109:9296ab0bfc11 53 /** @addtogroup TIM
Kojto 109:9296ab0bfc11 54 * @{
Kojto 109:9296ab0bfc11 55 */
Kojto 109:9296ab0bfc11 56
Kojto 109:9296ab0bfc11 57 /* Exported types ------------------------------------------------------------*/
Kojto 109:9296ab0bfc11 58 /** @defgroup TIM_Exported_Types TIM Exported Types
Kojto 109:9296ab0bfc11 59 * @{
Kojto 109:9296ab0bfc11 60 */
Kojto 109:9296ab0bfc11 61 /**
Kojto 109:9296ab0bfc11 62 * @brief TIM Time base Configuration Structure definition
Kojto 109:9296ab0bfc11 63 */
Kojto 109:9296ab0bfc11 64 typedef struct
Kojto 109:9296ab0bfc11 65 {
Kojto 109:9296ab0bfc11 66 uint32_t Prescaler; /*!< Specifies the prescaler value used to divide the TIM clock.
Kojto 109:9296ab0bfc11 67 This parameter can be a number between Min_Data = 0x0000 and Max_Data = 0xFFFF */
Kojto 109:9296ab0bfc11 68
Kojto 109:9296ab0bfc11 69 uint32_t CounterMode; /*!< Specifies the counter mode.
Kojto 109:9296ab0bfc11 70 This parameter can be a value of @ref TIM_Counter_Mode */
Kojto 109:9296ab0bfc11 71
Kojto 109:9296ab0bfc11 72 uint32_t Period; /*!< Specifies the period value to be loaded into the active
Kojto 109:9296ab0bfc11 73 Auto-Reload Register at the next update event.
Kojto 109:9296ab0bfc11 74 This parameter can be a number between Min_Data = 0x0000 and Max_Data = 0xFFFF. */
Kojto 109:9296ab0bfc11 75
Kojto 109:9296ab0bfc11 76 uint32_t ClockDivision; /*!< Specifies the clock division.
Kojto 109:9296ab0bfc11 77 This parameter can be a value of @ref TIM_ClockDivision */
Kojto 109:9296ab0bfc11 78
Kojto 109:9296ab0bfc11 79 uint32_t RepetitionCounter; /*!< Specifies the repetition counter value. Each time the RCR downcounter
Kojto 109:9296ab0bfc11 80 reaches zero, an update event is generated and counting restarts
Kojto 109:9296ab0bfc11 81 from the RCR value (N).
Kojto 109:9296ab0bfc11 82 This means in PWM mode that (N+1) corresponds to:
Kojto 109:9296ab0bfc11 83 - the number of PWM periods in edge-aligned mode
Kojto 109:9296ab0bfc11 84 - the number of half PWM period in center-aligned mode
Kojto 109:9296ab0bfc11 85 This parameter must be a number between Min_Data = 0x00 and Max_Data = 0xFF.
Kojto 109:9296ab0bfc11 86 @note This parameter is valid only for TIM1 and TIM8. */
Kojto 109:9296ab0bfc11 87 } TIM_Base_InitTypeDef;
Kojto 109:9296ab0bfc11 88
Kojto 109:9296ab0bfc11 89 /**
Kojto 109:9296ab0bfc11 90 * @brief TIM Output Compare Configuration Structure definition
Kojto 109:9296ab0bfc11 91 */
Kojto 109:9296ab0bfc11 92 typedef struct
Kojto 109:9296ab0bfc11 93 {
Kojto 109:9296ab0bfc11 94 uint32_t OCMode; /*!< Specifies the TIM mode.
Kojto 109:9296ab0bfc11 95 This parameter can be a value of @ref TIM_Output_Compare_and_PWM_modes */
Kojto 109:9296ab0bfc11 96
Kojto 109:9296ab0bfc11 97 uint32_t Pulse; /*!< Specifies the pulse value to be loaded into the Capture Compare Register.
Kojto 109:9296ab0bfc11 98 This parameter can be a number between Min_Data = 0x0000 and Max_Data = 0xFFFF */
Kojto 109:9296ab0bfc11 99
Kojto 109:9296ab0bfc11 100 uint32_t OCPolarity; /*!< Specifies the output polarity.
Kojto 109:9296ab0bfc11 101 This parameter can be a value of @ref TIM_Output_Compare_Polarity */
Kojto 109:9296ab0bfc11 102
Kojto 109:9296ab0bfc11 103 uint32_t OCNPolarity; /*!< Specifies the complementary output polarity.
Kojto 109:9296ab0bfc11 104 This parameter can be a value of @ref TIM_Output_Compare_N_Polarity
Kojto 109:9296ab0bfc11 105 @note This parameter is valid only for TIM1 and TIM8. */
Kojto 109:9296ab0bfc11 106
Kojto 109:9296ab0bfc11 107 uint32_t OCFastMode; /*!< Specifies the Fast mode state.
Kojto 109:9296ab0bfc11 108 This parameter can be a value of @ref TIM_Output_Fast_State
Kojto 109:9296ab0bfc11 109 @note This parameter is valid only in PWM1 and PWM2 mode. */
Kojto 109:9296ab0bfc11 110
Kojto 109:9296ab0bfc11 111
Kojto 109:9296ab0bfc11 112 uint32_t OCIdleState; /*!< Specifies the TIM Output Compare pin state during Idle state.
Kojto 109:9296ab0bfc11 113 This parameter can be a value of @ref TIM_Output_Compare_Idle_State
Kojto 109:9296ab0bfc11 114 @note This parameter is valid only for TIM1 and TIM8. */
Kojto 109:9296ab0bfc11 115
Kojto 109:9296ab0bfc11 116 uint32_t OCNIdleState; /*!< Specifies the TIM Output Compare pin state during Idle state.
Kojto 109:9296ab0bfc11 117 This parameter can be a value of @ref TIM_Output_Compare_N_Idle_State
Kojto 109:9296ab0bfc11 118 @note This parameter is valid only for TIM1 and TIM8. */
Kojto 109:9296ab0bfc11 119 } TIM_OC_InitTypeDef;
Kojto 109:9296ab0bfc11 120
Kojto 109:9296ab0bfc11 121 /**
Kojto 109:9296ab0bfc11 122 * @brief TIM One Pulse Mode Configuration Structure definition
Kojto 109:9296ab0bfc11 123 */
Kojto 109:9296ab0bfc11 124 typedef struct
Kojto 109:9296ab0bfc11 125 {
Kojto 109:9296ab0bfc11 126 uint32_t OCMode; /*!< Specifies the TIM mode.
Kojto 109:9296ab0bfc11 127 This parameter can be a value of @ref TIM_Output_Compare_and_PWM_modes */
Kojto 109:9296ab0bfc11 128
Kojto 109:9296ab0bfc11 129 uint32_t Pulse; /*!< Specifies the pulse value to be loaded into the Capture Compare Register.
Kojto 109:9296ab0bfc11 130 This parameter can be a number between Min_Data = 0x0000 and Max_Data = 0xFFFF */
Kojto 109:9296ab0bfc11 131
Kojto 109:9296ab0bfc11 132 uint32_t OCPolarity; /*!< Specifies the output polarity.
Kojto 109:9296ab0bfc11 133 This parameter can be a value of @ref TIM_Output_Compare_Polarity */
Kojto 109:9296ab0bfc11 134
Kojto 109:9296ab0bfc11 135 uint32_t OCNPolarity; /*!< Specifies the complementary output polarity.
Kojto 109:9296ab0bfc11 136 This parameter can be a value of @ref TIM_Output_Compare_N_Polarity
Kojto 109:9296ab0bfc11 137 @note This parameter is valid only for TIM1 and TIM8. */
Kojto 109:9296ab0bfc11 138
Kojto 109:9296ab0bfc11 139 uint32_t OCIdleState; /*!< Specifies the TIM Output Compare pin state during Idle state.
Kojto 109:9296ab0bfc11 140 This parameter can be a value of @ref TIM_Output_Compare_Idle_State
Kojto 109:9296ab0bfc11 141 @note This parameter is valid only for TIM1 and TIM8. */
Kojto 109:9296ab0bfc11 142
Kojto 109:9296ab0bfc11 143 uint32_t OCNIdleState; /*!< Specifies the TIM Output Compare pin state during Idle state.
Kojto 109:9296ab0bfc11 144 This parameter can be a value of @ref TIM_Output_Compare_N_Idle_State
Kojto 109:9296ab0bfc11 145 @note This parameter is valid only for TIM1 and TIM8. */
Kojto 109:9296ab0bfc11 146
Kojto 109:9296ab0bfc11 147 uint32_t ICPolarity; /*!< Specifies the active edge of the input signal.
Kojto 109:9296ab0bfc11 148 This parameter can be a value of @ref TIM_Input_Capture_Polarity */
Kojto 109:9296ab0bfc11 149
Kojto 109:9296ab0bfc11 150 uint32_t ICSelection; /*!< Specifies the input.
Kojto 109:9296ab0bfc11 151 This parameter can be a value of @ref TIM_Input_Capture_Selection */
Kojto 109:9296ab0bfc11 152
Kojto 109:9296ab0bfc11 153 uint32_t ICFilter; /*!< Specifies the input capture filter.
Kojto 109:9296ab0bfc11 154 This parameter can be a number between Min_Data = 0x0 and Max_Data = 0xF */
Kojto 109:9296ab0bfc11 155 } TIM_OnePulse_InitTypeDef;
Kojto 109:9296ab0bfc11 156
Kojto 109:9296ab0bfc11 157
Kojto 109:9296ab0bfc11 158 /**
Kojto 109:9296ab0bfc11 159 * @brief TIM Input Capture Configuration Structure definition
Kojto 109:9296ab0bfc11 160 */
Kojto 109:9296ab0bfc11 161 typedef struct
Kojto 109:9296ab0bfc11 162 {
Kojto 109:9296ab0bfc11 163 uint32_t ICPolarity; /*!< Specifies the active edge of the input signal.
Kojto 109:9296ab0bfc11 164 This parameter can be a value of @ref TIM_Input_Capture_Polarity */
Kojto 109:9296ab0bfc11 165
Kojto 109:9296ab0bfc11 166 uint32_t ICSelection; /*!< Specifies the input.
Kojto 109:9296ab0bfc11 167 This parameter can be a value of @ref TIM_Input_Capture_Selection */
Kojto 109:9296ab0bfc11 168
Kojto 109:9296ab0bfc11 169 uint32_t ICPrescaler; /*!< Specifies the Input Capture Prescaler.
Kojto 109:9296ab0bfc11 170 This parameter can be a value of @ref TIM_Input_Capture_Prescaler */
Kojto 109:9296ab0bfc11 171
Kojto 109:9296ab0bfc11 172 uint32_t ICFilter; /*!< Specifies the input capture filter.
Kojto 109:9296ab0bfc11 173 This parameter can be a number between Min_Data = 0x0 and Max_Data = 0xF */
Kojto 109:9296ab0bfc11 174 } TIM_IC_InitTypeDef;
Kojto 109:9296ab0bfc11 175
Kojto 109:9296ab0bfc11 176 /**
Kojto 109:9296ab0bfc11 177 * @brief TIM Encoder Configuration Structure definition
Kojto 109:9296ab0bfc11 178 */
Kojto 109:9296ab0bfc11 179 typedef struct
Kojto 109:9296ab0bfc11 180 {
Kojto 109:9296ab0bfc11 181 uint32_t EncoderMode; /*!< Specifies the active edge of the input signal.
Kojto 109:9296ab0bfc11 182 This parameter can be a value of @ref TIM_Encoder_Mode */
Kojto 109:9296ab0bfc11 183
Kojto 109:9296ab0bfc11 184 uint32_t IC1Polarity; /*!< Specifies the active edge of the input signal.
Kojto 109:9296ab0bfc11 185 This parameter can be a value of @ref TIM_Input_Capture_Polarity */
Kojto 109:9296ab0bfc11 186
Kojto 109:9296ab0bfc11 187 uint32_t IC1Selection; /*!< Specifies the input.
Kojto 109:9296ab0bfc11 188 This parameter can be a value of @ref TIM_Input_Capture_Selection */
Kojto 109:9296ab0bfc11 189
Kojto 109:9296ab0bfc11 190 uint32_t IC1Prescaler; /*!< Specifies the Input Capture Prescaler.
Kojto 109:9296ab0bfc11 191 This parameter can be a value of @ref TIM_Input_Capture_Prescaler */
Kojto 109:9296ab0bfc11 192
Kojto 109:9296ab0bfc11 193 uint32_t IC1Filter; /*!< Specifies the input capture filter.
Kojto 109:9296ab0bfc11 194 This parameter can be a number between Min_Data = 0x0 and Max_Data = 0xF */
Kojto 109:9296ab0bfc11 195
Kojto 109:9296ab0bfc11 196 uint32_t IC2Polarity; /*!< Specifies the active edge of the input signal.
Kojto 109:9296ab0bfc11 197 This parameter can be a value of @ref TIM_Input_Capture_Polarity */
Kojto 109:9296ab0bfc11 198
Kojto 109:9296ab0bfc11 199 uint32_t IC2Selection; /*!< Specifies the input.
Kojto 109:9296ab0bfc11 200 This parameter can be a value of @ref TIM_Input_Capture_Selection */
Kojto 109:9296ab0bfc11 201
Kojto 109:9296ab0bfc11 202 uint32_t IC2Prescaler; /*!< Specifies the Input Capture Prescaler.
Kojto 109:9296ab0bfc11 203 This parameter can be a value of @ref TIM_Input_Capture_Prescaler */
Kojto 109:9296ab0bfc11 204
Kojto 109:9296ab0bfc11 205 uint32_t IC2Filter; /*!< Specifies the input capture filter.
Kojto 109:9296ab0bfc11 206 This parameter can be a number between Min_Data = 0x0 and Max_Data = 0xF */
Kojto 109:9296ab0bfc11 207 } TIM_Encoder_InitTypeDef;
Kojto 109:9296ab0bfc11 208
Kojto 109:9296ab0bfc11 209
Kojto 109:9296ab0bfc11 210 /**
Kojto 109:9296ab0bfc11 211 * @brief TIM Clock Configuration Handle Structure definition
Kojto 109:9296ab0bfc11 212 */
Kojto 109:9296ab0bfc11 213 typedef struct
Kojto 109:9296ab0bfc11 214 {
Kojto 109:9296ab0bfc11 215 uint32_t ClockSource; /*!< TIM clock sources
Kojto 109:9296ab0bfc11 216 This parameter can be a value of @ref TIM_Clock_Source */
Kojto 109:9296ab0bfc11 217 uint32_t ClockPolarity; /*!< TIM clock polarity
Kojto 109:9296ab0bfc11 218 This parameter can be a value of @ref TIM_Clock_Polarity */
Kojto 109:9296ab0bfc11 219 uint32_t ClockPrescaler; /*!< TIM clock prescaler
Kojto 109:9296ab0bfc11 220 This parameter can be a value of @ref TIM_Clock_Prescaler */
Kojto 109:9296ab0bfc11 221 uint32_t ClockFilter; /*!< TIM clock filter
Kojto 109:9296ab0bfc11 222 This parameter can be a number between Min_Data = 0x0 and Max_Data = 0xF */
Kojto 109:9296ab0bfc11 223 }TIM_ClockConfigTypeDef;
Kojto 109:9296ab0bfc11 224
Kojto 109:9296ab0bfc11 225 /**
Kojto 109:9296ab0bfc11 226 * @brief TIM Clear Input Configuration Handle Structure definition
Kojto 109:9296ab0bfc11 227 */
Kojto 109:9296ab0bfc11 228 typedef struct
Kojto 109:9296ab0bfc11 229 {
Kojto 109:9296ab0bfc11 230 uint32_t ClearInputState; /*!< TIM clear Input state
Kojto 109:9296ab0bfc11 231 This parameter can be ENABLE or DISABLE */
Kojto 109:9296ab0bfc11 232 uint32_t ClearInputSource; /*!< TIM clear Input sources
Kojto 109:9296ab0bfc11 233 This parameter can be a value of @ref TIM_ClearInput_Source */
Kojto 109:9296ab0bfc11 234 uint32_t ClearInputPolarity; /*!< TIM Clear Input polarity
Kojto 109:9296ab0bfc11 235 This parameter can be a value of @ref TIM_ClearInput_Polarity */
Kojto 109:9296ab0bfc11 236 uint32_t ClearInputPrescaler; /*!< TIM Clear Input prescaler
Kojto 109:9296ab0bfc11 237 This parameter can be a value of @ref TIM_ClearInput_Prescaler */
Kojto 109:9296ab0bfc11 238 uint32_t ClearInputFilter; /*!< TIM Clear Input filter
Kojto 109:9296ab0bfc11 239 This parameter can be a number between Min_Data = 0x0 and Max_Data = 0xF */
Kojto 109:9296ab0bfc11 240 }TIM_ClearInputConfigTypeDef;
Kojto 109:9296ab0bfc11 241
Kojto 109:9296ab0bfc11 242 /**
Kojto 109:9296ab0bfc11 243 * @brief TIM Slave configuration Structure definition
Kojto 109:9296ab0bfc11 244 */
Kojto 109:9296ab0bfc11 245 typedef struct {
Kojto 109:9296ab0bfc11 246 uint32_t SlaveMode; /*!< Slave mode selection
Kojto 109:9296ab0bfc11 247 This parameter can be a value of @ref TIM_Slave_Mode */
Kojto 109:9296ab0bfc11 248 uint32_t InputTrigger; /*!< Input Trigger source
Kojto 109:9296ab0bfc11 249 This parameter can be a value of @ref TIM_Trigger_Selection */
Kojto 109:9296ab0bfc11 250 uint32_t TriggerPolarity; /*!< Input Trigger polarity
Kojto 109:9296ab0bfc11 251 This parameter can be a value of @ref TIM_Trigger_Polarity */
Kojto 109:9296ab0bfc11 252 uint32_t TriggerPrescaler; /*!< Input trigger prescaler
Kojto 109:9296ab0bfc11 253 This parameter can be a value of @ref TIM_Trigger_Prescaler */
Kojto 109:9296ab0bfc11 254 uint32_t TriggerFilter; /*!< Input trigger filter
Kojto 109:9296ab0bfc11 255 This parameter can be a number between Min_Data = 0x0 and Max_Data = 0xF */
Kojto 109:9296ab0bfc11 256
Kojto 109:9296ab0bfc11 257 }TIM_SlaveConfigTypeDef;
Kojto 109:9296ab0bfc11 258
Kojto 109:9296ab0bfc11 259 /**
Kojto 109:9296ab0bfc11 260 * @brief HAL State structures definition
Kojto 109:9296ab0bfc11 261 */
Kojto 109:9296ab0bfc11 262 typedef enum
Kojto 109:9296ab0bfc11 263 {
Kojto 109:9296ab0bfc11 264 HAL_TIM_STATE_RESET = 0x00, /*!< Peripheral not yet initialized or disabled */
Kojto 109:9296ab0bfc11 265 HAL_TIM_STATE_READY = 0x01, /*!< Peripheral Initialized and ready for use */
Kojto 109:9296ab0bfc11 266 HAL_TIM_STATE_BUSY = 0x02, /*!< An internal process is ongoing */
Kojto 109:9296ab0bfc11 267 HAL_TIM_STATE_TIMEOUT = 0x03, /*!< Timeout state */
Kojto 109:9296ab0bfc11 268 HAL_TIM_STATE_ERROR = 0x04 /*!< Reception process is ongoing */
Kojto 109:9296ab0bfc11 269 }HAL_TIM_StateTypeDef;
Kojto 109:9296ab0bfc11 270
Kojto 109:9296ab0bfc11 271 /**
Kojto 109:9296ab0bfc11 272 * @brief HAL Active channel structures definition
Kojto 109:9296ab0bfc11 273 */
Kojto 109:9296ab0bfc11 274 typedef enum
Kojto 109:9296ab0bfc11 275 {
Kojto 109:9296ab0bfc11 276 HAL_TIM_ACTIVE_CHANNEL_1 = 0x01, /*!< The active channel is 1 */
Kojto 109:9296ab0bfc11 277 HAL_TIM_ACTIVE_CHANNEL_2 = 0x02, /*!< The active channel is 2 */
Kojto 109:9296ab0bfc11 278 HAL_TIM_ACTIVE_CHANNEL_3 = 0x04, /*!< The active channel is 3 */
Kojto 109:9296ab0bfc11 279 HAL_TIM_ACTIVE_CHANNEL_4 = 0x08, /*!< The active channel is 4 */
Kojto 109:9296ab0bfc11 280 HAL_TIM_ACTIVE_CHANNEL_CLEARED = 0x00 /*!< All active channels cleared */
Kojto 109:9296ab0bfc11 281 }HAL_TIM_ActiveChannel;
Kojto 109:9296ab0bfc11 282
Kojto 109:9296ab0bfc11 283 /**
Kojto 109:9296ab0bfc11 284 * @brief TIM Time Base Handle Structure definition
Kojto 109:9296ab0bfc11 285 */
Kojto 109:9296ab0bfc11 286 typedef struct
Kojto 109:9296ab0bfc11 287 {
Kojto 109:9296ab0bfc11 288 TIM_TypeDef *Instance; /*!< Register base address */
Kojto 109:9296ab0bfc11 289 TIM_Base_InitTypeDef Init; /*!< TIM Time Base required parameters */
Kojto 109:9296ab0bfc11 290 HAL_TIM_ActiveChannel Channel; /*!< Active channel */
Kojto 109:9296ab0bfc11 291 DMA_HandleTypeDef *hdma[7]; /*!< DMA Handlers array
Kojto 109:9296ab0bfc11 292 This array is accessed by a @ref TIM_DMA_Handle_index */
Kojto 109:9296ab0bfc11 293 HAL_LockTypeDef Lock; /*!< Locking object */
Kojto 109:9296ab0bfc11 294 __IO HAL_TIM_StateTypeDef State; /*!< TIM operation state */
Kojto 109:9296ab0bfc11 295 }TIM_HandleTypeDef;
Kojto 109:9296ab0bfc11 296
Kojto 109:9296ab0bfc11 297 /**
Kojto 109:9296ab0bfc11 298 * @}
Kojto 109:9296ab0bfc11 299 */
Kojto 109:9296ab0bfc11 300
Kojto 109:9296ab0bfc11 301 /* Exported constants --------------------------------------------------------*/
Kojto 109:9296ab0bfc11 302 /** @defgroup TIM_Exported_Constants TIM Exported Constants
Kojto 109:9296ab0bfc11 303 * @{
Kojto 109:9296ab0bfc11 304 */
Kojto 109:9296ab0bfc11 305
Kojto 109:9296ab0bfc11 306 /** @defgroup TIM_Input_Channel_Polarity TIM Input Channel Polarity
Kojto 109:9296ab0bfc11 307 * @{
Kojto 109:9296ab0bfc11 308 */
Kojto 109:9296ab0bfc11 309 #define TIM_INPUTCHANNELPOLARITY_RISING ((uint32_t)0x00000000) /*!< Polarity for TIx source */
Kojto 109:9296ab0bfc11 310 #define TIM_INPUTCHANNELPOLARITY_FALLING (TIM_CCER_CC1P) /*!< Polarity for TIx source */
Kojto 109:9296ab0bfc11 311 #define TIM_INPUTCHANNELPOLARITY_BOTHEDGE (TIM_CCER_CC1P | TIM_CCER_CC1NP) /*!< Polarity for TIx source */
Kojto 109:9296ab0bfc11 312 /**
Kojto 109:9296ab0bfc11 313 * @}
Kojto 109:9296ab0bfc11 314 */
Kojto 109:9296ab0bfc11 315
Kojto 109:9296ab0bfc11 316 /** @defgroup TIM_ETR_Polarity TIM ETR Polarity
Kojto 109:9296ab0bfc11 317 * @{
Kojto 109:9296ab0bfc11 318 */
Kojto 109:9296ab0bfc11 319 #define TIM_ETRPOLARITY_INVERTED (TIM_SMCR_ETP) /*!< Polarity for ETR source */
Kojto 109:9296ab0bfc11 320 #define TIM_ETRPOLARITY_NONINVERTED ((uint32_t)0x0000) /*!< Polarity for ETR source */
Kojto 109:9296ab0bfc11 321 /**
Kojto 109:9296ab0bfc11 322 * @}
Kojto 109:9296ab0bfc11 323 */
Kojto 109:9296ab0bfc11 324
Kojto 109:9296ab0bfc11 325 /** @defgroup TIM_ETR_Prescaler TIM ETR Prescaler
Kojto 109:9296ab0bfc11 326 * @{
Kojto 109:9296ab0bfc11 327 */
Kojto 109:9296ab0bfc11 328 #define TIM_ETRPRESCALER_DIV1 ((uint32_t)0x0000) /*!< No prescaler is used */
Kojto 109:9296ab0bfc11 329 #define TIM_ETRPRESCALER_DIV2 (TIM_SMCR_ETPS_0) /*!< ETR input source is divided by 2 */
Kojto 109:9296ab0bfc11 330 #define TIM_ETRPRESCALER_DIV4 (TIM_SMCR_ETPS_1) /*!< ETR input source is divided by 4 */
Kojto 109:9296ab0bfc11 331 #define TIM_ETRPRESCALER_DIV8 (TIM_SMCR_ETPS) /*!< ETR input source is divided by 8 */
Kojto 109:9296ab0bfc11 332 /**
Kojto 109:9296ab0bfc11 333 * @}
Kojto 109:9296ab0bfc11 334 */
Kojto 109:9296ab0bfc11 335
Kojto 109:9296ab0bfc11 336 /** @defgroup TIM_Counter_Mode TIM Counter Mode
Kojto 109:9296ab0bfc11 337 * @{
Kojto 109:9296ab0bfc11 338 */
Kojto 109:9296ab0bfc11 339 #define TIM_COUNTERMODE_UP ((uint32_t)0x0000)
Kojto 109:9296ab0bfc11 340 #define TIM_COUNTERMODE_DOWN TIM_CR1_DIR
Kojto 109:9296ab0bfc11 341 #define TIM_COUNTERMODE_CENTERALIGNED1 TIM_CR1_CMS_0
Kojto 109:9296ab0bfc11 342 #define TIM_COUNTERMODE_CENTERALIGNED2 TIM_CR1_CMS_1
Kojto 109:9296ab0bfc11 343 #define TIM_COUNTERMODE_CENTERALIGNED3 TIM_CR1_CMS
Kojto 109:9296ab0bfc11 344 /**
Kojto 109:9296ab0bfc11 345 * @}
Kojto 109:9296ab0bfc11 346 */
Kojto 109:9296ab0bfc11 347
Kojto 109:9296ab0bfc11 348 /** @defgroup TIM_ClockDivision TIM Clock Division
Kojto 109:9296ab0bfc11 349 * @{
Kojto 109:9296ab0bfc11 350 */
Kojto 109:9296ab0bfc11 351 #define TIM_CLOCKDIVISION_DIV1 ((uint32_t)0x0000)
Kojto 109:9296ab0bfc11 352 #define TIM_CLOCKDIVISION_DIV2 (TIM_CR1_CKD_0)
Kojto 109:9296ab0bfc11 353 #define TIM_CLOCKDIVISION_DIV4 (TIM_CR1_CKD_1)
Kojto 109:9296ab0bfc11 354 /**
Kojto 109:9296ab0bfc11 355 * @}
Kojto 109:9296ab0bfc11 356 */
Kojto 109:9296ab0bfc11 357
Kojto 109:9296ab0bfc11 358 /** @defgroup TIM_Output_Compare_and_PWM_modes TIM Output Compare and PWM modes
Kojto 109:9296ab0bfc11 359 * @{
Kojto 109:9296ab0bfc11 360 */
Kojto 109:9296ab0bfc11 361 #define TIM_OCMODE_TIMING ((uint32_t)0x0000)
Kojto 109:9296ab0bfc11 362 #define TIM_OCMODE_ACTIVE (TIM_CCMR1_OC1M_0)
Kojto 109:9296ab0bfc11 363 #define TIM_OCMODE_INACTIVE (TIM_CCMR1_OC1M_1)
Kojto 109:9296ab0bfc11 364 #define TIM_OCMODE_TOGGLE (TIM_CCMR1_OC1M_0 | TIM_CCMR1_OC1M_1)
Kojto 109:9296ab0bfc11 365 #define TIM_OCMODE_PWM1 (TIM_CCMR1_OC1M_1 | TIM_CCMR1_OC1M_2)
Kojto 109:9296ab0bfc11 366 #define TIM_OCMODE_PWM2 (TIM_CCMR1_OC1M)
Kojto 109:9296ab0bfc11 367 #define TIM_OCMODE_FORCED_ACTIVE (TIM_CCMR1_OC1M_0 | TIM_CCMR1_OC1M_2)
Kojto 109:9296ab0bfc11 368 #define TIM_OCMODE_FORCED_INACTIVE (TIM_CCMR1_OC1M_2)
Kojto 109:9296ab0bfc11 369 /**
Kojto 109:9296ab0bfc11 370 * @}
Kojto 109:9296ab0bfc11 371 */
Kojto 109:9296ab0bfc11 372
Kojto 109:9296ab0bfc11 373 /** @defgroup TIM_Output_Fast_State TIM Output Fast State
Kojto 109:9296ab0bfc11 374 * @{
Kojto 109:9296ab0bfc11 375 */
Kojto 109:9296ab0bfc11 376 #define TIM_OCFAST_DISABLE ((uint32_t)0x0000)
Kojto 109:9296ab0bfc11 377 #define TIM_OCFAST_ENABLE (TIM_CCMR1_OC1FE)
Kojto 109:9296ab0bfc11 378 /**
Kojto 109:9296ab0bfc11 379 * @}
Kojto 109:9296ab0bfc11 380 */
Kojto 109:9296ab0bfc11 381
Kojto 109:9296ab0bfc11 382 /** @defgroup TIM_Output_Compare_Polarity TIM Output Compare Polarity
Kojto 109:9296ab0bfc11 383 * @{
Kojto 109:9296ab0bfc11 384 */
Kojto 109:9296ab0bfc11 385 #define TIM_OCPOLARITY_HIGH ((uint32_t)0x0000)
Kojto 109:9296ab0bfc11 386 #define TIM_OCPOLARITY_LOW (TIM_CCER_CC1P)
Kojto 109:9296ab0bfc11 387 /**
Kojto 109:9296ab0bfc11 388 * @}
Kojto 109:9296ab0bfc11 389 */
Kojto 109:9296ab0bfc11 390
Kojto 109:9296ab0bfc11 391 /** @defgroup TIM_Output_Compare_N_Polarity TIM Complementary Output Compare Polarity
Kojto 109:9296ab0bfc11 392 * @{
Kojto 109:9296ab0bfc11 393 */
Kojto 109:9296ab0bfc11 394 #define TIM_OCNPOLARITY_HIGH ((uint32_t)0x0000)
Kojto 109:9296ab0bfc11 395 #define TIM_OCNPOLARITY_LOW (TIM_CCER_CC1NP)
Kojto 109:9296ab0bfc11 396 /**
Kojto 109:9296ab0bfc11 397 * @}
Kojto 109:9296ab0bfc11 398 */
Kojto 109:9296ab0bfc11 399
Kojto 109:9296ab0bfc11 400 /** @defgroup TIM_Output_Compare_Idle_State TIM Output Compare Idle State
Kojto 109:9296ab0bfc11 401 * @{
Kojto 109:9296ab0bfc11 402 */
Kojto 109:9296ab0bfc11 403 #define TIM_OCIDLESTATE_SET (TIM_CR2_OIS1)
Kojto 109:9296ab0bfc11 404 #define TIM_OCIDLESTATE_RESET ((uint32_t)0x0000)
Kojto 109:9296ab0bfc11 405 /**
Kojto 109:9296ab0bfc11 406 * @}
Kojto 109:9296ab0bfc11 407 */
Kojto 109:9296ab0bfc11 408
Kojto 109:9296ab0bfc11 409 /** @defgroup TIM_Output_Compare_N_Idle_State TIM Complementary Output Compare Idle State
Kojto 109:9296ab0bfc11 410 * @{
Kojto 109:9296ab0bfc11 411 */
Kojto 109:9296ab0bfc11 412 #define TIM_OCNIDLESTATE_SET (TIM_CR2_OIS1N)
Kojto 109:9296ab0bfc11 413 #define TIM_OCNIDLESTATE_RESET ((uint32_t)0x0000)
Kojto 109:9296ab0bfc11 414 /**
Kojto 109:9296ab0bfc11 415 * @}
Kojto 109:9296ab0bfc11 416 */
Kojto 109:9296ab0bfc11 417
Kojto 109:9296ab0bfc11 418 /** @defgroup TIM_Channel TIM Channel
Kojto 109:9296ab0bfc11 419 * @{
Kojto 109:9296ab0bfc11 420 */
Kojto 109:9296ab0bfc11 421 #define TIM_CHANNEL_1 ((uint32_t)0x0000)
Kojto 109:9296ab0bfc11 422 #define TIM_CHANNEL_2 ((uint32_t)0x0004)
Kojto 109:9296ab0bfc11 423 #define TIM_CHANNEL_3 ((uint32_t)0x0008)
Kojto 109:9296ab0bfc11 424 #define TIM_CHANNEL_4 ((uint32_t)0x000C)
Kojto 109:9296ab0bfc11 425 #define TIM_CHANNEL_ALL ((uint32_t)0x0018)
Kojto 109:9296ab0bfc11 426 /**
Kojto 109:9296ab0bfc11 427 * @}
Kojto 109:9296ab0bfc11 428 */
Kojto 109:9296ab0bfc11 429
Kojto 109:9296ab0bfc11 430 /** @defgroup TIM_Input_Capture_Polarity TIM Input Capture Polarity
Kojto 109:9296ab0bfc11 431 * @{
Kojto 109:9296ab0bfc11 432 */
Kojto 109:9296ab0bfc11 433 #define TIM_ICPOLARITY_RISING TIM_INPUTCHANNELPOLARITY_RISING
Kojto 109:9296ab0bfc11 434 #define TIM_ICPOLARITY_FALLING TIM_INPUTCHANNELPOLARITY_FALLING
Kojto 109:9296ab0bfc11 435 #define TIM_ICPOLARITY_BOTHEDGE TIM_INPUTCHANNELPOLARITY_BOTHEDGE
Kojto 109:9296ab0bfc11 436 /**
Kojto 109:9296ab0bfc11 437 * @}
Kojto 109:9296ab0bfc11 438 */
Kojto 109:9296ab0bfc11 439
Kojto 109:9296ab0bfc11 440 /** @defgroup TIM_Input_Capture_Selection TIM Input Capture Selection
Kojto 109:9296ab0bfc11 441 * @{
Kojto 109:9296ab0bfc11 442 */
Kojto 109:9296ab0bfc11 443 #define TIM_ICSELECTION_DIRECTTI (TIM_CCMR1_CC1S_0) /*!< TIM Input 1, 2, 3 or 4 is selected to be
Kojto 109:9296ab0bfc11 444 connected to IC1, IC2, IC3 or IC4, respectively */
Kojto 109:9296ab0bfc11 445 #define TIM_ICSELECTION_INDIRECTTI (TIM_CCMR1_CC1S_1) /*!< TIM Input 1, 2, 3 or 4 is selected to be
Kojto 109:9296ab0bfc11 446 connected to IC2, IC1, IC4 or IC3, respectively */
Kojto 109:9296ab0bfc11 447 #define TIM_ICSELECTION_TRC (TIM_CCMR1_CC1S) /*!< TIM Input 1, 2, 3 or 4 is selected to be connected to TRC */
Kojto 109:9296ab0bfc11 448 /**
Kojto 109:9296ab0bfc11 449 * @}
Kojto 109:9296ab0bfc11 450 */
Kojto 109:9296ab0bfc11 451
Kojto 109:9296ab0bfc11 452 /** @defgroup TIM_Input_Capture_Prescaler TIM Input Capture Prescaler
Kojto 109:9296ab0bfc11 453 * @{
Kojto 109:9296ab0bfc11 454 */
Kojto 109:9296ab0bfc11 455 #define TIM_ICPSC_DIV1 ((uint32_t)0x0000) /*!< Capture performed each time an edge is detected on the capture input */
Kojto 109:9296ab0bfc11 456 #define TIM_ICPSC_DIV2 (TIM_CCMR1_IC1PSC_0) /*!< Capture performed once every 2 events */
Kojto 109:9296ab0bfc11 457 #define TIM_ICPSC_DIV4 (TIM_CCMR1_IC1PSC_1) /*!< Capture performed once every 4 events */
Kojto 109:9296ab0bfc11 458 #define TIM_ICPSC_DIV8 (TIM_CCMR1_IC1PSC) /*!< Capture performed once every 8 events */
Kojto 109:9296ab0bfc11 459 /**
Kojto 109:9296ab0bfc11 460 * @}
Kojto 109:9296ab0bfc11 461 */
Kojto 109:9296ab0bfc11 462
Kojto 109:9296ab0bfc11 463 /** @defgroup TIM_One_Pulse_Mode TIM One Pulse Mode
Kojto 109:9296ab0bfc11 464 * @{
Kojto 109:9296ab0bfc11 465 */
Kojto 109:9296ab0bfc11 466 #define TIM_OPMODE_SINGLE (TIM_CR1_OPM)
Kojto 109:9296ab0bfc11 467 #define TIM_OPMODE_REPETITIVE ((uint32_t)0x0000)
Kojto 109:9296ab0bfc11 468 /**
Kojto 109:9296ab0bfc11 469 * @}
Kojto 109:9296ab0bfc11 470 */
Kojto 109:9296ab0bfc11 471
Kojto 109:9296ab0bfc11 472 /** @defgroup TIM_Encoder_Mode TIM Encoder Mode
Kojto 109:9296ab0bfc11 473 * @{
Kojto 109:9296ab0bfc11 474 */
Kojto 109:9296ab0bfc11 475 #define TIM_ENCODERMODE_TI1 (TIM_SMCR_SMS_0)
Kojto 109:9296ab0bfc11 476 #define TIM_ENCODERMODE_TI2 (TIM_SMCR_SMS_1)
Kojto 109:9296ab0bfc11 477 #define TIM_ENCODERMODE_TI12 (TIM_SMCR_SMS_1 | TIM_SMCR_SMS_0)
Kojto 109:9296ab0bfc11 478 /**
Kojto 109:9296ab0bfc11 479 * @}
Kojto 109:9296ab0bfc11 480 */
Kojto 109:9296ab0bfc11 481
Kojto 109:9296ab0bfc11 482 /** @defgroup TIM_Interrupt_definition TIM Interrupt Definition
Kojto 109:9296ab0bfc11 483 * @{
Kojto 109:9296ab0bfc11 484 */
Kojto 109:9296ab0bfc11 485 #define TIM_IT_UPDATE (TIM_DIER_UIE)
Kojto 109:9296ab0bfc11 486 #define TIM_IT_CC1 (TIM_DIER_CC1IE)
Kojto 109:9296ab0bfc11 487 #define TIM_IT_CC2 (TIM_DIER_CC2IE)
Kojto 109:9296ab0bfc11 488 #define TIM_IT_CC3 (TIM_DIER_CC3IE)
Kojto 109:9296ab0bfc11 489 #define TIM_IT_CC4 (TIM_DIER_CC4IE)
Kojto 109:9296ab0bfc11 490 #define TIM_IT_COM (TIM_DIER_COMIE)
Kojto 109:9296ab0bfc11 491 #define TIM_IT_TRIGGER (TIM_DIER_TIE)
Kojto 109:9296ab0bfc11 492 #define TIM_IT_BREAK (TIM_DIER_BIE)
Kojto 109:9296ab0bfc11 493 /**
Kojto 109:9296ab0bfc11 494 * @}
Kojto 109:9296ab0bfc11 495 */
Kojto 109:9296ab0bfc11 496
Kojto 109:9296ab0bfc11 497 /** @defgroup TIM_Commutation_Source TIM Commutation Source
Kojto 109:9296ab0bfc11 498 * @{
Kojto 109:9296ab0bfc11 499 */
Kojto 109:9296ab0bfc11 500 #define TIM_COMMUTATION_TRGI (TIM_CR2_CCUS)
Kojto 109:9296ab0bfc11 501 #define TIM_COMMUTATION_SOFTWARE ((uint32_t)0x0000)
Kojto 109:9296ab0bfc11 502
Kojto 109:9296ab0bfc11 503 /**
Kojto 109:9296ab0bfc11 504 * @}
Kojto 109:9296ab0bfc11 505 */
Kojto 109:9296ab0bfc11 506
Kojto 109:9296ab0bfc11 507 /** @defgroup TIM_DMA_sources TIM DMA Sources
Kojto 109:9296ab0bfc11 508 * @{
Kojto 109:9296ab0bfc11 509 */
Kojto 109:9296ab0bfc11 510 #define TIM_DMA_UPDATE (TIM_DIER_UDE)
Kojto 109:9296ab0bfc11 511 #define TIM_DMA_CC1 (TIM_DIER_CC1DE)
Kojto 109:9296ab0bfc11 512 #define TIM_DMA_CC2 (TIM_DIER_CC2DE)
Kojto 109:9296ab0bfc11 513 #define TIM_DMA_CC3 (TIM_DIER_CC3DE)
Kojto 109:9296ab0bfc11 514 #define TIM_DMA_CC4 (TIM_DIER_CC4DE)
Kojto 109:9296ab0bfc11 515 #define TIM_DMA_COM (TIM_DIER_COMDE)
Kojto 109:9296ab0bfc11 516 #define TIM_DMA_TRIGGER (TIM_DIER_TDE)
Kojto 109:9296ab0bfc11 517 /**
Kojto 109:9296ab0bfc11 518 * @}
Kojto 109:9296ab0bfc11 519 */
Kojto 109:9296ab0bfc11 520
Kojto 109:9296ab0bfc11 521 /** @defgroup TIM_Event_Source TIM Event Source
Kojto 109:9296ab0bfc11 522 * @{
Kojto 109:9296ab0bfc11 523 */
Kojto 109:9296ab0bfc11 524 #define TIM_EVENTSOURCE_UPDATE TIM_EGR_UG
Kojto 109:9296ab0bfc11 525 #define TIM_EVENTSOURCE_CC1 TIM_EGR_CC1G
Kojto 109:9296ab0bfc11 526 #define TIM_EVENTSOURCE_CC2 TIM_EGR_CC2G
Kojto 109:9296ab0bfc11 527 #define TIM_EVENTSOURCE_CC3 TIM_EGR_CC3G
Kojto 109:9296ab0bfc11 528 #define TIM_EVENTSOURCE_CC4 TIM_EGR_CC4G
Kojto 109:9296ab0bfc11 529 #define TIM_EVENTSOURCE_COM TIM_EGR_COMG
Kojto 109:9296ab0bfc11 530 #define TIM_EVENTSOURCE_TRIGGER TIM_EGR_TG
Kojto 109:9296ab0bfc11 531 #define TIM_EVENTSOURCE_BREAK TIM_EGR_BG
Kojto 109:9296ab0bfc11 532 /**
Kojto 109:9296ab0bfc11 533 * @}
Kojto 109:9296ab0bfc11 534 */
Kojto 109:9296ab0bfc11 535
Kojto 109:9296ab0bfc11 536 /** @defgroup TIM_Flag_definition TIM Flag Definition
Kojto 109:9296ab0bfc11 537 * @{
Kojto 109:9296ab0bfc11 538 */
Kojto 109:9296ab0bfc11 539 #define TIM_FLAG_UPDATE (TIM_SR_UIF)
Kojto 109:9296ab0bfc11 540 #define TIM_FLAG_CC1 (TIM_SR_CC1IF)
Kojto 109:9296ab0bfc11 541 #define TIM_FLAG_CC2 (TIM_SR_CC2IF)
Kojto 109:9296ab0bfc11 542 #define TIM_FLAG_CC3 (TIM_SR_CC3IF)
Kojto 109:9296ab0bfc11 543 #define TIM_FLAG_CC4 (TIM_SR_CC4IF)
Kojto 109:9296ab0bfc11 544 #define TIM_FLAG_COM (TIM_SR_COMIF)
Kojto 109:9296ab0bfc11 545 #define TIM_FLAG_TRIGGER (TIM_SR_TIF)
Kojto 109:9296ab0bfc11 546 #define TIM_FLAG_BREAK (TIM_SR_BIF)
Kojto 109:9296ab0bfc11 547 #define TIM_FLAG_CC1OF (TIM_SR_CC1OF)
Kojto 109:9296ab0bfc11 548 #define TIM_FLAG_CC2OF (TIM_SR_CC2OF)
Kojto 109:9296ab0bfc11 549 #define TIM_FLAG_CC3OF (TIM_SR_CC3OF)
Kojto 109:9296ab0bfc11 550 #define TIM_FLAG_CC4OF (TIM_SR_CC4OF)
Kojto 109:9296ab0bfc11 551 /**
Kojto 109:9296ab0bfc11 552 * @}
Kojto 109:9296ab0bfc11 553 */
Kojto 109:9296ab0bfc11 554
Kojto 109:9296ab0bfc11 555 /** @defgroup TIM_Clock_Source TIM Clock Source
Kojto 109:9296ab0bfc11 556 * @{
Kojto 109:9296ab0bfc11 557 */
Kojto 109:9296ab0bfc11 558 #define TIM_CLOCKSOURCE_ETRMODE2 (TIM_SMCR_ETPS_1)
Kojto 109:9296ab0bfc11 559 #define TIM_CLOCKSOURCE_INTERNAL (TIM_SMCR_ETPS_0)
Kojto 109:9296ab0bfc11 560 #define TIM_CLOCKSOURCE_ITR0 ((uint32_t)0x0000)
Kojto 109:9296ab0bfc11 561 #define TIM_CLOCKSOURCE_ITR1 (TIM_SMCR_TS_0)
Kojto 109:9296ab0bfc11 562 #define TIM_CLOCKSOURCE_ITR2 (TIM_SMCR_TS_1)
Kojto 109:9296ab0bfc11 563 #define TIM_CLOCKSOURCE_ITR3 (TIM_SMCR_TS_0 | TIM_SMCR_TS_1)
Kojto 109:9296ab0bfc11 564 #define TIM_CLOCKSOURCE_TI1ED (TIM_SMCR_TS_2)
Kojto 109:9296ab0bfc11 565 #define TIM_CLOCKSOURCE_TI1 (TIM_SMCR_TS_0 | TIM_SMCR_TS_2)
Kojto 109:9296ab0bfc11 566 #define TIM_CLOCKSOURCE_TI2 (TIM_SMCR_TS_1 | TIM_SMCR_TS_2)
Kojto 109:9296ab0bfc11 567 #define TIM_CLOCKSOURCE_ETRMODE1 (TIM_SMCR_TS)
Kojto 109:9296ab0bfc11 568 /**
Kojto 109:9296ab0bfc11 569 * @}
Kojto 109:9296ab0bfc11 570 */
Kojto 109:9296ab0bfc11 571
Kojto 109:9296ab0bfc11 572 /** @defgroup TIM_Clock_Polarity TIM Clock Polarity
Kojto 109:9296ab0bfc11 573 * @{
Kojto 109:9296ab0bfc11 574 */
Kojto 109:9296ab0bfc11 575 #define TIM_CLOCKPOLARITY_INVERTED TIM_ETRPOLARITY_INVERTED /*!< Polarity for ETRx clock sources */
Kojto 109:9296ab0bfc11 576 #define TIM_CLOCKPOLARITY_NONINVERTED TIM_ETRPOLARITY_NONINVERTED /*!< Polarity for ETRx clock sources */
Kojto 109:9296ab0bfc11 577 #define TIM_CLOCKPOLARITY_RISING TIM_INPUTCHANNELPOLARITY_RISING /*!< Polarity for TIx clock sources */
Kojto 109:9296ab0bfc11 578 #define TIM_CLOCKPOLARITY_FALLING TIM_INPUTCHANNELPOLARITY_FALLING /*!< Polarity for TIx clock sources */
Kojto 109:9296ab0bfc11 579 #define TIM_CLOCKPOLARITY_BOTHEDGE TIM_INPUTCHANNELPOLARITY_BOTHEDGE /*!< Polarity for TIx clock sources */
Kojto 109:9296ab0bfc11 580 /**
Kojto 109:9296ab0bfc11 581 * @}
Kojto 109:9296ab0bfc11 582 */
Kojto 109:9296ab0bfc11 583
Kojto 109:9296ab0bfc11 584 /** @defgroup TIM_Clock_Prescaler TIM Clock Prescaler
Kojto 109:9296ab0bfc11 585 * @{
Kojto 109:9296ab0bfc11 586 */
Kojto 109:9296ab0bfc11 587 #define TIM_CLOCKPRESCALER_DIV1 TIM_ETRPRESCALER_DIV1 /*!< No prescaler is used */
Kojto 109:9296ab0bfc11 588 #define TIM_CLOCKPRESCALER_DIV2 TIM_ETRPRESCALER_DIV2 /*!< Prescaler for External ETR Clock: Capture performed once every 2 events. */
Kojto 109:9296ab0bfc11 589 #define TIM_CLOCKPRESCALER_DIV4 TIM_ETRPRESCALER_DIV4 /*!< Prescaler for External ETR Clock: Capture performed once every 4 events. */
Kojto 109:9296ab0bfc11 590 #define TIM_CLOCKPRESCALER_DIV8 TIM_ETRPRESCALER_DIV8 /*!< Prescaler for External ETR Clock: Capture performed once every 8 events. */
Kojto 109:9296ab0bfc11 591 /**
Kojto 109:9296ab0bfc11 592 * @}
Kojto 109:9296ab0bfc11 593 */
Kojto 109:9296ab0bfc11 594
Kojto 109:9296ab0bfc11 595 /** @defgroup TIM_ClearInput_Source TIM ClearInput Source
Kojto 109:9296ab0bfc11 596 * @{
Kojto 109:9296ab0bfc11 597 */
Kojto 109:9296ab0bfc11 598 #define TIM_CLEARINPUTSOURCE_ETR ((uint32_t)0x0001)
Kojto 109:9296ab0bfc11 599 #define TIM_CLEARINPUTSOURCE_NONE ((uint32_t)0x0000)
Kojto 109:9296ab0bfc11 600 /**
Kojto 109:9296ab0bfc11 601 * @}
Kojto 109:9296ab0bfc11 602 */
Kojto 109:9296ab0bfc11 603
Kojto 109:9296ab0bfc11 604 /** @defgroup TIM_ClearInput_Polarity TIM Clear Input Polarity
Kojto 109:9296ab0bfc11 605 * @{
Kojto 109:9296ab0bfc11 606 */
Kojto 109:9296ab0bfc11 607 #define TIM_CLEARINPUTPOLARITY_INVERTED TIM_ETRPOLARITY_INVERTED /*!< Polarity for ETRx pin */
Kojto 109:9296ab0bfc11 608 #define TIM_CLEARINPUTPOLARITY_NONINVERTED TIM_ETRPOLARITY_NONINVERTED /*!< Polarity for ETRx pin */
Kojto 109:9296ab0bfc11 609 /**
Kojto 109:9296ab0bfc11 610 * @}
Kojto 109:9296ab0bfc11 611 */
Kojto 109:9296ab0bfc11 612
Kojto 109:9296ab0bfc11 613 /** @defgroup TIM_ClearInput_Prescaler TIM Clear Input Prescaler
Kojto 109:9296ab0bfc11 614 * @{
Kojto 109:9296ab0bfc11 615 */
Kojto 109:9296ab0bfc11 616 #define TIM_CLEARINPUTPRESCALER_DIV1 TIM_ETRPRESCALER_DIV1 /*!< No prescaler is used */
Kojto 109:9296ab0bfc11 617 #define TIM_CLEARINPUTPRESCALER_DIV2 TIM_ETRPRESCALER_DIV2 /*!< Prescaler for External ETR pin: Capture performed once every 2 events. */
Kojto 109:9296ab0bfc11 618 #define TIM_CLEARINPUTPRESCALER_DIV4 TIM_ETRPRESCALER_DIV4 /*!< Prescaler for External ETR pin: Capture performed once every 4 events. */
Kojto 109:9296ab0bfc11 619 #define TIM_CLEARINPUTPRESCALER_DIV8 TIM_ETRPRESCALER_DIV8 /*!< Prescaler for External ETR pin: Capture performed once every 8 events. */
Kojto 109:9296ab0bfc11 620 /**
Kojto 109:9296ab0bfc11 621 * @}
Kojto 109:9296ab0bfc11 622 */
Kojto 109:9296ab0bfc11 623
Kojto 109:9296ab0bfc11 624 /** @defgroup TIM_OSSR_Off_State_Selection_for_Run_mode_state TIM OSSR Off State Selection for Run mode state
Kojto 109:9296ab0bfc11 625 * @{
Kojto 109:9296ab0bfc11 626 */
Kojto 109:9296ab0bfc11 627 #define TIM_OSSR_ENABLE (TIM_BDTR_OSSR)
Kojto 109:9296ab0bfc11 628 #define TIM_OSSR_DISABLE ((uint32_t)0x0000)
Kojto 109:9296ab0bfc11 629 /**
Kojto 109:9296ab0bfc11 630 * @}
Kojto 109:9296ab0bfc11 631 */
Kojto 109:9296ab0bfc11 632
Kojto 109:9296ab0bfc11 633 /** @defgroup TIM_OSSI_Off_State_Selection_for_Idle_mode_state TIM OSSI Off State Selection for Idle mode state
Kojto 109:9296ab0bfc11 634 * @{
Kojto 109:9296ab0bfc11 635 */
Kojto 109:9296ab0bfc11 636 #define TIM_OSSI_ENABLE (TIM_BDTR_OSSI)
Kojto 109:9296ab0bfc11 637 #define TIM_OSSI_DISABLE ((uint32_t)0x0000)
Kojto 109:9296ab0bfc11 638 /**
Kojto 109:9296ab0bfc11 639 * @}
Kojto 109:9296ab0bfc11 640 */
Kojto 109:9296ab0bfc11 641
Kojto 109:9296ab0bfc11 642 /** @defgroup TIM_Lock_level TIM Lock level
Kojto 109:9296ab0bfc11 643 * @{
Kojto 109:9296ab0bfc11 644 */
Kojto 109:9296ab0bfc11 645 #define TIM_LOCKLEVEL_OFF ((uint32_t)0x0000)
Kojto 109:9296ab0bfc11 646 #define TIM_LOCKLEVEL_1 (TIM_BDTR_LOCK_0)
Kojto 109:9296ab0bfc11 647 #define TIM_LOCKLEVEL_2 (TIM_BDTR_LOCK_1)
Kojto 109:9296ab0bfc11 648 #define TIM_LOCKLEVEL_3 (TIM_BDTR_LOCK)
Kojto 109:9296ab0bfc11 649 /**
Kojto 109:9296ab0bfc11 650 * @}
Kojto 109:9296ab0bfc11 651 */
Kojto 109:9296ab0bfc11 652
Kojto 109:9296ab0bfc11 653 /** @defgroup TIM_Break_Input_enable_disable TIM Break Input Enable Disable
Kojto 109:9296ab0bfc11 654 * @{
Kojto 109:9296ab0bfc11 655 */
Kojto 109:9296ab0bfc11 656 #define TIM_BREAK_ENABLE (TIM_BDTR_BKE)
Kojto 109:9296ab0bfc11 657 #define TIM_BREAK_DISABLE ((uint32_t)0x0000)
Kojto 109:9296ab0bfc11 658 /**
Kojto 109:9296ab0bfc11 659 * @}
Kojto 109:9296ab0bfc11 660 */
Kojto 109:9296ab0bfc11 661
Kojto 109:9296ab0bfc11 662 /** @defgroup TIM_Break_Polarity TIM Break Input Polarity
Kojto 109:9296ab0bfc11 663 * @{
Kojto 109:9296ab0bfc11 664 */
Kojto 109:9296ab0bfc11 665 #define TIM_BREAKPOLARITY_LOW ((uint32_t)0x0000)
Kojto 109:9296ab0bfc11 666 #define TIM_BREAKPOLARITY_HIGH (TIM_BDTR_BKP)
Kojto 109:9296ab0bfc11 667 /**
Kojto 109:9296ab0bfc11 668 * @}
Kojto 109:9296ab0bfc11 669 */
Kojto 109:9296ab0bfc11 670 /** @defgroup TIM_AOE_Bit_Set_Reset TIM Automatic Output Enable
Kojto 109:9296ab0bfc11 671 * @{
Kojto 109:9296ab0bfc11 672 */
Kojto 109:9296ab0bfc11 673 #define TIM_AUTOMATICOUTPUT_ENABLE (TIM_BDTR_AOE)
Kojto 109:9296ab0bfc11 674 #define TIM_AUTOMATICOUTPUT_DISABLE ((uint32_t)0x0000)
Kojto 109:9296ab0bfc11 675 /**
Kojto 109:9296ab0bfc11 676 * @}
Kojto 109:9296ab0bfc11 677 */
Kojto 109:9296ab0bfc11 678
Kojto 109:9296ab0bfc11 679 /** @defgroup TIM_Master_Mode_Selection TIM Master Mode Selection
Kojto 109:9296ab0bfc11 680 * @{
Kojto 109:9296ab0bfc11 681 */
Kojto 109:9296ab0bfc11 682 #define TIM_TRGO_RESET ((uint32_t)0x0000)
Kojto 109:9296ab0bfc11 683 #define TIM_TRGO_ENABLE (TIM_CR2_MMS_0)
Kojto 109:9296ab0bfc11 684 #define TIM_TRGO_UPDATE (TIM_CR2_MMS_1)
Kojto 109:9296ab0bfc11 685 #define TIM_TRGO_OC1 ((TIM_CR2_MMS_1 | TIM_CR2_MMS_0))
Kojto 109:9296ab0bfc11 686 #define TIM_TRGO_OC1REF (TIM_CR2_MMS_2)
Kojto 109:9296ab0bfc11 687 #define TIM_TRGO_OC2REF ((TIM_CR2_MMS_2 | TIM_CR2_MMS_0))
Kojto 109:9296ab0bfc11 688 #define TIM_TRGO_OC3REF ((TIM_CR2_MMS_2 | TIM_CR2_MMS_1))
Kojto 109:9296ab0bfc11 689 #define TIM_TRGO_OC4REF ((TIM_CR2_MMS_2 | TIM_CR2_MMS_1 | TIM_CR2_MMS_0))
Kojto 109:9296ab0bfc11 690 /**
Kojto 109:9296ab0bfc11 691 * @}
Kojto 109:9296ab0bfc11 692 */
Kojto 109:9296ab0bfc11 693
Kojto 109:9296ab0bfc11 694 /** @defgroup TIM_Slave_Mode TIM Slave Mode
Kojto 109:9296ab0bfc11 695 * @{
Kojto 109:9296ab0bfc11 696 */
Kojto 109:9296ab0bfc11 697 #define TIM_SLAVEMODE_DISABLE ((uint32_t)0x0000)
Kojto 109:9296ab0bfc11 698 #define TIM_SLAVEMODE_RESET ((uint32_t)0x0004)
Kojto 109:9296ab0bfc11 699 #define TIM_SLAVEMODE_GATED ((uint32_t)0x0005)
Kojto 109:9296ab0bfc11 700 #define TIM_SLAVEMODE_TRIGGER ((uint32_t)0x0006)
Kojto 109:9296ab0bfc11 701 #define TIM_SLAVEMODE_EXTERNAL1 ((uint32_t)0x0007)
Kojto 109:9296ab0bfc11 702 /**
Kojto 109:9296ab0bfc11 703 * @}
Kojto 109:9296ab0bfc11 704 */
Kojto 109:9296ab0bfc11 705
Kojto 109:9296ab0bfc11 706 /** @defgroup TIM_Master_Slave_Mode TIM Master Slave Mode
Kojto 109:9296ab0bfc11 707 * @{
Kojto 109:9296ab0bfc11 708 */
Kojto 109:9296ab0bfc11 709 #define TIM_MASTERSLAVEMODE_ENABLE ((uint32_t)0x0080)
Kojto 109:9296ab0bfc11 710 #define TIM_MASTERSLAVEMODE_DISABLE ((uint32_t)0x0000)
Kojto 109:9296ab0bfc11 711 /**
Kojto 109:9296ab0bfc11 712 * @}
Kojto 109:9296ab0bfc11 713 */
Kojto 109:9296ab0bfc11 714
Kojto 109:9296ab0bfc11 715 /** @defgroup TIM_Trigger_Selection TIM Trigger Selection
Kojto 109:9296ab0bfc11 716 * @{
Kojto 109:9296ab0bfc11 717 */
Kojto 109:9296ab0bfc11 718 #define TIM_TS_ITR0 ((uint32_t)0x0000)
Kojto 109:9296ab0bfc11 719 #define TIM_TS_ITR1 ((uint32_t)0x0010)
Kojto 109:9296ab0bfc11 720 #define TIM_TS_ITR2 ((uint32_t)0x0020)
Kojto 109:9296ab0bfc11 721 #define TIM_TS_ITR3 ((uint32_t)0x0030)
Kojto 109:9296ab0bfc11 722 #define TIM_TS_TI1F_ED ((uint32_t)0x0040)
Kojto 109:9296ab0bfc11 723 #define TIM_TS_TI1FP1 ((uint32_t)0x0050)
Kojto 109:9296ab0bfc11 724 #define TIM_TS_TI2FP2 ((uint32_t)0x0060)
Kojto 109:9296ab0bfc11 725 #define TIM_TS_ETRF ((uint32_t)0x0070)
Kojto 109:9296ab0bfc11 726 #define TIM_TS_NONE ((uint32_t)0xFFFF)
Kojto 109:9296ab0bfc11 727 /**
Kojto 109:9296ab0bfc11 728 * @}
Kojto 109:9296ab0bfc11 729 */
Kojto 109:9296ab0bfc11 730
Kojto 109:9296ab0bfc11 731 /** @defgroup TIM_Trigger_Polarity TIM Trigger Polarity
Kojto 109:9296ab0bfc11 732 * @{
Kojto 109:9296ab0bfc11 733 */
Kojto 109:9296ab0bfc11 734 #define TIM_TRIGGERPOLARITY_INVERTED TIM_ETRPOLARITY_INVERTED /*!< Polarity for ETRx trigger sources */
Kojto 109:9296ab0bfc11 735 #define TIM_TRIGGERPOLARITY_NONINVERTED TIM_ETRPOLARITY_NONINVERTED /*!< Polarity for ETRx trigger sources */
Kojto 109:9296ab0bfc11 736 #define TIM_TRIGGERPOLARITY_RISING TIM_INPUTCHANNELPOLARITY_RISING /*!< Polarity for TIxFPx or TI1_ED trigger sources */
Kojto 109:9296ab0bfc11 737 #define TIM_TRIGGERPOLARITY_FALLING TIM_INPUTCHANNELPOLARITY_FALLING /*!< Polarity for TIxFPx or TI1_ED trigger sources */
Kojto 109:9296ab0bfc11 738 #define TIM_TRIGGERPOLARITY_BOTHEDGE TIM_INPUTCHANNELPOLARITY_BOTHEDGE /*!< Polarity for TIxFPx or TI1_ED trigger sources */
Kojto 109:9296ab0bfc11 739 /**
Kojto 109:9296ab0bfc11 740 * @}
Kojto 109:9296ab0bfc11 741 */
Kojto 109:9296ab0bfc11 742
Kojto 109:9296ab0bfc11 743 /** @defgroup TIM_Trigger_Prescaler TIM Trigger Prescaler
Kojto 109:9296ab0bfc11 744 * @{
Kojto 109:9296ab0bfc11 745 */
Kojto 109:9296ab0bfc11 746 #define TIM_TRIGGERPRESCALER_DIV1 TIM_ETRPRESCALER_DIV1 /*!< No prescaler is used */
Kojto 109:9296ab0bfc11 747 #define TIM_TRIGGERPRESCALER_DIV2 TIM_ETRPRESCALER_DIV2 /*!< Prescaler for External ETR Trigger: Capture performed once every 2 events. */
Kojto 109:9296ab0bfc11 748 #define TIM_TRIGGERPRESCALER_DIV4 TIM_ETRPRESCALER_DIV4 /*!< Prescaler for External ETR Trigger: Capture performed once every 4 events. */
Kojto 109:9296ab0bfc11 749 #define TIM_TRIGGERPRESCALER_DIV8 TIM_ETRPRESCALER_DIV8 /*!< Prescaler for External ETR Trigger: Capture performed once every 8 events. */
Kojto 109:9296ab0bfc11 750 /**
Kojto 109:9296ab0bfc11 751 * @}
Kojto 109:9296ab0bfc11 752 */
Kojto 109:9296ab0bfc11 753
Kojto 109:9296ab0bfc11 754 /** @defgroup TIM_TI1_Selection TIM TI1 Input Selection
Kojto 109:9296ab0bfc11 755 * @{
Kojto 109:9296ab0bfc11 756 */
Kojto 109:9296ab0bfc11 757 #define TIM_TI1SELECTION_CH1 ((uint32_t)0x0000)
Kojto 109:9296ab0bfc11 758 #define TIM_TI1SELECTION_XORCOMBINATION (TIM_CR2_TI1S)
Kojto 109:9296ab0bfc11 759 /**
Kojto 109:9296ab0bfc11 760 * @}
Kojto 109:9296ab0bfc11 761 */
Kojto 109:9296ab0bfc11 762
Kojto 109:9296ab0bfc11 763 /** @defgroup TIM_DMA_Base_address TIM DMA Base Address
Kojto 109:9296ab0bfc11 764 * @{
Kojto 109:9296ab0bfc11 765 */
Kojto 109:9296ab0bfc11 766 #define TIM_DMABASE_CR1 (0x00000000)
Kojto 109:9296ab0bfc11 767 #define TIM_DMABASE_CR2 (0x00000001)
Kojto 109:9296ab0bfc11 768 #define TIM_DMABASE_SMCR (0x00000002)
Kojto 109:9296ab0bfc11 769 #define TIM_DMABASE_DIER (0x00000003)
Kojto 109:9296ab0bfc11 770 #define TIM_DMABASE_SR (0x00000004)
Kojto 109:9296ab0bfc11 771 #define TIM_DMABASE_EGR (0x00000005)
Kojto 109:9296ab0bfc11 772 #define TIM_DMABASE_CCMR1 (0x00000006)
Kojto 109:9296ab0bfc11 773 #define TIM_DMABASE_CCMR2 (0x00000007)
Kojto 109:9296ab0bfc11 774 #define TIM_DMABASE_CCER (0x00000008)
Kojto 109:9296ab0bfc11 775 #define TIM_DMABASE_CNT (0x00000009)
Kojto 109:9296ab0bfc11 776 #define TIM_DMABASE_PSC (0x0000000A)
Kojto 109:9296ab0bfc11 777 #define TIM_DMABASE_ARR (0x0000000B)
Kojto 109:9296ab0bfc11 778 #define TIM_DMABASE_RCR (0x0000000C)
Kojto 109:9296ab0bfc11 779 #define TIM_DMABASE_CCR1 (0x0000000D)
Kojto 109:9296ab0bfc11 780 #define TIM_DMABASE_CCR2 (0x0000000E)
Kojto 109:9296ab0bfc11 781 #define TIM_DMABASE_CCR3 (0x0000000F)
Kojto 109:9296ab0bfc11 782 #define TIM_DMABASE_CCR4 (0x00000010)
Kojto 109:9296ab0bfc11 783 #define TIM_DMABASE_BDTR (0x00000011)
Kojto 109:9296ab0bfc11 784 #define TIM_DMABASE_DCR (0x00000012)
Kojto 109:9296ab0bfc11 785 #define TIM_DMABASE_OR (0x00000013)
Kojto 109:9296ab0bfc11 786 /**
Kojto 109:9296ab0bfc11 787 * @}
Kojto 109:9296ab0bfc11 788 */
Kojto 109:9296ab0bfc11 789
Kojto 109:9296ab0bfc11 790 /** @defgroup TIM_DMA_Burst_Length TIM DMA Burst Length
Kojto 109:9296ab0bfc11 791 * @{
Kojto 109:9296ab0bfc11 792 */
Kojto 109:9296ab0bfc11 793 #define TIM_DMABURSTLENGTH_1TRANSFER (0x00000000)
Kojto 109:9296ab0bfc11 794 #define TIM_DMABURSTLENGTH_2TRANSFERS (0x00000100)
Kojto 109:9296ab0bfc11 795 #define TIM_DMABURSTLENGTH_3TRANSFERS (0x00000200)
Kojto 109:9296ab0bfc11 796 #define TIM_DMABURSTLENGTH_4TRANSFERS (0x00000300)
Kojto 109:9296ab0bfc11 797 #define TIM_DMABURSTLENGTH_5TRANSFERS (0x00000400)
Kojto 109:9296ab0bfc11 798 #define TIM_DMABURSTLENGTH_6TRANSFERS (0x00000500)
Kojto 109:9296ab0bfc11 799 #define TIM_DMABURSTLENGTH_7TRANSFERS (0x00000600)
Kojto 109:9296ab0bfc11 800 #define TIM_DMABURSTLENGTH_8TRANSFERS (0x00000700)
Kojto 109:9296ab0bfc11 801 #define TIM_DMABURSTLENGTH_9TRANSFERS (0x00000800)
Kojto 109:9296ab0bfc11 802 #define TIM_DMABURSTLENGTH_10TRANSFERS (0x00000900)
Kojto 109:9296ab0bfc11 803 #define TIM_DMABURSTLENGTH_11TRANSFERS (0x00000A00)
Kojto 109:9296ab0bfc11 804 #define TIM_DMABURSTLENGTH_12TRANSFERS (0x00000B00)
Kojto 109:9296ab0bfc11 805 #define TIM_DMABURSTLENGTH_13TRANSFERS (0x00000C00)
Kojto 109:9296ab0bfc11 806 #define TIM_DMABURSTLENGTH_14TRANSFERS (0x00000D00)
Kojto 109:9296ab0bfc11 807 #define TIM_DMABURSTLENGTH_15TRANSFERS (0x00000E00)
Kojto 109:9296ab0bfc11 808 #define TIM_DMABURSTLENGTH_16TRANSFERS (0x00000F00)
Kojto 109:9296ab0bfc11 809 #define TIM_DMABURSTLENGTH_17TRANSFERS (0x00001000)
Kojto 109:9296ab0bfc11 810 #define TIM_DMABURSTLENGTH_18TRANSFERS (0x00001100)
Kojto 109:9296ab0bfc11 811 /**
Kojto 109:9296ab0bfc11 812 * @}
Kojto 109:9296ab0bfc11 813 */
Kojto 109:9296ab0bfc11 814
Kojto 109:9296ab0bfc11 815 /** @defgroup TIM_DMA_Handle_index TIM DMA Handle Index
Kojto 109:9296ab0bfc11 816 * @{
Kojto 109:9296ab0bfc11 817 */
Kojto 109:9296ab0bfc11 818 #define TIM_DMA_ID_UPDATE ((uint16_t) 0x0) /*!< Index of the DMA handle used for Update DMA requests */
Kojto 109:9296ab0bfc11 819 #define TIM_DMA_ID_CC1 ((uint16_t) 0x1) /*!< Index of the DMA handle used for Capture/Compare 1 DMA requests */
Kojto 109:9296ab0bfc11 820 #define TIM_DMA_ID_CC2 ((uint16_t) 0x2) /*!< Index of the DMA handle used for Capture/Compare 2 DMA requests */
Kojto 109:9296ab0bfc11 821 #define TIM_DMA_ID_CC3 ((uint16_t) 0x3) /*!< Index of the DMA handle used for Capture/Compare 3 DMA requests */
Kojto 109:9296ab0bfc11 822 #define TIM_DMA_ID_CC4 ((uint16_t) 0x4) /*!< Index of the DMA handle used for Capture/Compare 4 DMA requests */
Kojto 109:9296ab0bfc11 823 #define TIM_DMA_ID_COMMUTATION ((uint16_t) 0x5) /*!< Index of the DMA handle used for Commutation DMA requests */
Kojto 109:9296ab0bfc11 824 #define TIM_DMA_ID_TRIGGER ((uint16_t) 0x6) /*!< Index of the DMA handle used for Trigger DMA requests */
Kojto 109:9296ab0bfc11 825 /**
Kojto 109:9296ab0bfc11 826 * @}
Kojto 109:9296ab0bfc11 827 */
Kojto 109:9296ab0bfc11 828
Kojto 109:9296ab0bfc11 829 /** @defgroup TIM_Channel_CC_State TIM Capture/Compare Channel State
Kojto 109:9296ab0bfc11 830 * @{
Kojto 109:9296ab0bfc11 831 */
Kojto 109:9296ab0bfc11 832 #define TIM_CCx_ENABLE ((uint32_t)0x0001)
Kojto 109:9296ab0bfc11 833 #define TIM_CCx_DISABLE ((uint32_t)0x0000)
Kojto 109:9296ab0bfc11 834 #define TIM_CCxN_ENABLE ((uint32_t)0x0004)
Kojto 109:9296ab0bfc11 835 #define TIM_CCxN_DISABLE ((uint32_t)0x0000)
Kojto 109:9296ab0bfc11 836 /**
Kojto 109:9296ab0bfc11 837 * @}
Kojto 109:9296ab0bfc11 838 */
Kojto 109:9296ab0bfc11 839
Kojto 109:9296ab0bfc11 840 /**
Kojto 109:9296ab0bfc11 841 * @}
Kojto 109:9296ab0bfc11 842 */
Kojto 109:9296ab0bfc11 843
Kojto 109:9296ab0bfc11 844 /* Private Constants -----------------------------------------------------------*/
Kojto 109:9296ab0bfc11 845 /** @defgroup TIM_Private_Constants TIM Private Constants
Kojto 109:9296ab0bfc11 846 * @{
Kojto 109:9296ab0bfc11 847 */
Kojto 109:9296ab0bfc11 848
Kojto 109:9296ab0bfc11 849 /* The counter of a timer instance is disabled only if all the CCx and CCxN
Kojto 109:9296ab0bfc11 850 channels have been disabled */
Kojto 109:9296ab0bfc11 851 #define TIM_CCER_CCxE_MASK ((uint32_t)(TIM_CCER_CC1E | TIM_CCER_CC2E | TIM_CCER_CC3E | TIM_CCER_CC4E))
Kojto 109:9296ab0bfc11 852 #define TIM_CCER_CCxNE_MASK ((uint32_t)(TIM_CCER_CC1NE | TIM_CCER_CC2NE | TIM_CCER_CC3NE))
Kojto 109:9296ab0bfc11 853
Kojto 109:9296ab0bfc11 854 /**
Kojto 109:9296ab0bfc11 855 * @}
Kojto 109:9296ab0bfc11 856 */
Kojto 109:9296ab0bfc11 857
Kojto 109:9296ab0bfc11 858 /* Private Macros -----------------------------------------------------------*/
Kojto 109:9296ab0bfc11 859 /** @defgroup TIM_Private_Macros TIM Private Macros
Kojto 109:9296ab0bfc11 860 * @{
Kojto 109:9296ab0bfc11 861 */
Kojto 109:9296ab0bfc11 862
Kojto 109:9296ab0bfc11 863 #define IS_TIM_COUNTER_MODE(MODE) (((MODE) == TIM_COUNTERMODE_UP) || \
Kojto 109:9296ab0bfc11 864 ((MODE) == TIM_COUNTERMODE_DOWN) || \
Kojto 109:9296ab0bfc11 865 ((MODE) == TIM_COUNTERMODE_CENTERALIGNED1) || \
Kojto 109:9296ab0bfc11 866 ((MODE) == TIM_COUNTERMODE_CENTERALIGNED2) || \
Kojto 109:9296ab0bfc11 867 ((MODE) == TIM_COUNTERMODE_CENTERALIGNED3))
Kojto 109:9296ab0bfc11 868
Kojto 109:9296ab0bfc11 869 #define IS_TIM_CLOCKDIVISION_DIV(DIV) (((DIV) == TIM_CLOCKDIVISION_DIV1) || \
Kojto 109:9296ab0bfc11 870 ((DIV) == TIM_CLOCKDIVISION_DIV2) || \
Kojto 109:9296ab0bfc11 871 ((DIV) == TIM_CLOCKDIVISION_DIV4))
Kojto 109:9296ab0bfc11 872
Kojto 109:9296ab0bfc11 873 #define IS_TIM_PWM_MODE(MODE) (((MODE) == TIM_OCMODE_PWM1) || \
Kojto 109:9296ab0bfc11 874 ((MODE) == TIM_OCMODE_PWM2))
Kojto 109:9296ab0bfc11 875
Kojto 109:9296ab0bfc11 876 #define IS_TIM_OC_MODE(MODE) (((MODE) == TIM_OCMODE_TIMING) || \
Kojto 109:9296ab0bfc11 877 ((MODE) == TIM_OCMODE_ACTIVE) || \
Kojto 109:9296ab0bfc11 878 ((MODE) == TIM_OCMODE_INACTIVE) || \
Kojto 109:9296ab0bfc11 879 ((MODE) == TIM_OCMODE_TOGGLE) || \
Kojto 109:9296ab0bfc11 880 ((MODE) == TIM_OCMODE_FORCED_ACTIVE) || \
Kojto 109:9296ab0bfc11 881 ((MODE) == TIM_OCMODE_FORCED_INACTIVE))
Kojto 109:9296ab0bfc11 882
Kojto 109:9296ab0bfc11 883 #define IS_TIM_FAST_STATE(STATE) (((STATE) == TIM_OCFAST_DISABLE) || \
Kojto 109:9296ab0bfc11 884 ((STATE) == TIM_OCFAST_ENABLE))
Kojto 109:9296ab0bfc11 885
Kojto 109:9296ab0bfc11 886 #define IS_TIM_OC_POLARITY(POLARITY) (((POLARITY) == TIM_OCPOLARITY_HIGH) || \
Kojto 109:9296ab0bfc11 887 ((POLARITY) == TIM_OCPOLARITY_LOW))
Kojto 109:9296ab0bfc11 888
Kojto 109:9296ab0bfc11 889 #define IS_TIM_OCN_POLARITY(POLARITY) (((POLARITY) == TIM_OCNPOLARITY_HIGH) || \
Kojto 109:9296ab0bfc11 890 ((POLARITY) == TIM_OCNPOLARITY_LOW))
Kojto 109:9296ab0bfc11 891
Kojto 109:9296ab0bfc11 892 #define IS_TIM_OCIDLE_STATE(STATE) (((STATE) == TIM_OCIDLESTATE_SET) || \
Kojto 109:9296ab0bfc11 893 ((STATE) == TIM_OCIDLESTATE_RESET))
Kojto 109:9296ab0bfc11 894
Kojto 109:9296ab0bfc11 895 #define IS_TIM_OCNIDLE_STATE(STATE) (((STATE) == TIM_OCNIDLESTATE_SET) || \
Kojto 109:9296ab0bfc11 896 ((STATE) == TIM_OCNIDLESTATE_RESET))
Kojto 109:9296ab0bfc11 897
Kojto 109:9296ab0bfc11 898 #define IS_TIM_CHANNELS(CHANNEL) (((CHANNEL) == TIM_CHANNEL_1) || \
Kojto 109:9296ab0bfc11 899 ((CHANNEL) == TIM_CHANNEL_2) || \
Kojto 109:9296ab0bfc11 900 ((CHANNEL) == TIM_CHANNEL_3) || \
Kojto 109:9296ab0bfc11 901 ((CHANNEL) == TIM_CHANNEL_4) || \
Kojto 109:9296ab0bfc11 902 ((CHANNEL) == TIM_CHANNEL_ALL))
Kojto 109:9296ab0bfc11 903
Kojto 109:9296ab0bfc11 904 #define IS_TIM_OPM_CHANNELS(CHANNEL) (((CHANNEL) == TIM_CHANNEL_1) || \
Kojto 109:9296ab0bfc11 905 ((CHANNEL) == TIM_CHANNEL_2))
Kojto 109:9296ab0bfc11 906
Kojto 109:9296ab0bfc11 907 #define IS_TIM_COMPLEMENTARY_CHANNELS(CHANNEL) (((CHANNEL) == TIM_CHANNEL_1) || \
Kojto 109:9296ab0bfc11 908 ((CHANNEL) == TIM_CHANNEL_2) || \
Kojto 109:9296ab0bfc11 909 ((CHANNEL) == TIM_CHANNEL_3))
Kojto 109:9296ab0bfc11 910
Kojto 109:9296ab0bfc11 911 #define IS_TIM_IC_POLARITY(POLARITY) (((POLARITY) == TIM_ICPOLARITY_RISING) || \
Kojto 109:9296ab0bfc11 912 ((POLARITY) == TIM_ICPOLARITY_FALLING) || \
Kojto 109:9296ab0bfc11 913 ((POLARITY) == TIM_ICPOLARITY_BOTHEDGE))
Kojto 109:9296ab0bfc11 914
Kojto 109:9296ab0bfc11 915 #define IS_TIM_IC_SELECTION(SELECTION) (((SELECTION) == TIM_ICSELECTION_DIRECTTI) || \
Kojto 109:9296ab0bfc11 916 ((SELECTION) == TIM_ICSELECTION_INDIRECTTI) || \
Kojto 109:9296ab0bfc11 917 ((SELECTION) == TIM_ICSELECTION_TRC))
Kojto 109:9296ab0bfc11 918
Kojto 109:9296ab0bfc11 919 #define IS_TIM_IC_PRESCALER(PRESCALER) (((PRESCALER) == TIM_ICPSC_DIV1) || \
Kojto 109:9296ab0bfc11 920 ((PRESCALER) == TIM_ICPSC_DIV2) || \
Kojto 109:9296ab0bfc11 921 ((PRESCALER) == TIM_ICPSC_DIV4) || \
Kojto 109:9296ab0bfc11 922 ((PRESCALER) == TIM_ICPSC_DIV8))
Kojto 109:9296ab0bfc11 923
Kojto 109:9296ab0bfc11 924 #define IS_TIM_OPM_MODE(MODE) (((MODE) == TIM_OPMODE_SINGLE) || \
Kojto 109:9296ab0bfc11 925 ((MODE) == TIM_OPMODE_REPETITIVE))
Kojto 109:9296ab0bfc11 926
Kojto 109:9296ab0bfc11 927 #define IS_TIM_ENCODER_MODE(MODE) (((MODE) == TIM_ENCODERMODE_TI1) || \
Kojto 109:9296ab0bfc11 928 ((MODE) == TIM_ENCODERMODE_TI2) || \
Kojto 109:9296ab0bfc11 929 ((MODE) == TIM_ENCODERMODE_TI12))
Kojto 109:9296ab0bfc11 930
Kojto 109:9296ab0bfc11 931 #define IS_TIM_DMA_SOURCE(SOURCE) ((((SOURCE) & 0xFFFF80FF) == 0x00000000) && ((SOURCE) != 0x00000000))
Kojto 109:9296ab0bfc11 932
Kojto 109:9296ab0bfc11 933 #define IS_TIM_EVENT_SOURCE(SOURCE) ((((SOURCE) & 0xFFFFFF00) == 0x00000000) && ((SOURCE) != 0x00000000))
Kojto 109:9296ab0bfc11 934
Kojto 109:9296ab0bfc11 935 #define IS_TIM_FLAG(FLAG) (((FLAG) == TIM_FLAG_UPDATE) || \
Kojto 109:9296ab0bfc11 936 ((FLAG) == TIM_FLAG_CC1) || \
Kojto 109:9296ab0bfc11 937 ((FLAG) == TIM_FLAG_CC2) || \
Kojto 109:9296ab0bfc11 938 ((FLAG) == TIM_FLAG_CC3) || \
Kojto 109:9296ab0bfc11 939 ((FLAG) == TIM_FLAG_CC4) || \
Kojto 109:9296ab0bfc11 940 ((FLAG) == TIM_FLAG_COM) || \
Kojto 109:9296ab0bfc11 941 ((FLAG) == TIM_FLAG_TRIGGER) || \
Kojto 109:9296ab0bfc11 942 ((FLAG) == TIM_FLAG_BREAK) || \
Kojto 109:9296ab0bfc11 943 ((FLAG) == TIM_FLAG_CC1OF) || \
Kojto 109:9296ab0bfc11 944 ((FLAG) == TIM_FLAG_CC2OF) || \
Kojto 109:9296ab0bfc11 945 ((FLAG) == TIM_FLAG_CC3OF) || \
Kojto 109:9296ab0bfc11 946 ((FLAG) == TIM_FLAG_CC4OF))
Kojto 109:9296ab0bfc11 947
Kojto 109:9296ab0bfc11 948 #define IS_TIM_CLOCKSOURCE(CLOCK) (((CLOCK) == TIM_CLOCKSOURCE_INTERNAL) || \
Kojto 109:9296ab0bfc11 949 ((CLOCK) == TIM_CLOCKSOURCE_ETRMODE2) || \
Kojto 109:9296ab0bfc11 950 ((CLOCK) == TIM_CLOCKSOURCE_ITR0) || \
Kojto 109:9296ab0bfc11 951 ((CLOCK) == TIM_CLOCKSOURCE_ITR1) || \
Kojto 109:9296ab0bfc11 952 ((CLOCK) == TIM_CLOCKSOURCE_ITR2) || \
Kojto 109:9296ab0bfc11 953 ((CLOCK) == TIM_CLOCKSOURCE_ITR3) || \
Kojto 109:9296ab0bfc11 954 ((CLOCK) == TIM_CLOCKSOURCE_TI1ED) || \
Kojto 109:9296ab0bfc11 955 ((CLOCK) == TIM_CLOCKSOURCE_TI1) || \
Kojto 109:9296ab0bfc11 956 ((CLOCK) == TIM_CLOCKSOURCE_TI2) || \
Kojto 109:9296ab0bfc11 957 ((CLOCK) == TIM_CLOCKSOURCE_ETRMODE1))
Kojto 109:9296ab0bfc11 958
Kojto 109:9296ab0bfc11 959 #define IS_TIM_CLOCKPOLARITY(POLARITY) (((POLARITY) == TIM_CLOCKPOLARITY_INVERTED) || \
Kojto 109:9296ab0bfc11 960 ((POLARITY) == TIM_CLOCKPOLARITY_NONINVERTED) || \
Kojto 109:9296ab0bfc11 961 ((POLARITY) == TIM_CLOCKPOLARITY_RISING) || \
Kojto 109:9296ab0bfc11 962 ((POLARITY) == TIM_CLOCKPOLARITY_FALLING) || \
Kojto 109:9296ab0bfc11 963 ((POLARITY) == TIM_CLOCKPOLARITY_BOTHEDGE))
Kojto 109:9296ab0bfc11 964
Kojto 109:9296ab0bfc11 965 #define IS_TIM_CLOCKPRESCALER(PRESCALER) (((PRESCALER) == TIM_CLOCKPRESCALER_DIV1) || \
Kojto 109:9296ab0bfc11 966 ((PRESCALER) == TIM_CLOCKPRESCALER_DIV2) || \
Kojto 109:9296ab0bfc11 967 ((PRESCALER) == TIM_CLOCKPRESCALER_DIV4) || \
Kojto 109:9296ab0bfc11 968 ((PRESCALER) == TIM_CLOCKPRESCALER_DIV8))
Kojto 109:9296ab0bfc11 969
Kojto 109:9296ab0bfc11 970 #define IS_TIM_CLOCKFILTER(ICFILTER) ((ICFILTER) <= 0xF)
Kojto 109:9296ab0bfc11 971
Kojto 109:9296ab0bfc11 972 #define IS_TIM_CLEARINPUT_SOURCE(SOURCE) (((SOURCE) == TIM_CLEARINPUTSOURCE_NONE) || \
Kojto 109:9296ab0bfc11 973 ((SOURCE) == TIM_CLEARINPUTSOURCE_ETR))
Kojto 109:9296ab0bfc11 974
Kojto 109:9296ab0bfc11 975 #define IS_TIM_CLEARINPUT_POLARITY(POLARITY) (((POLARITY) == TIM_CLEARINPUTPOLARITY_INVERTED) || \
Kojto 109:9296ab0bfc11 976 ((POLARITY) == TIM_CLEARINPUTPOLARITY_NONINVERTED))
Kojto 109:9296ab0bfc11 977
Kojto 109:9296ab0bfc11 978 #define IS_TIM_CLEARINPUT_PRESCALER(PRESCALER) (((PRESCALER) == TIM_CLEARINPUTPRESCALER_DIV1) || \
Kojto 109:9296ab0bfc11 979 ((PRESCALER) == TIM_CLEARINPUTPRESCALER_DIV2) || \
Kojto 109:9296ab0bfc11 980 ((PRESCALER) == TIM_CLEARINPUTPRESCALER_DIV4) || \
Kojto 109:9296ab0bfc11 981 ((PRESCALER) == TIM_CLEARINPUTPRESCALER_DIV8))
Kojto 109:9296ab0bfc11 982
Kojto 109:9296ab0bfc11 983 #define IS_TIM_CLEARINPUT_FILTER(ICFILTER) ((ICFILTER) <= 0xF)
Kojto 109:9296ab0bfc11 984
Kojto 109:9296ab0bfc11 985 #define IS_TIM_OSSR_STATE(STATE) (((STATE) == TIM_OSSR_ENABLE) || \
Kojto 109:9296ab0bfc11 986 ((STATE) == TIM_OSSR_DISABLE))
Kojto 109:9296ab0bfc11 987
Kojto 109:9296ab0bfc11 988 #define IS_TIM_OSSI_STATE(STATE) (((STATE) == TIM_OSSI_ENABLE) || \
Kojto 109:9296ab0bfc11 989 ((STATE) == TIM_OSSI_DISABLE))
Kojto 109:9296ab0bfc11 990
Kojto 109:9296ab0bfc11 991 #define IS_TIM_LOCK_LEVEL(LEVEL) (((LEVEL) == TIM_LOCKLEVEL_OFF) || \
Kojto 109:9296ab0bfc11 992 ((LEVEL) == TIM_LOCKLEVEL_1) || \
Kojto 109:9296ab0bfc11 993 ((LEVEL) == TIM_LOCKLEVEL_2) || \
Kojto 109:9296ab0bfc11 994 ((LEVEL) == TIM_LOCKLEVEL_3))
Kojto 109:9296ab0bfc11 995
Kojto 109:9296ab0bfc11 996 #define IS_TIM_BREAK_STATE(STATE) (((STATE) == TIM_BREAK_ENABLE) || \
Kojto 109:9296ab0bfc11 997 ((STATE) == TIM_BREAK_DISABLE))
Kojto 109:9296ab0bfc11 998
Kojto 109:9296ab0bfc11 999 #define IS_TIM_BREAK_POLARITY(POLARITY) (((POLARITY) == TIM_BREAKPOLARITY_LOW) || \
Kojto 109:9296ab0bfc11 1000 ((POLARITY) == TIM_BREAKPOLARITY_HIGH))
Kojto 109:9296ab0bfc11 1001
Kojto 109:9296ab0bfc11 1002 #define IS_TIM_AUTOMATIC_OUTPUT_STATE(STATE) (((STATE) == TIM_AUTOMATICOUTPUT_ENABLE) || \
Kojto 109:9296ab0bfc11 1003 ((STATE) == TIM_AUTOMATICOUTPUT_DISABLE))
Kojto 109:9296ab0bfc11 1004
Kojto 109:9296ab0bfc11 1005 #define IS_TIM_TRGO_SOURCE(SOURCE) (((SOURCE) == TIM_TRGO_RESET) || \
Kojto 109:9296ab0bfc11 1006 ((SOURCE) == TIM_TRGO_ENABLE) || \
Kojto 109:9296ab0bfc11 1007 ((SOURCE) == TIM_TRGO_UPDATE) || \
Kojto 109:9296ab0bfc11 1008 ((SOURCE) == TIM_TRGO_OC1) || \
Kojto 109:9296ab0bfc11 1009 ((SOURCE) == TIM_TRGO_OC1REF) || \
Kojto 109:9296ab0bfc11 1010 ((SOURCE) == TIM_TRGO_OC2REF) || \
Kojto 109:9296ab0bfc11 1011 ((SOURCE) == TIM_TRGO_OC3REF) || \
Kojto 109:9296ab0bfc11 1012 ((SOURCE) == TIM_TRGO_OC4REF))
Kojto 109:9296ab0bfc11 1013
Kojto 109:9296ab0bfc11 1014 #define IS_TIM_SLAVE_MODE(MODE) (((MODE) == TIM_SLAVEMODE_DISABLE) || \
Kojto 109:9296ab0bfc11 1015 ((MODE) == TIM_SLAVEMODE_GATED) || \
Kojto 109:9296ab0bfc11 1016 ((MODE) == TIM_SLAVEMODE_RESET) || \
Kojto 109:9296ab0bfc11 1017 ((MODE) == TIM_SLAVEMODE_TRIGGER) || \
Kojto 109:9296ab0bfc11 1018 ((MODE) == TIM_SLAVEMODE_EXTERNAL1))
Kojto 109:9296ab0bfc11 1019
Kojto 109:9296ab0bfc11 1020 #define IS_TIM_MSM_STATE(STATE) (((STATE) == TIM_MASTERSLAVEMODE_ENABLE) || \
Kojto 109:9296ab0bfc11 1021 ((STATE) == TIM_MASTERSLAVEMODE_DISABLE))
Kojto 109:9296ab0bfc11 1022
Kojto 109:9296ab0bfc11 1023 #define IS_TIM_TRIGGER_SELECTION(SELECTION) (((SELECTION) == TIM_TS_ITR0) || \
Kojto 109:9296ab0bfc11 1024 ((SELECTION) == TIM_TS_ITR1) || \
Kojto 109:9296ab0bfc11 1025 ((SELECTION) == TIM_TS_ITR2) || \
Kojto 109:9296ab0bfc11 1026 ((SELECTION) == TIM_TS_ITR3) || \
Kojto 109:9296ab0bfc11 1027 ((SELECTION) == TIM_TS_TI1F_ED) || \
Kojto 109:9296ab0bfc11 1028 ((SELECTION) == TIM_TS_TI1FP1) || \
Kojto 109:9296ab0bfc11 1029 ((SELECTION) == TIM_TS_TI2FP2) || \
Kojto 109:9296ab0bfc11 1030 ((SELECTION) == TIM_TS_ETRF))
Kojto 109:9296ab0bfc11 1031
Kojto 109:9296ab0bfc11 1032 #define IS_TIM_INTERNAL_TRIGGEREVENT_SELECTION(SELECTION) (((SELECTION) == TIM_TS_ITR0) || \
Kojto 109:9296ab0bfc11 1033 ((SELECTION) == TIM_TS_ITR1) || \
Kojto 109:9296ab0bfc11 1034 ((SELECTION) == TIM_TS_ITR2) || \
Kojto 109:9296ab0bfc11 1035 ((SELECTION) == TIM_TS_ITR3) || \
Kojto 109:9296ab0bfc11 1036 ((SELECTION) == TIM_TS_NONE))
Kojto 109:9296ab0bfc11 1037
Kojto 109:9296ab0bfc11 1038 #define IS_TIM_TRIGGERPOLARITY(POLARITY) (((POLARITY) == TIM_TRIGGERPOLARITY_INVERTED ) || \
Kojto 109:9296ab0bfc11 1039 ((POLARITY) == TIM_TRIGGERPOLARITY_NONINVERTED) || \
Kojto 109:9296ab0bfc11 1040 ((POLARITY) == TIM_TRIGGERPOLARITY_RISING ) || \
Kojto 109:9296ab0bfc11 1041 ((POLARITY) == TIM_TRIGGERPOLARITY_FALLING ) || \
Kojto 109:9296ab0bfc11 1042 ((POLARITY) == TIM_TRIGGERPOLARITY_BOTHEDGE ))
Kojto 109:9296ab0bfc11 1043
Kojto 109:9296ab0bfc11 1044 #define IS_TIM_TRIGGERPRESCALER(PRESCALER) (((PRESCALER) == TIM_TRIGGERPRESCALER_DIV1) || \
Kojto 109:9296ab0bfc11 1045 ((PRESCALER) == TIM_TRIGGERPRESCALER_DIV2) || \
Kojto 109:9296ab0bfc11 1046 ((PRESCALER) == TIM_TRIGGERPRESCALER_DIV4) || \
Kojto 109:9296ab0bfc11 1047 ((PRESCALER) == TIM_TRIGGERPRESCALER_DIV8))
Kojto 109:9296ab0bfc11 1048
Kojto 109:9296ab0bfc11 1049 #define IS_TIM_TRIGGERFILTER(ICFILTER) ((ICFILTER) <= 0xF)
Kojto 109:9296ab0bfc11 1050
Kojto 109:9296ab0bfc11 1051 #define IS_TIM_TI1SELECTION(TI1SELECTION) (((TI1SELECTION) == TIM_TI1SELECTION_CH1) || \
Kojto 109:9296ab0bfc11 1052 ((TI1SELECTION) == TIM_TI1SELECTION_XORCOMBINATION))
Kojto 109:9296ab0bfc11 1053
Kojto 109:9296ab0bfc11 1054 #define IS_TIM_DMA_BASE(BASE) (((BASE) == TIM_DMABASE_CR1) || \
Kojto 109:9296ab0bfc11 1055 ((BASE) == TIM_DMABASE_CR2) || \
Kojto 109:9296ab0bfc11 1056 ((BASE) == TIM_DMABASE_SMCR) || \
Kojto 109:9296ab0bfc11 1057 ((BASE) == TIM_DMABASE_DIER) || \
Kojto 109:9296ab0bfc11 1058 ((BASE) == TIM_DMABASE_SR) || \
Kojto 109:9296ab0bfc11 1059 ((BASE) == TIM_DMABASE_EGR) || \
Kojto 109:9296ab0bfc11 1060 ((BASE) == TIM_DMABASE_CCMR1) || \
Kojto 109:9296ab0bfc11 1061 ((BASE) == TIM_DMABASE_CCMR2) || \
Kojto 109:9296ab0bfc11 1062 ((BASE) == TIM_DMABASE_CCER) || \
Kojto 109:9296ab0bfc11 1063 ((BASE) == TIM_DMABASE_CNT) || \
Kojto 109:9296ab0bfc11 1064 ((BASE) == TIM_DMABASE_PSC) || \
Kojto 109:9296ab0bfc11 1065 ((BASE) == TIM_DMABASE_ARR) || \
Kojto 109:9296ab0bfc11 1066 ((BASE) == TIM_DMABASE_RCR) || \
Kojto 109:9296ab0bfc11 1067 ((BASE) == TIM_DMABASE_CCR1) || \
Kojto 109:9296ab0bfc11 1068 ((BASE) == TIM_DMABASE_CCR2) || \
Kojto 109:9296ab0bfc11 1069 ((BASE) == TIM_DMABASE_CCR3) || \
Kojto 109:9296ab0bfc11 1070 ((BASE) == TIM_DMABASE_CCR4) || \
Kojto 109:9296ab0bfc11 1071 ((BASE) == TIM_DMABASE_BDTR) || \
Kojto 109:9296ab0bfc11 1072 ((BASE) == TIM_DMABASE_DCR) || \
Kojto 109:9296ab0bfc11 1073 ((BASE) == TIM_DMABASE_OR))
Kojto 109:9296ab0bfc11 1074
Kojto 109:9296ab0bfc11 1075 #define IS_TIM_DMA_LENGTH(LENGTH) (((LENGTH) == TIM_DMABURSTLENGTH_1TRANSFER) || \
Kojto 109:9296ab0bfc11 1076 ((LENGTH) == TIM_DMABURSTLENGTH_2TRANSFERS) || \
Kojto 109:9296ab0bfc11 1077 ((LENGTH) == TIM_DMABURSTLENGTH_3TRANSFERS) || \
Kojto 109:9296ab0bfc11 1078 ((LENGTH) == TIM_DMABURSTLENGTH_4TRANSFERS) || \
Kojto 109:9296ab0bfc11 1079 ((LENGTH) == TIM_DMABURSTLENGTH_5TRANSFERS) || \
Kojto 109:9296ab0bfc11 1080 ((LENGTH) == TIM_DMABURSTLENGTH_6TRANSFERS) || \
Kojto 109:9296ab0bfc11 1081 ((LENGTH) == TIM_DMABURSTLENGTH_7TRANSFERS) || \
Kojto 109:9296ab0bfc11 1082 ((LENGTH) == TIM_DMABURSTLENGTH_8TRANSFERS) || \
Kojto 109:9296ab0bfc11 1083 ((LENGTH) == TIM_DMABURSTLENGTH_9TRANSFERS) || \
Kojto 109:9296ab0bfc11 1084 ((LENGTH) == TIM_DMABURSTLENGTH_10TRANSFERS) || \
Kojto 109:9296ab0bfc11 1085 ((LENGTH) == TIM_DMABURSTLENGTH_11TRANSFERS) || \
Kojto 109:9296ab0bfc11 1086 ((LENGTH) == TIM_DMABURSTLENGTH_12TRANSFERS) || \
Kojto 109:9296ab0bfc11 1087 ((LENGTH) == TIM_DMABURSTLENGTH_13TRANSFERS) || \
Kojto 109:9296ab0bfc11 1088 ((LENGTH) == TIM_DMABURSTLENGTH_14TRANSFERS) || \
Kojto 109:9296ab0bfc11 1089 ((LENGTH) == TIM_DMABURSTLENGTH_15TRANSFERS) || \
Kojto 109:9296ab0bfc11 1090 ((LENGTH) == TIM_DMABURSTLENGTH_16TRANSFERS) || \
Kojto 109:9296ab0bfc11 1091 ((LENGTH) == TIM_DMABURSTLENGTH_17TRANSFERS) || \
Kojto 109:9296ab0bfc11 1092 ((LENGTH) == TIM_DMABURSTLENGTH_18TRANSFERS))
Kojto 109:9296ab0bfc11 1093
Kojto 109:9296ab0bfc11 1094 #define IS_TIM_IC_FILTER(ICFILTER) ((ICFILTER) <= 0xF)
Kojto 109:9296ab0bfc11 1095
Kojto 109:9296ab0bfc11 1096 /** @brief Set TIM IC prescaler
Kojto 109:9296ab0bfc11 1097 * @param __HANDLE__: TIM handle
Kojto 109:9296ab0bfc11 1098 * @param __CHANNEL__: specifies TIM Channel
Kojto 109:9296ab0bfc11 1099 * @param __ICPSC__: specifies the prescaler value.
Kojto 109:9296ab0bfc11 1100 * @retval None
Kojto 109:9296ab0bfc11 1101 */
Kojto 109:9296ab0bfc11 1102 #define TIM_SET_ICPRESCALERVALUE(__HANDLE__, __CHANNEL__, __ICPSC__) \
Kojto 109:9296ab0bfc11 1103 (((__CHANNEL__) == TIM_CHANNEL_1) ? ((__HANDLE__)->Instance->CCMR1 |= (__ICPSC__)) :\
Kojto 109:9296ab0bfc11 1104 ((__CHANNEL__) == TIM_CHANNEL_2) ? ((__HANDLE__)->Instance->CCMR1 |= ((__ICPSC__) << 8)) :\
Kojto 109:9296ab0bfc11 1105 ((__CHANNEL__) == TIM_CHANNEL_3) ? ((__HANDLE__)->Instance->CCMR2 |= (__ICPSC__)) :\
Kojto 109:9296ab0bfc11 1106 ((__HANDLE__)->Instance->CCMR2 |= ((__ICPSC__) << 8)))
Kojto 109:9296ab0bfc11 1107
Kojto 109:9296ab0bfc11 1108 /** @brief Reset TIM IC prescaler
Kojto 109:9296ab0bfc11 1109 * @param __HANDLE__: TIM handle
Kojto 109:9296ab0bfc11 1110 * @param __CHANNEL__: specifies TIM Channel
Kojto 109:9296ab0bfc11 1111 * @retval None
Kojto 109:9296ab0bfc11 1112 */
Kojto 109:9296ab0bfc11 1113 #define TIM_RESET_ICPRESCALERVALUE(__HANDLE__, __CHANNEL__) \
Kojto 109:9296ab0bfc11 1114 (((__CHANNEL__) == TIM_CHANNEL_1) ? ((__HANDLE__)->Instance->CCMR1 &= ~TIM_CCMR1_IC1PSC) :\
Kojto 109:9296ab0bfc11 1115 ((__CHANNEL__) == TIM_CHANNEL_2) ? ((__HANDLE__)->Instance->CCMR1 &= ~TIM_CCMR1_IC2PSC) :\
Kojto 109:9296ab0bfc11 1116 ((__CHANNEL__) == TIM_CHANNEL_3) ? ((__HANDLE__)->Instance->CCMR2 &= ~TIM_CCMR2_IC3PSC) :\
Kojto 109:9296ab0bfc11 1117 ((__HANDLE__)->Instance->CCMR2 &= ~TIM_CCMR2_IC4PSC))
Kojto 109:9296ab0bfc11 1118
Kojto 109:9296ab0bfc11 1119
Kojto 109:9296ab0bfc11 1120 /** @brief Set TIM IC polarity
Kojto 109:9296ab0bfc11 1121 * @param __HANDLE__: TIM handle
Kojto 109:9296ab0bfc11 1122 * @param __CHANNEL__: specifies TIM Channel
Kojto 109:9296ab0bfc11 1123 * @param __POLARITY__: specifies TIM Channel Polarity
Kojto 109:9296ab0bfc11 1124 * @retval None
Kojto 109:9296ab0bfc11 1125 */
Kojto 109:9296ab0bfc11 1126 #define TIM_SET_CAPTUREPOLARITY(__HANDLE__, __CHANNEL__, __POLARITY__) \
Kojto 109:9296ab0bfc11 1127 (((__CHANNEL__) == TIM_CHANNEL_1) ? ((__HANDLE__)->Instance->CCER |= (__POLARITY__)) :\
Kojto 109:9296ab0bfc11 1128 ((__CHANNEL__) == TIM_CHANNEL_2) ? ((__HANDLE__)->Instance->CCER |= ((__POLARITY__) << 4)) :\
Kojto 109:9296ab0bfc11 1129 ((__CHANNEL__) == TIM_CHANNEL_3) ? ((__HANDLE__)->Instance->CCER |= ((__POLARITY__) << 8)) :\
Kojto 109:9296ab0bfc11 1130 ((__HANDLE__)->Instance->CCER |= (((__POLARITY__) << 12) & TIM_CCER_CC4P)))
Kojto 109:9296ab0bfc11 1131
Kojto 109:9296ab0bfc11 1132 /** @brief Reset TIM IC polarity
Kojto 109:9296ab0bfc11 1133 * @param __HANDLE__: TIM handle
Kojto 109:9296ab0bfc11 1134 * @param __CHANNEL__: specifies TIM Channel
Kojto 109:9296ab0bfc11 1135 * @retval None
Kojto 109:9296ab0bfc11 1136 */
Kojto 109:9296ab0bfc11 1137 #define TIM_RESET_CAPTUREPOLARITY(__HANDLE__, __CHANNEL__) \
Kojto 109:9296ab0bfc11 1138 (((__CHANNEL__) == TIM_CHANNEL_1) ? ((__HANDLE__)->Instance->CCER &= (uint16_t)~(TIM_CCER_CC1P | TIM_CCER_CC1NP)) :\
Kojto 109:9296ab0bfc11 1139 ((__CHANNEL__) == TIM_CHANNEL_2) ? ((__HANDLE__)->Instance->CCER &= (uint16_t)~(TIM_CCER_CC2P | TIM_CCER_CC2NP)) :\
Kojto 109:9296ab0bfc11 1140 ((__CHANNEL__) == TIM_CHANNEL_3) ? ((__HANDLE__)->Instance->CCER &= (uint16_t)~(TIM_CCER_CC3P | TIM_CCER_CC3NP)) :\
Kojto 109:9296ab0bfc11 1141 ((__HANDLE__)->Instance->CCER &= (uint16_t)~TIM_CCER_CC4P))
Kojto 109:9296ab0bfc11 1142
Kojto 109:9296ab0bfc11 1143 /**
Kojto 109:9296ab0bfc11 1144 * @}
Kojto 109:9296ab0bfc11 1145 */
Kojto 109:9296ab0bfc11 1146
Kojto 109:9296ab0bfc11 1147 /* Private Functions --------------------------------------------------------*/
Kojto 109:9296ab0bfc11 1148 /** @addtogroup TIM_Private_Functions
Kojto 109:9296ab0bfc11 1149 * @{
Kojto 109:9296ab0bfc11 1150 */
Kojto 109:9296ab0bfc11 1151 void TIM_Base_SetConfig(TIM_TypeDef *TIMx, TIM_Base_InitTypeDef *Structure);
Kojto 109:9296ab0bfc11 1152 void TIM_TI1_SetConfig(TIM_TypeDef *TIMx, uint32_t TIM_ICPolarity, uint32_t TIM_ICSelection, uint32_t TIM_ICFilter);
Kojto 109:9296ab0bfc11 1153 void TIM_OC2_SetConfig(TIM_TypeDef *TIMx, TIM_OC_InitTypeDef *OC_Config);
Kojto 109:9296ab0bfc11 1154 void TIM_DMADelayPulseCplt(DMA_HandleTypeDef *hdma);
Kojto 109:9296ab0bfc11 1155 void TIM_DMAError(DMA_HandleTypeDef *hdma);
Kojto 109:9296ab0bfc11 1156 void TIM_DMACaptureCplt(DMA_HandleTypeDef *hdma);
Kojto 109:9296ab0bfc11 1157 void TIM_CCxChannelCmd(TIM_TypeDef* TIMx, uint32_t Channel, uint32_t ChannelState);
Kojto 109:9296ab0bfc11 1158 /**
Kojto 109:9296ab0bfc11 1159 * @}
Kojto 109:9296ab0bfc11 1160 */
Kojto 109:9296ab0bfc11 1161
Kojto 109:9296ab0bfc11 1162 /* Exported macros -----------------------------------------------------------*/
Kojto 109:9296ab0bfc11 1163 /** @defgroup TIM_Exported_Macros TIM Exported Macros
Kojto 109:9296ab0bfc11 1164 * @{
Kojto 109:9296ab0bfc11 1165 */
Kojto 109:9296ab0bfc11 1166
Kojto 109:9296ab0bfc11 1167 /** @brief Reset TIM handle state
Kojto 109:9296ab0bfc11 1168 * @param __HANDLE__: TIM handle.
Kojto 109:9296ab0bfc11 1169 * @retval None
Kojto 109:9296ab0bfc11 1170 */
Kojto 109:9296ab0bfc11 1171 #define __HAL_TIM_RESET_HANDLE_STATE(__HANDLE__) ((__HANDLE__)->State = HAL_TIM_STATE_RESET)
Kojto 109:9296ab0bfc11 1172
Kojto 109:9296ab0bfc11 1173 /**
Kojto 109:9296ab0bfc11 1174 * @brief Enable the TIM peripheral.
Kojto 109:9296ab0bfc11 1175 * @param __HANDLE__: TIM handle
Kojto 109:9296ab0bfc11 1176 * @retval None
Kojto 109:9296ab0bfc11 1177 */
Kojto 109:9296ab0bfc11 1178 #define __HAL_TIM_ENABLE(__HANDLE__) ((__HANDLE__)->Instance->CR1|=(TIM_CR1_CEN))
Kojto 109:9296ab0bfc11 1179
Kojto 109:9296ab0bfc11 1180 /**
Kojto 109:9296ab0bfc11 1181 * @brief Enable the TIM main Output.
Kojto 109:9296ab0bfc11 1182 * @param __HANDLE__: TIM handle
Kojto 109:9296ab0bfc11 1183 * @retval None
Kojto 109:9296ab0bfc11 1184 */
Kojto 109:9296ab0bfc11 1185 #define __HAL_TIM_MOE_ENABLE(__HANDLE__) ((__HANDLE__)->Instance->BDTR|=(TIM_BDTR_MOE))
Kojto 109:9296ab0bfc11 1186
Kojto 109:9296ab0bfc11 1187 /**
Kojto 109:9296ab0bfc11 1188 * @brief Disable the TIM peripheral.
Kojto 109:9296ab0bfc11 1189 * @param __HANDLE__: TIM handle
Kojto 109:9296ab0bfc11 1190 * @retval None
Kojto 109:9296ab0bfc11 1191 */
Kojto 109:9296ab0bfc11 1192 #define __HAL_TIM_DISABLE(__HANDLE__) \
Kojto 109:9296ab0bfc11 1193 do { \
Kojto 109:9296ab0bfc11 1194 if (((__HANDLE__)->Instance->CCER & TIM_CCER_CCxE_MASK) == 0) \
Kojto 109:9296ab0bfc11 1195 { \
Kojto 109:9296ab0bfc11 1196 if(((__HANDLE__)->Instance->CCER & TIM_CCER_CCxNE_MASK) == 0) \
Kojto 109:9296ab0bfc11 1197 { \
Kojto 109:9296ab0bfc11 1198 (__HANDLE__)->Instance->CR1 &= ~(TIM_CR1_CEN); \
Kojto 109:9296ab0bfc11 1199 } \
Kojto 109:9296ab0bfc11 1200 } \
Kojto 109:9296ab0bfc11 1201 } while(0)
Kojto 109:9296ab0bfc11 1202 /* The Main Output Enable of a timer instance is disabled only if all the CCx and CCxN
Kojto 109:9296ab0bfc11 1203 channels have been disabled */
Kojto 109:9296ab0bfc11 1204 /**
Kojto 109:9296ab0bfc11 1205 * @brief Disable the TIM main Output.
Kojto 109:9296ab0bfc11 1206 * @param __HANDLE__: TIM handle
Kojto 109:9296ab0bfc11 1207 * @retval None
Kojto 109:9296ab0bfc11 1208 * @note The Main Output Enable of a timer instance is disabled only if all the CCx and CCxN channels have been disabled
Kojto 109:9296ab0bfc11 1209 */
Kojto 109:9296ab0bfc11 1210 #define __HAL_TIM_MOE_DISABLE(__HANDLE__) \
Kojto 109:9296ab0bfc11 1211 do { \
Kojto 109:9296ab0bfc11 1212 if (((__HANDLE__)->Instance->CCER & TIM_CCER_CCxE_MASK) == 0) \
Kojto 109:9296ab0bfc11 1213 { \
Kojto 109:9296ab0bfc11 1214 if(((__HANDLE__)->Instance->CCER & TIM_CCER_CCxNE_MASK) == 0) \
Kojto 109:9296ab0bfc11 1215 { \
Kojto 109:9296ab0bfc11 1216 (__HANDLE__)->Instance->BDTR &= ~(TIM_BDTR_MOE); \
Kojto 109:9296ab0bfc11 1217 } \
Kojto 109:9296ab0bfc11 1218 } \
Kojto 109:9296ab0bfc11 1219 } while(0)
Kojto 109:9296ab0bfc11 1220
Kojto 109:9296ab0bfc11 1221 /**
Kojto 109:9296ab0bfc11 1222 * @brief Enables the specified TIM interrupt.
Kojto 109:9296ab0bfc11 1223 * @param __HANDLE__: specifies the TIM Handle.
Kojto 109:9296ab0bfc11 1224 * @param __INTERRUPT__: specifies the TIM interrupt source to enable.
Kojto 109:9296ab0bfc11 1225 * This parameter can be one of the following values:
Kojto 109:9296ab0bfc11 1226 * @arg TIM_IT_UPDATE: Update interrupt
Kojto 109:9296ab0bfc11 1227 * @arg TIM_IT_CC1: Capture/Compare 1 interrupt
Kojto 109:9296ab0bfc11 1228 * @arg TIM_IT_CC2: Capture/Compare 2 interrupt
Kojto 109:9296ab0bfc11 1229 * @arg TIM_IT_CC3: Capture/Compare 3 interrupt
Kojto 109:9296ab0bfc11 1230 * @arg TIM_IT_CC4: Capture/Compare 4 interrupt
Kojto 109:9296ab0bfc11 1231 * @arg TIM_IT_COM: Commutation interrupt
Kojto 109:9296ab0bfc11 1232 * @arg TIM_IT_TRIGGER: Trigger interrupt
Kojto 109:9296ab0bfc11 1233 * @arg TIM_IT_BREAK: Break interrupt
Kojto 109:9296ab0bfc11 1234 * @retval None
Kojto 109:9296ab0bfc11 1235 */
Kojto 109:9296ab0bfc11 1236 #define __HAL_TIM_ENABLE_IT(__HANDLE__, __INTERRUPT__) ((__HANDLE__)->Instance->DIER |= (__INTERRUPT__))
Kojto 109:9296ab0bfc11 1237
Kojto 109:9296ab0bfc11 1238 /**
Kojto 109:9296ab0bfc11 1239 * @brief Disables the specified TIM interrupt.
Kojto 109:9296ab0bfc11 1240 * @param __HANDLE__: specifies the TIM Handle.
Kojto 109:9296ab0bfc11 1241 * @param __INTERRUPT__: specifies the TIM interrupt source to disable.
Kojto 109:9296ab0bfc11 1242 * This parameter can be one of the following values:
Kojto 109:9296ab0bfc11 1243 * @arg TIM_IT_UPDATE: Update interrupt
Kojto 109:9296ab0bfc11 1244 * @arg TIM_IT_CC1: Capture/Compare 1 interrupt
Kojto 109:9296ab0bfc11 1245 * @arg TIM_IT_CC2: Capture/Compare 2 interrupt
Kojto 109:9296ab0bfc11 1246 * @arg TIM_IT_CC3: Capture/Compare 3 interrupt
Kojto 109:9296ab0bfc11 1247 * @arg TIM_IT_CC4: Capture/Compare 4 interrupt
Kojto 109:9296ab0bfc11 1248 * @arg TIM_IT_COM: Commutation interrupt
Kojto 109:9296ab0bfc11 1249 * @arg TIM_IT_TRIGGER: Trigger interrupt
Kojto 109:9296ab0bfc11 1250 * @arg TIM_IT_BREAK: Break interrupt
Kojto 109:9296ab0bfc11 1251 * @retval None
Kojto 109:9296ab0bfc11 1252 */
Kojto 109:9296ab0bfc11 1253 #define __HAL_TIM_DISABLE_IT(__HANDLE__, __INTERRUPT__) ((__HANDLE__)->Instance->DIER &= ~(__INTERRUPT__))
Kojto 109:9296ab0bfc11 1254
Kojto 109:9296ab0bfc11 1255 /**
Kojto 109:9296ab0bfc11 1256 * @brief Enables the specified DMA request.
Kojto 109:9296ab0bfc11 1257 * @param __HANDLE__: specifies the TIM Handle.
Kojto 109:9296ab0bfc11 1258 * @param __DMA__: specifies the TIM DMA request to enable.
Kojto 109:9296ab0bfc11 1259 * This parameter can be one of the following values:
Kojto 109:9296ab0bfc11 1260 * @arg TIM_DMA_UPDATE: Update DMA request
Kojto 109:9296ab0bfc11 1261 * @arg TIM_DMA_CC1: Capture/Compare 1 DMA request
Kojto 109:9296ab0bfc11 1262 * @arg TIM_DMA_CC2: Capture/Compare 2 DMA request
Kojto 109:9296ab0bfc11 1263 * @arg TIM_DMA_CC3: Capture/Compare 3 DMA request
Kojto 109:9296ab0bfc11 1264 * @arg TIM_DMA_CC4: Capture/Compare 4 DMA request
Kojto 109:9296ab0bfc11 1265 * @arg TIM_DMA_COM: Commutation DMA request
Kojto 109:9296ab0bfc11 1266 * @arg TIM_DMA_TRIGGER: Trigger DMA request
Kojto 109:9296ab0bfc11 1267 * @retval None
Kojto 109:9296ab0bfc11 1268 */
Kojto 109:9296ab0bfc11 1269 #define __HAL_TIM_ENABLE_DMA(__HANDLE__, __DMA__) ((__HANDLE__)->Instance->DIER |= (__DMA__))
Kojto 109:9296ab0bfc11 1270
Kojto 109:9296ab0bfc11 1271 /**
Kojto 109:9296ab0bfc11 1272 * @brief Disables the specified DMA request.
Kojto 109:9296ab0bfc11 1273 * @param __HANDLE__: specifies the TIM Handle.
Kojto 109:9296ab0bfc11 1274 * @param __DMA__: specifies the TIM DMA request to disable.
Kojto 109:9296ab0bfc11 1275 * This parameter can be one of the following values:
Kojto 109:9296ab0bfc11 1276 * @arg TIM_DMA_UPDATE: Update DMA request
Kojto 109:9296ab0bfc11 1277 * @arg TIM_DMA_CC1: Capture/Compare 1 DMA request
Kojto 109:9296ab0bfc11 1278 * @arg TIM_DMA_CC2: Capture/Compare 2 DMA request
Kojto 109:9296ab0bfc11 1279 * @arg TIM_DMA_CC3: Capture/Compare 3 DMA request
Kojto 109:9296ab0bfc11 1280 * @arg TIM_DMA_CC4: Capture/Compare 4 DMA request
Kojto 109:9296ab0bfc11 1281 * @arg TIM_DMA_COM: Commutation DMA request
Kojto 109:9296ab0bfc11 1282 * @arg TIM_DMA_TRIGGER: Trigger DMA request
Kojto 109:9296ab0bfc11 1283 * @retval None
Kojto 109:9296ab0bfc11 1284 */
Kojto 109:9296ab0bfc11 1285 #define __HAL_TIM_DISABLE_DMA(__HANDLE__, __DMA__) ((__HANDLE__)->Instance->DIER &= ~(__DMA__))
Kojto 109:9296ab0bfc11 1286
Kojto 109:9296ab0bfc11 1287 /**
Kojto 109:9296ab0bfc11 1288 * @brief Checks whether the specified TIM interrupt flag is set or not.
Kojto 109:9296ab0bfc11 1289 * @param __HANDLE__: specifies the TIM Handle.
Kojto 109:9296ab0bfc11 1290 * @param __FLAG__: specifies the TIM interrupt flag to check.
Kojto 109:9296ab0bfc11 1291 * This parameter can be one of the following values:
Kojto 109:9296ab0bfc11 1292 * @arg TIM_FLAG_UPDATE: Update interrupt flag
Kojto 109:9296ab0bfc11 1293 * @arg TIM_FLAG_CC1: Capture/Compare 1 interrupt flag
Kojto 109:9296ab0bfc11 1294 * @arg TIM_FLAG_CC2: Capture/Compare 2 interrupt flag
Kojto 109:9296ab0bfc11 1295 * @arg TIM_FLAG_CC3: Capture/Compare 3 interrupt flag
Kojto 109:9296ab0bfc11 1296 * @arg TIM_FLAG_CC4: Capture/Compare 4 interrupt flag
Kojto 109:9296ab0bfc11 1297 * @arg TIM_FLAG_COM: Commutation interrupt flag
Kojto 109:9296ab0bfc11 1298 * @arg TIM_FLAG_TRIGGER: Trigger interrupt flag
Kojto 109:9296ab0bfc11 1299 * @arg TIM_FLAG_BREAK: Break interrupt flag
Kojto 109:9296ab0bfc11 1300 * @arg TIM_FLAG_CC1OF: Capture/Compare 1 overcapture flag
Kojto 109:9296ab0bfc11 1301 * @arg TIM_FLAG_CC2OF: Capture/Compare 2 overcapture flag
Kojto 109:9296ab0bfc11 1302 * @arg TIM_FLAG_CC3OF: Capture/Compare 3 overcapture flag
Kojto 109:9296ab0bfc11 1303 * @arg TIM_FLAG_CC4OF: Capture/Compare 4 overcapture flag
Kojto 109:9296ab0bfc11 1304 * @retval The new state of __FLAG__ (TRUE or FALSE).
Kojto 109:9296ab0bfc11 1305 */
Kojto 109:9296ab0bfc11 1306 #define __HAL_TIM_GET_FLAG(__HANDLE__, __FLAG__) (((__HANDLE__)->Instance->SR &(__FLAG__)) == (__FLAG__))
Kojto 109:9296ab0bfc11 1307
Kojto 109:9296ab0bfc11 1308 /**
Kojto 109:9296ab0bfc11 1309 * @brief Clears the specified TIM interrupt flag.
Kojto 109:9296ab0bfc11 1310 * @param __HANDLE__: specifies the TIM Handle.
Kojto 109:9296ab0bfc11 1311 * @param __FLAG__: specifies the TIM interrupt flag to clear.
Kojto 109:9296ab0bfc11 1312 * This parameter can be one of the following values:
Kojto 109:9296ab0bfc11 1313 * @arg TIM_FLAG_UPDATE: Update interrupt flag
Kojto 109:9296ab0bfc11 1314 * @arg TIM_FLAG_CC1: Capture/Compare 1 interrupt flag
Kojto 109:9296ab0bfc11 1315 * @arg TIM_FLAG_CC2: Capture/Compare 2 interrupt flag
Kojto 109:9296ab0bfc11 1316 * @arg TIM_FLAG_CC3: Capture/Compare 3 interrupt flag
Kojto 109:9296ab0bfc11 1317 * @arg TIM_FLAG_CC4: Capture/Compare 4 interrupt flag
Kojto 109:9296ab0bfc11 1318 * @arg TIM_FLAG_COM: Commutation interrupt flag
Kojto 109:9296ab0bfc11 1319 * @arg TIM_FLAG_TRIGGER: Trigger interrupt flag
Kojto 109:9296ab0bfc11 1320 * @arg TIM_FLAG_BREAK: Break interrupt flag
Kojto 109:9296ab0bfc11 1321 * @arg TIM_FLAG_CC1OF: Capture/Compare 1 overcapture flag
Kojto 109:9296ab0bfc11 1322 * @arg TIM_FLAG_CC2OF: Capture/Compare 2 overcapture flag
Kojto 109:9296ab0bfc11 1323 * @arg TIM_FLAG_CC3OF: Capture/Compare 3 overcapture flag
Kojto 109:9296ab0bfc11 1324 * @arg TIM_FLAG_CC4OF: Capture/Compare 4 overcapture flag
Kojto 109:9296ab0bfc11 1325 * @retval The new state of __FLAG__ (TRUE or FALSE).
Kojto 109:9296ab0bfc11 1326 */
Kojto 109:9296ab0bfc11 1327 #define __HAL_TIM_CLEAR_FLAG(__HANDLE__, __FLAG__) ((__HANDLE__)->Instance->SR = ~(__FLAG__))
Kojto 109:9296ab0bfc11 1328
Kojto 109:9296ab0bfc11 1329 /**
Kojto 109:9296ab0bfc11 1330 * @brief Checks whether the specified TIM interrupt has occurred or not.
Kojto 109:9296ab0bfc11 1331 * @param __HANDLE__: TIM handle
Kojto 109:9296ab0bfc11 1332 * @param __INTERRUPT__: specifies the TIM interrupt source to check.
Kojto 109:9296ab0bfc11 1333 * @retval The state of TIM_IT (SET or RESET).
Kojto 109:9296ab0bfc11 1334 */
Kojto 109:9296ab0bfc11 1335 #define __HAL_TIM_GET_IT_SOURCE(__HANDLE__, __INTERRUPT__) ((((__HANDLE__)->Instance->DIER & (__INTERRUPT__)) == (__INTERRUPT__)) ? SET : RESET)
Kojto 109:9296ab0bfc11 1336
Kojto 109:9296ab0bfc11 1337 /**
Kojto 109:9296ab0bfc11 1338 * @brief Clear the TIM interrupt pending bits
Kojto 109:9296ab0bfc11 1339 * @param __HANDLE__: TIM handle
Kojto 109:9296ab0bfc11 1340 * @param __INTERRUPT__: specifies the interrupt pending bit to clear.
Kojto 109:9296ab0bfc11 1341 * @retval None
Kojto 109:9296ab0bfc11 1342 */
Kojto 109:9296ab0bfc11 1343 #define __HAL_TIM_CLEAR_IT(__HANDLE__, __INTERRUPT__) ((__HANDLE__)->Instance->SR = ~(__INTERRUPT__))
Kojto 109:9296ab0bfc11 1344
Kojto 109:9296ab0bfc11 1345 /**
Kojto 109:9296ab0bfc11 1346 * @brief Indicates whether or not the TIM Counter is used as downcounter
Kojto 109:9296ab0bfc11 1347 * @param __HANDLE__: TIM handle.
Kojto 109:9296ab0bfc11 1348 * @retval False (Counter used as upcounter) or True (Counter used as downcounter)
Kojto 109:9296ab0bfc11 1349 * @note This macro is particularly usefull to get the counting mode when the timer operates in Center-aligned mode or Encoder
Kojto 109:9296ab0bfc11 1350 mode.
Kojto 109:9296ab0bfc11 1351 */
Kojto 109:9296ab0bfc11 1352 #define __HAL_TIM_IS_TIM_COUNTING_DOWN(__HANDLE__) (((__HANDLE__)->Instance->CR1 & (TIM_CR1_DIR)) == (TIM_CR1_DIR))
Kojto 109:9296ab0bfc11 1353
Kojto 109:9296ab0bfc11 1354 /**
Kojto 109:9296ab0bfc11 1355 * @brief Sets the TIM active prescaler register value on update event.
Kojto 109:9296ab0bfc11 1356 * @param __HANDLE__: TIM handle.
Kojto 109:9296ab0bfc11 1357 * @param __PRESC__: specifies the active prescaler register new value.
Kojto 109:9296ab0bfc11 1358 * @retval None
Kojto 109:9296ab0bfc11 1359 */
Kojto 109:9296ab0bfc11 1360 #define __HAL_TIM_SET_PRESCALER (__HANDLE__, __PRESC__) ((__HANDLE__)->Instance->PSC = (__PRESC__))
Kojto 109:9296ab0bfc11 1361
Kojto 109:9296ab0bfc11 1362 /**
Kojto 109:9296ab0bfc11 1363 * @brief Sets the TIM Capture Compare Register value on runtime without
Kojto 109:9296ab0bfc11 1364 * calling another time ConfigChannel function.
Kojto 109:9296ab0bfc11 1365 * @param __HANDLE__: TIM handle.
Kojto 109:9296ab0bfc11 1366 * @param __CHANNEL__ : TIM Channels to be configured.
Kojto 109:9296ab0bfc11 1367 * This parameter can be one of the following values:
Kojto 109:9296ab0bfc11 1368 * @arg TIM_CHANNEL_1: TIM Channel 1 selected
Kojto 109:9296ab0bfc11 1369 * @arg TIM_CHANNEL_2: TIM Channel 2 selected
Kojto 109:9296ab0bfc11 1370 * @arg TIM_CHANNEL_3: TIM Channel 3 selected
Kojto 109:9296ab0bfc11 1371 * @arg TIM_CHANNEL_4: TIM Channel 4 selected
Kojto 109:9296ab0bfc11 1372 * @param __COMPARE__: specifies the Capture Compare register new value.
Kojto 109:9296ab0bfc11 1373 * @retval None
Kojto 109:9296ab0bfc11 1374 */
Kojto 109:9296ab0bfc11 1375 #define __HAL_TIM_SET_COMPARE(__HANDLE__, __CHANNEL__, __COMPARE__) \
Kojto 109:9296ab0bfc11 1376 (*(__IO uint32_t *)(&((__HANDLE__)->Instance->CCR1) + ((__CHANNEL__) >> 2)) = (__COMPARE__))
Kojto 109:9296ab0bfc11 1377
Kojto 109:9296ab0bfc11 1378 /**
Kojto 109:9296ab0bfc11 1379 * @brief Gets the TIM Capture Compare Register value on runtime
Kojto 109:9296ab0bfc11 1380 * @param __HANDLE__: TIM handle.
Kojto 109:9296ab0bfc11 1381 * @param __CHANNEL__ : TIM Channel associated with the capture compare register
Kojto 109:9296ab0bfc11 1382 * This parameter can be one of the following values:
Kojto 109:9296ab0bfc11 1383 * @arg TIM_CHANNEL_1: get capture/compare 1 register value
Kojto 109:9296ab0bfc11 1384 * @arg TIM_CHANNEL_2: get capture/compare 2 register value
Kojto 109:9296ab0bfc11 1385 * @arg TIM_CHANNEL_3: get capture/compare 3 register value
Kojto 109:9296ab0bfc11 1386 * @arg TIM_CHANNEL_4: get capture/compare 4 register value
Kojto 109:9296ab0bfc11 1387 * @retval None
Kojto 109:9296ab0bfc11 1388 */
Kojto 109:9296ab0bfc11 1389 #define __HAL_TIM_GET_COMPARE(__HANDLE__, __CHANNEL__) \
Kojto 109:9296ab0bfc11 1390 (*(__IO uint32_t *)(&((__HANDLE__)->Instance->CCR1) + ((__CHANNEL__) >> 2)))
Kojto 109:9296ab0bfc11 1391
Kojto 109:9296ab0bfc11 1392 /**
Kojto 109:9296ab0bfc11 1393 * @brief Sets the TIM Counter Register value on runtime.
Kojto 109:9296ab0bfc11 1394 * @param __HANDLE__: TIM handle.
Kojto 109:9296ab0bfc11 1395 * @param __COUNTER__: specifies the Counter register new value.
Kojto 109:9296ab0bfc11 1396 * @retval None
Kojto 109:9296ab0bfc11 1397 */
Kojto 109:9296ab0bfc11 1398 #define __HAL_TIM_SET_COUNTER(__HANDLE__, __COUNTER__) ((__HANDLE__)->Instance->CNT = (__COUNTER__))
Kojto 109:9296ab0bfc11 1399
Kojto 109:9296ab0bfc11 1400 /**
Kojto 109:9296ab0bfc11 1401 * @brief Gets the TIM Counter Register value on runtime.
Kojto 109:9296ab0bfc11 1402 * @param __HANDLE__: TIM handle.
Kojto 109:9296ab0bfc11 1403 * @retval None
Kojto 109:9296ab0bfc11 1404 */
Kojto 109:9296ab0bfc11 1405 #define __HAL_TIM_GET_COUNTER(__HANDLE__) \
Kojto 109:9296ab0bfc11 1406 ((__HANDLE__)->Instance->CNT)
Kojto 109:9296ab0bfc11 1407
Kojto 109:9296ab0bfc11 1408 /**
Kojto 109:9296ab0bfc11 1409 * @brief Sets the TIM Autoreload Register value on runtime without calling
Kojto 109:9296ab0bfc11 1410 * another time any Init function.
Kojto 109:9296ab0bfc11 1411 * @param __HANDLE__: TIM handle.
Kojto 109:9296ab0bfc11 1412 * @param __AUTORELOAD__: specifies the Counter register new value.
Kojto 109:9296ab0bfc11 1413 * @retval None
Kojto 109:9296ab0bfc11 1414 */
Kojto 109:9296ab0bfc11 1415 #define __HAL_TIM_SET_AUTORELOAD(__HANDLE__, __AUTORELOAD__) \
Kojto 109:9296ab0bfc11 1416 do{ \
Kojto 109:9296ab0bfc11 1417 (__HANDLE__)->Instance->ARR = (__AUTORELOAD__); \
Kojto 109:9296ab0bfc11 1418 (__HANDLE__)->Init.Period = (__AUTORELOAD__); \
Kojto 109:9296ab0bfc11 1419 } while(0)
Kojto 109:9296ab0bfc11 1420
Kojto 109:9296ab0bfc11 1421 /**
Kojto 109:9296ab0bfc11 1422 * @brief Gets the TIM Autoreload Register value on runtime
Kojto 109:9296ab0bfc11 1423 * @param __HANDLE__: TIM handle.
Kojto 109:9296ab0bfc11 1424 * @retval None
Kojto 109:9296ab0bfc11 1425 */
Kojto 109:9296ab0bfc11 1426 #define __HAL_TIM_GET_AUTORELOAD(__HANDLE__) \
Kojto 109:9296ab0bfc11 1427 ((__HANDLE__)->Instance->ARR)
Kojto 109:9296ab0bfc11 1428
Kojto 109:9296ab0bfc11 1429 /**
Kojto 109:9296ab0bfc11 1430 * @brief Sets the TIM Clock Division value on runtime without calling
Kojto 109:9296ab0bfc11 1431 * another time any Init function.
Kojto 109:9296ab0bfc11 1432 * @param __HANDLE__: TIM handle.
Kojto 109:9296ab0bfc11 1433 * @param __CKD__: specifies the clock division value.
Kojto 109:9296ab0bfc11 1434 * This parameter can be one of the following value:
Kojto 109:9296ab0bfc11 1435 * @arg TIM_CLOCKDIVISION_DIV1
Kojto 109:9296ab0bfc11 1436 * @arg TIM_CLOCKDIVISION_DIV2
Kojto 109:9296ab0bfc11 1437 * @arg TIM_CLOCKDIVISION_DIV4
Kojto 109:9296ab0bfc11 1438 * @retval None
Kojto 109:9296ab0bfc11 1439 */
Kojto 109:9296ab0bfc11 1440 #define __HAL_TIM_SET_CLOCKDIVISION(__HANDLE__, __CKD__) \
Kojto 109:9296ab0bfc11 1441 do{ \
Kojto 109:9296ab0bfc11 1442 (__HANDLE__)->Instance->CR1 &= ~TIM_CR1_CKD; \
Kojto 109:9296ab0bfc11 1443 (__HANDLE__)->Instance->CR1 |= (__CKD__); \
Kojto 109:9296ab0bfc11 1444 (__HANDLE__)->Init.ClockDivision = (__CKD__); \
Kojto 109:9296ab0bfc11 1445 } while(0)
Kojto 109:9296ab0bfc11 1446
Kojto 109:9296ab0bfc11 1447 /**
Kojto 109:9296ab0bfc11 1448 * @brief Gets the TIM Clock Division value on runtime
Kojto 109:9296ab0bfc11 1449 * @param __HANDLE__: TIM handle.
Kojto 109:9296ab0bfc11 1450 * @retval None
Kojto 109:9296ab0bfc11 1451 */
Kojto 109:9296ab0bfc11 1452 #define __HAL_TIM_GET_CLOCKDIVISION(__HANDLE__) \
Kojto 109:9296ab0bfc11 1453 ((__HANDLE__)->Instance->CR1 & TIM_CR1_CKD)
Kojto 109:9296ab0bfc11 1454
Kojto 109:9296ab0bfc11 1455 /**
Kojto 109:9296ab0bfc11 1456 * @brief Sets the TIM Input Capture prescaler on runtime without calling
Kojto 109:9296ab0bfc11 1457 * another time HAL_TIM_IC_ConfigChannel() function.
Kojto 109:9296ab0bfc11 1458 * @param __HANDLE__: TIM handle.
Kojto 109:9296ab0bfc11 1459 * @param __CHANNEL__ : TIM Channels to be configured.
Kojto 109:9296ab0bfc11 1460 * This parameter can be one of the following values:
Kojto 109:9296ab0bfc11 1461 * @arg TIM_CHANNEL_1: TIM Channel 1 selected
Kojto 109:9296ab0bfc11 1462 * @arg TIM_CHANNEL_2: TIM Channel 2 selected
Kojto 109:9296ab0bfc11 1463 * @arg TIM_CHANNEL_3: TIM Channel 3 selected
Kojto 109:9296ab0bfc11 1464 * @arg TIM_CHANNEL_4: TIM Channel 4 selected
Kojto 109:9296ab0bfc11 1465 * @param __ICPSC__: specifies the Input Capture4 prescaler new value.
Kojto 109:9296ab0bfc11 1466 * This parameter can be one of the following values:
Kojto 109:9296ab0bfc11 1467 * @arg TIM_ICPSC_DIV1: no prescaler
Kojto 109:9296ab0bfc11 1468 * @arg TIM_ICPSC_DIV2: capture is done once every 2 events
Kojto 109:9296ab0bfc11 1469 * @arg TIM_ICPSC_DIV4: capture is done once every 4 events
Kojto 109:9296ab0bfc11 1470 * @arg TIM_ICPSC_DIV8: capture is done once every 8 events
Kojto 109:9296ab0bfc11 1471 * @retval None
Kojto 109:9296ab0bfc11 1472 */
Kojto 109:9296ab0bfc11 1473 #define __HAL_TIM_SET_ICPRESCALER(__HANDLE__, __CHANNEL__, __ICPSC__) \
Kojto 109:9296ab0bfc11 1474 do{ \
Kojto 109:9296ab0bfc11 1475 TIM_RESET_ICPRESCALERVALUE((__HANDLE__), (__CHANNEL__)); \
Kojto 109:9296ab0bfc11 1476 TIM_SET_ICPRESCALERVALUE((__HANDLE__), (__CHANNEL__), (__ICPSC__)); \
Kojto 109:9296ab0bfc11 1477 } while(0)
Kojto 109:9296ab0bfc11 1478
Kojto 109:9296ab0bfc11 1479 /**
Kojto 109:9296ab0bfc11 1480 * @brief Gets the TIM Input Capture prescaler on runtime
Kojto 109:9296ab0bfc11 1481 * @param __HANDLE__: TIM handle.
Kojto 109:9296ab0bfc11 1482 * @param __CHANNEL__: TIM Channels to be configured.
Kojto 109:9296ab0bfc11 1483 * This parameter can be one of the following values:
Kojto 109:9296ab0bfc11 1484 * @arg TIM_CHANNEL_1: get input capture 1 prescaler value
Kojto 109:9296ab0bfc11 1485 * @arg TIM_CHANNEL_2: get input capture 2 prescaler value
Kojto 109:9296ab0bfc11 1486 * @arg TIM_CHANNEL_3: get input capture 3 prescaler value
Kojto 109:9296ab0bfc11 1487 * @arg TIM_CHANNEL_4: get input capture 4 prescaler value
Kojto 109:9296ab0bfc11 1488 * @retval None
Kojto 109:9296ab0bfc11 1489 */
Kojto 109:9296ab0bfc11 1490 #define __HAL_TIM_GET_ICPRESCALER(__HANDLE__, __CHANNEL__) \
Kojto 109:9296ab0bfc11 1491 (((__CHANNEL__) == TIM_CHANNEL_1) ? ((__HANDLE__)->Instance->CCMR1 & TIM_CCMR1_IC1PSC) :\
Kojto 109:9296ab0bfc11 1492 ((__CHANNEL__) == TIM_CHANNEL_2) ? (((__HANDLE__)->Instance->CCMR1 & TIM_CCMR1_IC2PSC) >> 8) :\
Kojto 109:9296ab0bfc11 1493 ((__CHANNEL__) == TIM_CHANNEL_3) ? ((__HANDLE__)->Instance->CCMR2 & TIM_CCMR2_IC3PSC) :\
Kojto 109:9296ab0bfc11 1494 (((__HANDLE__)->Instance->CCMR2 & TIM_CCMR2_IC4PSC)) >> 8)
Kojto 109:9296ab0bfc11 1495
Kojto 109:9296ab0bfc11 1496 /**
Kojto 109:9296ab0bfc11 1497 * @brief Set the Update Request Source (URS) bit of the TIMx_CR1 register
Kojto 109:9296ab0bfc11 1498 * @param __HANDLE__: TIM handle.
Kojto 109:9296ab0bfc11 1499 * @note When the USR bit of the TIMx_CR1 register is set, only counter
Kojto 109:9296ab0bfc11 1500 * overflow/underflow generates an update interrupt or DMA request (if
Kojto 109:9296ab0bfc11 1501 * enabled)
Kojto 109:9296ab0bfc11 1502 * @retval None
Kojto 109:9296ab0bfc11 1503 */
Kojto 109:9296ab0bfc11 1504 #define __HAL_TIM_URS_ENABLE(__HANDLE__) \
Kojto 109:9296ab0bfc11 1505 ((__HANDLE__)->Instance->CR1|= (TIM_CR1_URS))
Kojto 109:9296ab0bfc11 1506
Kojto 109:9296ab0bfc11 1507 /**
Kojto 109:9296ab0bfc11 1508 * @brief Reset the Update Request Source (URS) bit of the TIMx_CR1 register
Kojto 109:9296ab0bfc11 1509 * @param __HANDLE__: TIM handle.
Kojto 109:9296ab0bfc11 1510 * @note When the USR bit of the TIMx_CR1 register is reset, any of the
Kojto 109:9296ab0bfc11 1511 * following events generate an update interrupt or DMA request (if
Kojto 109:9296ab0bfc11 1512 * enabled):
Kojto 109:9296ab0bfc11 1513 * (+) Counter overflow/underflow
Kojto 109:9296ab0bfc11 1514 * (+) Setting the UG bit
Kojto 109:9296ab0bfc11 1515 * (+) Update generation through the slave mode controller
Kojto 109:9296ab0bfc11 1516 * @retval None
Kojto 109:9296ab0bfc11 1517 */
Kojto 109:9296ab0bfc11 1518 #define __HAL_TIM_URS_DISABLE(__HANDLE__) \
Kojto 109:9296ab0bfc11 1519 ((__HANDLE__)->Instance->CR1&=~(TIM_CR1_URS))
Kojto 109:9296ab0bfc11 1520
Kojto 109:9296ab0bfc11 1521 /**
Kojto 109:9296ab0bfc11 1522 * @brief Sets the TIM Capture x input polarity on runtime.
Kojto 109:9296ab0bfc11 1523 * @param __HANDLE__: TIM handle.
Kojto 109:9296ab0bfc11 1524 * @param __CHANNEL__: TIM Channels to be configured.
Kojto 109:9296ab0bfc11 1525 * This parameter can be one of the following values:
Kojto 109:9296ab0bfc11 1526 * @arg TIM_CHANNEL_1: TIM Channel 1 selected
Kojto 109:9296ab0bfc11 1527 * @arg TIM_CHANNEL_2: TIM Channel 2 selected
Kojto 109:9296ab0bfc11 1528 * @arg TIM_CHANNEL_3: TIM Channel 3 selected
Kojto 109:9296ab0bfc11 1529 * @arg TIM_CHANNEL_4: TIM Channel 4 selected
Kojto 109:9296ab0bfc11 1530 * @param __POLARITY__: Polarity for TIx source
Kojto 109:9296ab0bfc11 1531 * @arg TIM_INPUTCHANNELPOLARITY_RISING: Rising Edge
Kojto 109:9296ab0bfc11 1532 * @arg TIM_INPUTCHANNELPOLARITY_FALLING: Falling Edge
Kojto 109:9296ab0bfc11 1533 * @arg TIM_INPUTCHANNELPOLARITY_BOTHEDGE: Rising and Falling Edge
Kojto 109:9296ab0bfc11 1534 * @note The polarity TIM_INPUTCHANNELPOLARITY_BOTHEDGE is not authorized for TIM Channel 4.
Kojto 109:9296ab0bfc11 1535 * @retval None
Kojto 109:9296ab0bfc11 1536 */
Kojto 109:9296ab0bfc11 1537 #define __HAL_TIM_SET_CAPTUREPOLARITY(__HANDLE__, __CHANNEL__, __POLARITY__) \
Kojto 109:9296ab0bfc11 1538 do{ \
Kojto 109:9296ab0bfc11 1539 TIM_RESET_CAPTUREPOLARITY((__HANDLE__), (__CHANNEL__)); \
Kojto 109:9296ab0bfc11 1540 TIM_SET_CAPTUREPOLARITY((__HANDLE__), (__CHANNEL__), (__POLARITY__)); \
Kojto 109:9296ab0bfc11 1541 }while(0)
Kojto 109:9296ab0bfc11 1542
Kojto 109:9296ab0bfc11 1543 /**
Kojto 109:9296ab0bfc11 1544 * @}
Kojto 109:9296ab0bfc11 1545 */
Kojto 109:9296ab0bfc11 1546
Kojto 109:9296ab0bfc11 1547 /* Include TIM HAL Extension module */
Kojto 109:9296ab0bfc11 1548 #include "stm32f0xx_hal_tim_ex.h"
Kojto 109:9296ab0bfc11 1549
Kojto 109:9296ab0bfc11 1550 /* Exported functions --------------------------------------------------------*/
Kojto 109:9296ab0bfc11 1551 /** @addtogroup TIM_Exported_Functions
Kojto 109:9296ab0bfc11 1552 * @{
Kojto 109:9296ab0bfc11 1553 */
Kojto 109:9296ab0bfc11 1554
Kojto 109:9296ab0bfc11 1555 /** @addtogroup TIM_Exported_Functions_Group1
Kojto 109:9296ab0bfc11 1556 * @{
Kojto 109:9296ab0bfc11 1557 */
Kojto 109:9296ab0bfc11 1558 /* Time Base functions ********************************************************/
Kojto 109:9296ab0bfc11 1559 HAL_StatusTypeDef HAL_TIM_Base_Init(TIM_HandleTypeDef *htim);
Kojto 109:9296ab0bfc11 1560 HAL_StatusTypeDef HAL_TIM_Base_DeInit(TIM_HandleTypeDef *htim);
Kojto 109:9296ab0bfc11 1561 void HAL_TIM_Base_MspInit(TIM_HandleTypeDef *htim);
Kojto 109:9296ab0bfc11 1562 void HAL_TIM_Base_MspDeInit(TIM_HandleTypeDef *htim);
Kojto 109:9296ab0bfc11 1563 /* Blocking mode: Polling */
Kojto 109:9296ab0bfc11 1564 HAL_StatusTypeDef HAL_TIM_Base_Start(TIM_HandleTypeDef *htim);
Kojto 109:9296ab0bfc11 1565 HAL_StatusTypeDef HAL_TIM_Base_Stop(TIM_HandleTypeDef *htim);
Kojto 109:9296ab0bfc11 1566 /* Non-Blocking mode: Interrupt */
Kojto 109:9296ab0bfc11 1567 HAL_StatusTypeDef HAL_TIM_Base_Start_IT(TIM_HandleTypeDef *htim);
Kojto 109:9296ab0bfc11 1568 HAL_StatusTypeDef HAL_TIM_Base_Stop_IT(TIM_HandleTypeDef *htim);
Kojto 109:9296ab0bfc11 1569 /* Non-Blocking mode: DMA */
Kojto 109:9296ab0bfc11 1570 HAL_StatusTypeDef HAL_TIM_Base_Start_DMA(TIM_HandleTypeDef *htim, uint32_t *pData, uint16_t Length);
Kojto 109:9296ab0bfc11 1571 HAL_StatusTypeDef HAL_TIM_Base_Stop_DMA(TIM_HandleTypeDef *htim);
Kojto 109:9296ab0bfc11 1572 /**
Kojto 109:9296ab0bfc11 1573 * @}
Kojto 109:9296ab0bfc11 1574 */
Kojto 109:9296ab0bfc11 1575
Kojto 109:9296ab0bfc11 1576 /** @addtogroup TIM_Exported_Functions_Group2
Kojto 109:9296ab0bfc11 1577 * @{
Kojto 109:9296ab0bfc11 1578 */
Kojto 109:9296ab0bfc11 1579 /* Timer Output Compare functions **********************************************/
Kojto 109:9296ab0bfc11 1580 HAL_StatusTypeDef HAL_TIM_OC_Init(TIM_HandleTypeDef *htim);
Kojto 109:9296ab0bfc11 1581 HAL_StatusTypeDef HAL_TIM_OC_DeInit(TIM_HandleTypeDef *htim);
Kojto 109:9296ab0bfc11 1582 void HAL_TIM_OC_MspInit(TIM_HandleTypeDef *htim);
Kojto 109:9296ab0bfc11 1583 void HAL_TIM_OC_MspDeInit(TIM_HandleTypeDef *htim);
Kojto 109:9296ab0bfc11 1584 /* Blocking mode: Polling */
Kojto 109:9296ab0bfc11 1585 HAL_StatusTypeDef HAL_TIM_OC_Start(TIM_HandleTypeDef *htim, uint32_t Channel);
Kojto 109:9296ab0bfc11 1586 HAL_StatusTypeDef HAL_TIM_OC_Stop(TIM_HandleTypeDef *htim, uint32_t Channel);
Kojto 109:9296ab0bfc11 1587 /* Non-Blocking mode: Interrupt */
Kojto 109:9296ab0bfc11 1588 HAL_StatusTypeDef HAL_TIM_OC_Start_IT(TIM_HandleTypeDef *htim, uint32_t Channel);
Kojto 109:9296ab0bfc11 1589 HAL_StatusTypeDef HAL_TIM_OC_Stop_IT(TIM_HandleTypeDef *htim, uint32_t Channel);
Kojto 109:9296ab0bfc11 1590 /* Non-Blocking mode: DMA */
Kojto 109:9296ab0bfc11 1591 HAL_StatusTypeDef HAL_TIM_OC_Start_DMA(TIM_HandleTypeDef *htim, uint32_t Channel, uint32_t *pData, uint16_t Length);
Kojto 109:9296ab0bfc11 1592 HAL_StatusTypeDef HAL_TIM_OC_Stop_DMA(TIM_HandleTypeDef *htim, uint32_t Channel);
Kojto 109:9296ab0bfc11 1593
Kojto 109:9296ab0bfc11 1594 /**
Kojto 109:9296ab0bfc11 1595 * @}
Kojto 109:9296ab0bfc11 1596 */
Kojto 109:9296ab0bfc11 1597
Kojto 109:9296ab0bfc11 1598 /** @addtogroup TIM_Exported_Functions_Group3
Kojto 109:9296ab0bfc11 1599 * @{
Kojto 109:9296ab0bfc11 1600 */
Kojto 109:9296ab0bfc11 1601 /* Timer PWM functions *********************************************************/
Kojto 109:9296ab0bfc11 1602 HAL_StatusTypeDef HAL_TIM_PWM_Init(TIM_HandleTypeDef *htim);
Kojto 109:9296ab0bfc11 1603 HAL_StatusTypeDef HAL_TIM_PWM_DeInit(TIM_HandleTypeDef *htim);
Kojto 109:9296ab0bfc11 1604 void HAL_TIM_PWM_MspInit(TIM_HandleTypeDef *htim);
Kojto 109:9296ab0bfc11 1605 void HAL_TIM_PWM_MspDeInit(TIM_HandleTypeDef *htim);
Kojto 109:9296ab0bfc11 1606 /* Blocking mode: Polling */
Kojto 109:9296ab0bfc11 1607 HAL_StatusTypeDef HAL_TIM_PWM_Start(TIM_HandleTypeDef *htim, uint32_t Channel);
Kojto 109:9296ab0bfc11 1608 HAL_StatusTypeDef HAL_TIM_PWM_Stop(TIM_HandleTypeDef *htim, uint32_t Channel);
Kojto 109:9296ab0bfc11 1609 /* Non-Blocking mode: Interrupt */
Kojto 109:9296ab0bfc11 1610 HAL_StatusTypeDef HAL_TIM_PWM_Start_IT(TIM_HandleTypeDef *htim, uint32_t Channel);
Kojto 109:9296ab0bfc11 1611 HAL_StatusTypeDef HAL_TIM_PWM_Stop_IT(TIM_HandleTypeDef *htim, uint32_t Channel);
Kojto 109:9296ab0bfc11 1612 /* Non-Blocking mode: DMA */
Kojto 109:9296ab0bfc11 1613 HAL_StatusTypeDef HAL_TIM_PWM_Start_DMA(TIM_HandleTypeDef *htim, uint32_t Channel, uint32_t *pData, uint16_t Length);
Kojto 109:9296ab0bfc11 1614 HAL_StatusTypeDef HAL_TIM_PWM_Stop_DMA(TIM_HandleTypeDef *htim, uint32_t Channel);
Kojto 109:9296ab0bfc11 1615 /**
Kojto 109:9296ab0bfc11 1616 * @}
Kojto 109:9296ab0bfc11 1617 */
Kojto 109:9296ab0bfc11 1618
Kojto 109:9296ab0bfc11 1619 /** @addtogroup TIM_Exported_Functions_Group4
Kojto 109:9296ab0bfc11 1620 * @{
Kojto 109:9296ab0bfc11 1621 */
Kojto 109:9296ab0bfc11 1622 /* Timer Input Capture functions ***********************************************/
Kojto 109:9296ab0bfc11 1623 HAL_StatusTypeDef HAL_TIM_IC_Init(TIM_HandleTypeDef *htim);
Kojto 109:9296ab0bfc11 1624 HAL_StatusTypeDef HAL_TIM_IC_DeInit(TIM_HandleTypeDef *htim);
Kojto 109:9296ab0bfc11 1625 void HAL_TIM_IC_MspInit(TIM_HandleTypeDef *htim);
Kojto 109:9296ab0bfc11 1626 void HAL_TIM_IC_MspDeInit(TIM_HandleTypeDef *htim);
Kojto 109:9296ab0bfc11 1627 /* Blocking mode: Polling */
Kojto 109:9296ab0bfc11 1628 HAL_StatusTypeDef HAL_TIM_IC_Start(TIM_HandleTypeDef *htim, uint32_t Channel);
Kojto 109:9296ab0bfc11 1629 HAL_StatusTypeDef HAL_TIM_IC_Stop(TIM_HandleTypeDef *htim, uint32_t Channel);
Kojto 109:9296ab0bfc11 1630 /* Non-Blocking mode: Interrupt */
Kojto 109:9296ab0bfc11 1631 HAL_StatusTypeDef HAL_TIM_IC_Start_IT(TIM_HandleTypeDef *htim, uint32_t Channel);
Kojto 109:9296ab0bfc11 1632 HAL_StatusTypeDef HAL_TIM_IC_Stop_IT(TIM_HandleTypeDef *htim, uint32_t Channel);
Kojto 109:9296ab0bfc11 1633 /* Non-Blocking mode: DMA */
Kojto 109:9296ab0bfc11 1634 HAL_StatusTypeDef HAL_TIM_IC_Start_DMA(TIM_HandleTypeDef *htim, uint32_t Channel, uint32_t *pData, uint16_t Length);
Kojto 109:9296ab0bfc11 1635 HAL_StatusTypeDef HAL_TIM_IC_Stop_DMA(TIM_HandleTypeDef *htim, uint32_t Channel);
Kojto 109:9296ab0bfc11 1636 /**
Kojto 109:9296ab0bfc11 1637 * @}
Kojto 109:9296ab0bfc11 1638 */
Kojto 109:9296ab0bfc11 1639
Kojto 109:9296ab0bfc11 1640 /** @addtogroup TIM_Exported_Functions_Group5
Kojto 109:9296ab0bfc11 1641 * @{
Kojto 109:9296ab0bfc11 1642 */
Kojto 109:9296ab0bfc11 1643 /* Timer One Pulse functions ***************************************************/
Kojto 109:9296ab0bfc11 1644 HAL_StatusTypeDef HAL_TIM_OnePulse_Init(TIM_HandleTypeDef *htim, uint32_t OnePulseMode);
Kojto 109:9296ab0bfc11 1645 HAL_StatusTypeDef HAL_TIM_OnePulse_DeInit(TIM_HandleTypeDef *htim);
Kojto 109:9296ab0bfc11 1646 void HAL_TIM_OnePulse_MspInit(TIM_HandleTypeDef *htim);
Kojto 109:9296ab0bfc11 1647 void HAL_TIM_OnePulse_MspDeInit(TIM_HandleTypeDef *htim);
Kojto 109:9296ab0bfc11 1648 /* Blocking mode: Polling */
Kojto 109:9296ab0bfc11 1649 HAL_StatusTypeDef HAL_TIM_OnePulse_Start(TIM_HandleTypeDef *htim, uint32_t OutputChannel);
Kojto 109:9296ab0bfc11 1650 HAL_StatusTypeDef HAL_TIM_OnePulse_Stop(TIM_HandleTypeDef *htim, uint32_t OutputChannel);
Kojto 109:9296ab0bfc11 1651 /* Non-Blocking mode: Interrupt */
Kojto 109:9296ab0bfc11 1652 HAL_StatusTypeDef HAL_TIM_OnePulse_Start_IT(TIM_HandleTypeDef *htim, uint32_t OutputChannel);
Kojto 109:9296ab0bfc11 1653 HAL_StatusTypeDef HAL_TIM_OnePulse_Stop_IT(TIM_HandleTypeDef *htim, uint32_t OutputChannel);
Kojto 109:9296ab0bfc11 1654 /**
Kojto 109:9296ab0bfc11 1655 * @}
Kojto 109:9296ab0bfc11 1656 */
Kojto 109:9296ab0bfc11 1657
Kojto 109:9296ab0bfc11 1658 /** @addtogroup TIM_Exported_Functions_Group6
Kojto 109:9296ab0bfc11 1659 * @{
Kojto 109:9296ab0bfc11 1660 */
Kojto 109:9296ab0bfc11 1661 /* Timer Encoder functions *****************************************************/
Kojto 109:9296ab0bfc11 1662 HAL_StatusTypeDef HAL_TIM_Encoder_Init(TIM_HandleTypeDef *htim, TIM_Encoder_InitTypeDef* sConfig);
Kojto 109:9296ab0bfc11 1663 HAL_StatusTypeDef HAL_TIM_Encoder_DeInit(TIM_HandleTypeDef *htim);
Kojto 109:9296ab0bfc11 1664 void HAL_TIM_Encoder_MspInit(TIM_HandleTypeDef *htim);
Kojto 109:9296ab0bfc11 1665 void HAL_TIM_Encoder_MspDeInit(TIM_HandleTypeDef *htim);
Kojto 109:9296ab0bfc11 1666 /* Blocking mode: Polling */
Kojto 109:9296ab0bfc11 1667 HAL_StatusTypeDef HAL_TIM_Encoder_Start(TIM_HandleTypeDef *htim, uint32_t Channel);
Kojto 109:9296ab0bfc11 1668 HAL_StatusTypeDef HAL_TIM_Encoder_Stop(TIM_HandleTypeDef *htim, uint32_t Channel);
Kojto 109:9296ab0bfc11 1669 /* Non-Blocking mode: Interrupt */
Kojto 109:9296ab0bfc11 1670 HAL_StatusTypeDef HAL_TIM_Encoder_Start_IT(TIM_HandleTypeDef *htim, uint32_t Channel);
Kojto 109:9296ab0bfc11 1671 HAL_StatusTypeDef HAL_TIM_Encoder_Stop_IT(TIM_HandleTypeDef *htim, uint32_t Channel);
Kojto 109:9296ab0bfc11 1672 /* Non-Blocking mode: DMA */
Kojto 109:9296ab0bfc11 1673 HAL_StatusTypeDef HAL_TIM_Encoder_Start_DMA(TIM_HandleTypeDef *htim, uint32_t Channel, uint32_t *pData1, uint32_t *pData2, uint16_t Length);
Kojto 109:9296ab0bfc11 1674 HAL_StatusTypeDef HAL_TIM_Encoder_Stop_DMA(TIM_HandleTypeDef *htim, uint32_t Channel);
Kojto 109:9296ab0bfc11 1675
Kojto 109:9296ab0bfc11 1676 /**
Kojto 109:9296ab0bfc11 1677 * @}
Kojto 109:9296ab0bfc11 1678 */
Kojto 109:9296ab0bfc11 1679
Kojto 109:9296ab0bfc11 1680 /** @addtogroup TIM_Exported_Functions_Group7
Kojto 109:9296ab0bfc11 1681 * @{
Kojto 109:9296ab0bfc11 1682 */
Kojto 109:9296ab0bfc11 1683 /* Interrupt Handler functions **********************************************/
Kojto 109:9296ab0bfc11 1684 void HAL_TIM_IRQHandler(TIM_HandleTypeDef *htim);
Kojto 109:9296ab0bfc11 1685 /**
Kojto 109:9296ab0bfc11 1686 * @}
Kojto 109:9296ab0bfc11 1687 */
Kojto 109:9296ab0bfc11 1688
Kojto 109:9296ab0bfc11 1689 /** @addtogroup TIM_Exported_Functions_Group8
Kojto 109:9296ab0bfc11 1690 * @{
Kojto 109:9296ab0bfc11 1691 */
Kojto 109:9296ab0bfc11 1692 /* Control functions *********************************************************/
Kojto 109:9296ab0bfc11 1693 HAL_StatusTypeDef HAL_TIM_OC_ConfigChannel(TIM_HandleTypeDef *htim, TIM_OC_InitTypeDef* sConfig, uint32_t Channel);
Kojto 109:9296ab0bfc11 1694 HAL_StatusTypeDef HAL_TIM_PWM_ConfigChannel(TIM_HandleTypeDef *htim, TIM_OC_InitTypeDef* sConfig, uint32_t Channel);
Kojto 109:9296ab0bfc11 1695 HAL_StatusTypeDef HAL_TIM_IC_ConfigChannel(TIM_HandleTypeDef *htim, TIM_IC_InitTypeDef* sConfig, uint32_t Channel);
Kojto 109:9296ab0bfc11 1696 HAL_StatusTypeDef HAL_TIM_OnePulse_ConfigChannel(TIM_HandleTypeDef *htim, TIM_OnePulse_InitTypeDef* sConfig, uint32_t OutputChannel, uint32_t InputChannel);
Kojto 109:9296ab0bfc11 1697 HAL_StatusTypeDef HAL_TIM_ConfigOCrefClear(TIM_HandleTypeDef *htim, TIM_ClearInputConfigTypeDef * sClearInputConfig, uint32_t Channel);
Kojto 109:9296ab0bfc11 1698 HAL_StatusTypeDef HAL_TIM_ConfigClockSource(TIM_HandleTypeDef *htim, TIM_ClockConfigTypeDef * sClockSourceConfig);
Kojto 109:9296ab0bfc11 1699 HAL_StatusTypeDef HAL_TIM_ConfigTI1Input(TIM_HandleTypeDef *htim, uint32_t TI1_Selection);
Kojto 109:9296ab0bfc11 1700 HAL_StatusTypeDef HAL_TIM_SlaveConfigSynchronization(TIM_HandleTypeDef *htim, TIM_SlaveConfigTypeDef * sSlaveConfig);
Kojto 109:9296ab0bfc11 1701 HAL_StatusTypeDef HAL_TIM_SlaveConfigSynchronization_IT(TIM_HandleTypeDef *htim, TIM_SlaveConfigTypeDef * sSlaveConfig);
Kojto 109:9296ab0bfc11 1702 HAL_StatusTypeDef HAL_TIM_DMABurst_WriteStart(TIM_HandleTypeDef *htim, uint32_t BurstBaseAddress, uint32_t BurstRequestSrc, \
Kojto 109:9296ab0bfc11 1703 uint32_t *BurstBuffer, uint32_t BurstLength);
Kojto 109:9296ab0bfc11 1704 HAL_StatusTypeDef HAL_TIM_DMABurst_WriteStop(TIM_HandleTypeDef *htim, uint32_t BurstRequestSrc);
Kojto 109:9296ab0bfc11 1705 HAL_StatusTypeDef HAL_TIM_DMABurst_ReadStart(TIM_HandleTypeDef *htim, uint32_t BurstBaseAddress, uint32_t BurstRequestSrc, \
Kojto 109:9296ab0bfc11 1706 uint32_t *BurstBuffer, uint32_t BurstLength);
Kojto 109:9296ab0bfc11 1707 HAL_StatusTypeDef HAL_TIM_DMABurst_ReadStop(TIM_HandleTypeDef *htim, uint32_t BurstRequestSrc);
Kojto 109:9296ab0bfc11 1708 HAL_StatusTypeDef HAL_TIM_GenerateEvent(TIM_HandleTypeDef *htim, uint32_t EventSource);
Kojto 109:9296ab0bfc11 1709 uint32_t HAL_TIM_ReadCapturedValue(TIM_HandleTypeDef *htim, uint32_t Channel);
Kojto 109:9296ab0bfc11 1710
Kojto 109:9296ab0bfc11 1711 /**
Kojto 109:9296ab0bfc11 1712 * @}
Kojto 109:9296ab0bfc11 1713 */
Kojto 109:9296ab0bfc11 1714
Kojto 109:9296ab0bfc11 1715 /** @addtogroup TIM_Exported_Functions_Group9
Kojto 109:9296ab0bfc11 1716 * @{
Kojto 109:9296ab0bfc11 1717 */
Kojto 109:9296ab0bfc11 1718 /* Callback in non blocking modes (Interrupt and DMA) *************************/
Kojto 109:9296ab0bfc11 1719 void HAL_TIM_PeriodElapsedCallback(TIM_HandleTypeDef *htim);
Kojto 109:9296ab0bfc11 1720 void HAL_TIM_OC_DelayElapsedCallback(TIM_HandleTypeDef *htim);
Kojto 109:9296ab0bfc11 1721 void HAL_TIM_IC_CaptureCallback(TIM_HandleTypeDef *htim);
Kojto 109:9296ab0bfc11 1722 void HAL_TIM_PWM_PulseFinishedCallback(TIM_HandleTypeDef *htim);
Kojto 109:9296ab0bfc11 1723 void HAL_TIM_TriggerCallback(TIM_HandleTypeDef *htim);
Kojto 109:9296ab0bfc11 1724 void HAL_TIM_ErrorCallback(TIM_HandleTypeDef *htim);
Kojto 109:9296ab0bfc11 1725 /**
Kojto 109:9296ab0bfc11 1726 * @}
Kojto 109:9296ab0bfc11 1727 */
Kojto 109:9296ab0bfc11 1728
Kojto 109:9296ab0bfc11 1729 /** @addtogroup TIM_Exported_Functions_Group10
Kojto 109:9296ab0bfc11 1730 * @{
Kojto 109:9296ab0bfc11 1731 */
Kojto 109:9296ab0bfc11 1732 /* Peripheral State functions **************************************************/
Kojto 109:9296ab0bfc11 1733 HAL_TIM_StateTypeDef HAL_TIM_Base_GetState(TIM_HandleTypeDef *htim);
Kojto 109:9296ab0bfc11 1734 HAL_TIM_StateTypeDef HAL_TIM_OC_GetState(TIM_HandleTypeDef *htim);
Kojto 109:9296ab0bfc11 1735 HAL_TIM_StateTypeDef HAL_TIM_PWM_GetState(TIM_HandleTypeDef *htim);
Kojto 109:9296ab0bfc11 1736 HAL_TIM_StateTypeDef HAL_TIM_IC_GetState(TIM_HandleTypeDef *htim);
Kojto 109:9296ab0bfc11 1737 HAL_TIM_StateTypeDef HAL_TIM_OnePulse_GetState(TIM_HandleTypeDef *htim);
Kojto 109:9296ab0bfc11 1738 HAL_TIM_StateTypeDef HAL_TIM_Encoder_GetState(TIM_HandleTypeDef *htim);
Kojto 109:9296ab0bfc11 1739
Kojto 109:9296ab0bfc11 1740 /**
Kojto 109:9296ab0bfc11 1741 * @}
Kojto 109:9296ab0bfc11 1742 */
Kojto 109:9296ab0bfc11 1743
Kojto 109:9296ab0bfc11 1744 /**
Kojto 109:9296ab0bfc11 1745 * @}
Kojto 109:9296ab0bfc11 1746 */
Kojto 109:9296ab0bfc11 1747
Kojto 109:9296ab0bfc11 1748 /**
Kojto 109:9296ab0bfc11 1749 * @}
Kojto 109:9296ab0bfc11 1750 */
Kojto 109:9296ab0bfc11 1751
Kojto 109:9296ab0bfc11 1752 /**
Kojto 109:9296ab0bfc11 1753 * @}
Kojto 109:9296ab0bfc11 1754 */
Kojto 109:9296ab0bfc11 1755
Kojto 109:9296ab0bfc11 1756 #ifdef __cplusplus
Kojto 109:9296ab0bfc11 1757 }
Kojto 109:9296ab0bfc11 1758 #endif
Kojto 109:9296ab0bfc11 1759
Kojto 109:9296ab0bfc11 1760 #endif /* __STM32F0xx_HAL_TIM_H */
Kojto 109:9296ab0bfc11 1761
Kojto 109:9296ab0bfc11 1762 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/