mbed(SerialHalfDuplex入り)
Fork of mbed by
TARGET_NUCLEO_F302R8/stm32f3xx_hal_tim.h@98:01a414ca7d6d, 2015-04-08 (annotated)
- Committer:
- yusuke_kyo
- Date:
- Wed Apr 08 08:04:18 2015 +0000
- Revision:
- 98:01a414ca7d6d
- Parent:
- 90:cb3d968589d8
remove SerialHalfDuplex.h
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Kojto | 90:cb3d968589d8 | 1 | /** |
Kojto | 90:cb3d968589d8 | 2 | ****************************************************************************** |
Kojto | 90:cb3d968589d8 | 3 | * @file stm32f3xx_hal_tim.h |
Kojto | 90:cb3d968589d8 | 4 | * @author MCD Application Team |
Kojto | 90:cb3d968589d8 | 5 | * @version V1.1.0 |
Kojto | 90:cb3d968589d8 | 6 | * @date 12-Sept-2014 |
Kojto | 90:cb3d968589d8 | 7 | * @brief Header file of TIM HAL module. |
Kojto | 90:cb3d968589d8 | 8 | ****************************************************************************** |
Kojto | 90:cb3d968589d8 | 9 | * @attention |
Kojto | 90:cb3d968589d8 | 10 | * |
Kojto | 90:cb3d968589d8 | 11 | * <h2><center>© COPYRIGHT(c) 2014 STMicroelectronics</center></h2> |
Kojto | 90:cb3d968589d8 | 12 | * |
Kojto | 90:cb3d968589d8 | 13 | * Redistribution and use in source and binary forms, with or without modification, |
Kojto | 90:cb3d968589d8 | 14 | * are permitted provided that the following conditions are met: |
Kojto | 90:cb3d968589d8 | 15 | * 1. Redistributions of source code must retain the above copyright notice, |
Kojto | 90:cb3d968589d8 | 16 | * this list of conditions and the following disclaimer. |
Kojto | 90:cb3d968589d8 | 17 | * 2. Redistributions in binary form must reproduce the above copyright notice, |
Kojto | 90:cb3d968589d8 | 18 | * this list of conditions and the following disclaimer in the documentation |
Kojto | 90:cb3d968589d8 | 19 | * and/or other materials provided with the distribution. |
Kojto | 90:cb3d968589d8 | 20 | * 3. Neither the name of STMicroelectronics nor the names of its contributors |
Kojto | 90:cb3d968589d8 | 21 | * may be used to endorse or promote products derived from this software |
Kojto | 90:cb3d968589d8 | 22 | * without specific prior written permission. |
Kojto | 90:cb3d968589d8 | 23 | * |
Kojto | 90:cb3d968589d8 | 24 | * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
Kojto | 90:cb3d968589d8 | 25 | * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
Kojto | 90:cb3d968589d8 | 26 | * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
Kojto | 90:cb3d968589d8 | 27 | * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE |
Kojto | 90:cb3d968589d8 | 28 | * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
Kojto | 90:cb3d968589d8 | 29 | * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
Kojto | 90:cb3d968589d8 | 30 | * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
Kojto | 90:cb3d968589d8 | 31 | * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
Kojto | 90:cb3d968589d8 | 32 | * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
Kojto | 90:cb3d968589d8 | 33 | * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
Kojto | 90:cb3d968589d8 | 34 | * |
Kojto | 90:cb3d968589d8 | 35 | ****************************************************************************** |
Kojto | 90:cb3d968589d8 | 36 | */ |
Kojto | 90:cb3d968589d8 | 37 | |
Kojto | 90:cb3d968589d8 | 38 | /* Define to prevent recursive inclusion -------------------------------------*/ |
Kojto | 90:cb3d968589d8 | 39 | #ifndef __STM32F3xx_HAL_TIM_H |
Kojto | 90:cb3d968589d8 | 40 | #define __STM32F3xx_HAL_TIM_H |
Kojto | 90:cb3d968589d8 | 41 | |
Kojto | 90:cb3d968589d8 | 42 | #ifdef __cplusplus |
Kojto | 90:cb3d968589d8 | 43 | extern "C" { |
Kojto | 90:cb3d968589d8 | 44 | #endif |
Kojto | 90:cb3d968589d8 | 45 | |
Kojto | 90:cb3d968589d8 | 46 | /* Includes ------------------------------------------------------------------*/ |
Kojto | 90:cb3d968589d8 | 47 | #include "stm32f3xx_hal_def.h" |
Kojto | 90:cb3d968589d8 | 48 | |
Kojto | 90:cb3d968589d8 | 49 | /** @addtogroup STM32F3xx_HAL_Driver |
Kojto | 90:cb3d968589d8 | 50 | * @{ |
Kojto | 90:cb3d968589d8 | 51 | */ |
Kojto | 90:cb3d968589d8 | 52 | |
Kojto | 90:cb3d968589d8 | 53 | /** @addtogroup TIM |
Kojto | 90:cb3d968589d8 | 54 | * @{ |
Kojto | 90:cb3d968589d8 | 55 | */ |
Kojto | 90:cb3d968589d8 | 56 | |
Kojto | 90:cb3d968589d8 | 57 | /* Exported types ------------------------------------------------------------*/ |
Kojto | 90:cb3d968589d8 | 58 | /** @defgroup TIM_Exported_Types TIM Exported Types |
Kojto | 90:cb3d968589d8 | 59 | * @{ |
Kojto | 90:cb3d968589d8 | 60 | */ |
Kojto | 90:cb3d968589d8 | 61 | |
Kojto | 90:cb3d968589d8 | 62 | /** |
Kojto | 90:cb3d968589d8 | 63 | * @brief TIM Time base Configuration Structure definition |
Kojto | 90:cb3d968589d8 | 64 | */ |
Kojto | 90:cb3d968589d8 | 65 | typedef struct |
Kojto | 90:cb3d968589d8 | 66 | { |
Kojto | 90:cb3d968589d8 | 67 | uint32_t Prescaler; /*!< Specifies the prescaler value used to divide the TIM clock. |
Kojto | 90:cb3d968589d8 | 68 | This parameter can be a number between Min_Data = 0x0000 and Max_Data = 0xFFFF */ |
Kojto | 90:cb3d968589d8 | 69 | |
Kojto | 90:cb3d968589d8 | 70 | uint32_t CounterMode; /*!< Specifies the counter mode. |
Kojto | 90:cb3d968589d8 | 71 | This parameter can be a value of @ref TIM_Counter_Mode */ |
Kojto | 90:cb3d968589d8 | 72 | |
Kojto | 90:cb3d968589d8 | 73 | uint32_t Period; /*!< Specifies the period value to be loaded into the active |
Kojto | 90:cb3d968589d8 | 74 | Auto-Reload Register at the next update event. |
Kojto | 90:cb3d968589d8 | 75 | This parameter can be a number between Min_Data = 0x0000 and Max_Data = 0xFFFF. */ |
Kojto | 90:cb3d968589d8 | 76 | |
Kojto | 90:cb3d968589d8 | 77 | uint32_t ClockDivision; /*!< Specifies the clock division. |
Kojto | 90:cb3d968589d8 | 78 | This parameter can be a value of @ref TIM_ClockDivision */ |
Kojto | 90:cb3d968589d8 | 79 | |
Kojto | 90:cb3d968589d8 | 80 | uint32_t RepetitionCounter; /*!< Specifies the repetition counter value. Each time the RCR downcounter |
Kojto | 90:cb3d968589d8 | 81 | reaches zero, an update event is generated and counting restarts |
Kojto | 90:cb3d968589d8 | 82 | from the RCR value (N). |
Kojto | 90:cb3d968589d8 | 83 | This means in PWM mode that (N+1) corresponds to: |
Kojto | 90:cb3d968589d8 | 84 | - the number of PWM periods in edge-aligned mode |
Kojto | 90:cb3d968589d8 | 85 | - the number of half PWM period in center-aligned mode |
Kojto | 90:cb3d968589d8 | 86 | This parameter must be a number between Min_Data = 0x00 and Max_Data = 0xFF. |
Kojto | 90:cb3d968589d8 | 87 | @note This parameter is valid only for TIM1 and TIM8. */ |
Kojto | 90:cb3d968589d8 | 88 | } TIM_Base_InitTypeDef; |
Kojto | 90:cb3d968589d8 | 89 | |
Kojto | 90:cb3d968589d8 | 90 | /** |
Kojto | 90:cb3d968589d8 | 91 | * @brief TIM Output Compare Configuration Structure definition |
Kojto | 90:cb3d968589d8 | 92 | */ |
Kojto | 90:cb3d968589d8 | 93 | typedef struct |
Kojto | 90:cb3d968589d8 | 94 | { |
Kojto | 90:cb3d968589d8 | 95 | uint32_t OCMode; /*!< Specifies the TIM mode. |
Kojto | 90:cb3d968589d8 | 96 | This parameter can be a value of @ref TIMEx_Output_Compare_and_PWM_modes */ |
Kojto | 90:cb3d968589d8 | 97 | |
Kojto | 90:cb3d968589d8 | 98 | uint32_t Pulse; /*!< Specifies the pulse value to be loaded into the Capture Compare Register. |
Kojto | 90:cb3d968589d8 | 99 | This parameter can be a number between Min_Data = 0x0000 and Max_Data = 0xFFFF */ |
Kojto | 90:cb3d968589d8 | 100 | |
Kojto | 90:cb3d968589d8 | 101 | uint32_t OCPolarity; /*!< Specifies the output polarity. |
Kojto | 90:cb3d968589d8 | 102 | This parameter can be a value of @ref TIM_Output_Compare_Polarity */ |
Kojto | 90:cb3d968589d8 | 103 | |
Kojto | 90:cb3d968589d8 | 104 | uint32_t OCNPolarity; /*!< Specifies the complementary output polarity. |
Kojto | 90:cb3d968589d8 | 105 | This parameter can be a value of @ref TIM_Output_Compare_N_Polarity |
Kojto | 90:cb3d968589d8 | 106 | @note This parameter is valid only for TIM1 and TIM8. */ |
Kojto | 90:cb3d968589d8 | 107 | |
Kojto | 90:cb3d968589d8 | 108 | uint32_t OCFastMode; /*!< Specifies the Fast mode state. |
Kojto | 90:cb3d968589d8 | 109 | This parameter can be a value of @ref TIM_Output_Fast_State |
Kojto | 90:cb3d968589d8 | 110 | @note This parameter is valid only in PWM1 and PWM2 mode. */ |
Kojto | 90:cb3d968589d8 | 111 | |
Kojto | 90:cb3d968589d8 | 112 | |
Kojto | 90:cb3d968589d8 | 113 | uint32_t OCIdleState; /*!< Specifies the TIM Output Compare pin state during Idle state. |
Kojto | 90:cb3d968589d8 | 114 | This parameter can be a value of @ref TIM_Output_Compare_Idle_State |
Kojto | 90:cb3d968589d8 | 115 | @note This parameter is valid only for TIM1 and TIM8. */ |
Kojto | 90:cb3d968589d8 | 116 | |
Kojto | 90:cb3d968589d8 | 117 | uint32_t OCNIdleState; /*!< Specifies the TIM Output Compare pin state during Idle state. |
Kojto | 90:cb3d968589d8 | 118 | This parameter can be a value of @ref TIM_Output_Compare_N_Idle_State |
Kojto | 90:cb3d968589d8 | 119 | @note This parameter is valid only for TIM1 and TIM8. */ |
Kojto | 90:cb3d968589d8 | 120 | } TIM_OC_InitTypeDef; |
Kojto | 90:cb3d968589d8 | 121 | |
Kojto | 90:cb3d968589d8 | 122 | /** |
Kojto | 90:cb3d968589d8 | 123 | * @brief TIM One Pulse Mode Configuration Structure definition |
Kojto | 90:cb3d968589d8 | 124 | */ |
Kojto | 90:cb3d968589d8 | 125 | typedef struct |
Kojto | 90:cb3d968589d8 | 126 | { |
Kojto | 90:cb3d968589d8 | 127 | uint32_t OCMode; /*!< Specifies the TIM mode. |
Kojto | 90:cb3d968589d8 | 128 | This parameter can be a value of @ref TIMEx_Output_Compare_and_PWM_modes */ |
Kojto | 90:cb3d968589d8 | 129 | |
Kojto | 90:cb3d968589d8 | 130 | uint32_t Pulse; /*!< Specifies the pulse value to be loaded into the Capture Compare Register. |
Kojto | 90:cb3d968589d8 | 131 | This parameter can be a number between Min_Data = 0x0000 and Max_Data = 0xFFFF */ |
Kojto | 90:cb3d968589d8 | 132 | |
Kojto | 90:cb3d968589d8 | 133 | uint32_t OCPolarity; /*!< Specifies the output polarity. |
Kojto | 90:cb3d968589d8 | 134 | This parameter can be a value of @ref TIM_Output_Compare_Polarity */ |
Kojto | 90:cb3d968589d8 | 135 | |
Kojto | 90:cb3d968589d8 | 136 | uint32_t OCNPolarity; /*!< Specifies the complementary output polarity. |
Kojto | 90:cb3d968589d8 | 137 | This parameter can be a value of @ref TIM_Output_Compare_N_Polarity |
Kojto | 90:cb3d968589d8 | 138 | @note This parameter is valid only for TIM1 and TIM8. */ |
Kojto | 90:cb3d968589d8 | 139 | |
Kojto | 90:cb3d968589d8 | 140 | uint32_t OCIdleState; /*!< Specifies the TIM Output Compare pin state during Idle state. |
Kojto | 90:cb3d968589d8 | 141 | This parameter can be a value of @ref TIM_Output_Compare_Idle_State |
Kojto | 90:cb3d968589d8 | 142 | @note This parameter is valid only for TIM1 and TIM8. */ |
Kojto | 90:cb3d968589d8 | 143 | |
Kojto | 90:cb3d968589d8 | 144 | uint32_t OCNIdleState; /*!< Specifies the TIM Output Compare pin state during Idle state. |
Kojto | 90:cb3d968589d8 | 145 | This parameter can be a value of @ref TIM_Output_Compare_N_Idle_State |
Kojto | 90:cb3d968589d8 | 146 | @note This parameter is valid only for TIM1 and TIM8. */ |
Kojto | 90:cb3d968589d8 | 147 | |
Kojto | 90:cb3d968589d8 | 148 | uint32_t ICPolarity; /*!< Specifies the active edge of the input signal. |
Kojto | 90:cb3d968589d8 | 149 | This parameter can be a value of @ref TIM_Input_Capture_Polarity */ |
Kojto | 90:cb3d968589d8 | 150 | |
Kojto | 90:cb3d968589d8 | 151 | uint32_t ICSelection; /*!< Specifies the input. |
Kojto | 90:cb3d968589d8 | 152 | This parameter can be a value of @ref TIM_Input_Capture_Selection */ |
Kojto | 90:cb3d968589d8 | 153 | |
Kojto | 90:cb3d968589d8 | 154 | uint32_t ICFilter; /*!< Specifies the input capture filter. |
Kojto | 90:cb3d968589d8 | 155 | This parameter can be a number between Min_Data = 0x0 and Max_Data = 0xF */ |
Kojto | 90:cb3d968589d8 | 156 | } TIM_OnePulse_InitTypeDef; |
Kojto | 90:cb3d968589d8 | 157 | |
Kojto | 90:cb3d968589d8 | 158 | |
Kojto | 90:cb3d968589d8 | 159 | /** |
Kojto | 90:cb3d968589d8 | 160 | * @brief TIM Input Capture Configuration Structure definition |
Kojto | 90:cb3d968589d8 | 161 | */ |
Kojto | 90:cb3d968589d8 | 162 | typedef struct |
Kojto | 90:cb3d968589d8 | 163 | { |
Kojto | 90:cb3d968589d8 | 164 | uint32_t ICPolarity; /*!< Specifies the active edge of the input signal. |
Kojto | 90:cb3d968589d8 | 165 | This parameter can be a value of @ref TIM_Input_Capture_Polarity */ |
Kojto | 90:cb3d968589d8 | 166 | |
Kojto | 90:cb3d968589d8 | 167 | uint32_t ICSelection; /*!< Specifies the input. |
Kojto | 90:cb3d968589d8 | 168 | This parameter can be a value of @ref TIM_Input_Capture_Selection */ |
Kojto | 90:cb3d968589d8 | 169 | |
Kojto | 90:cb3d968589d8 | 170 | uint32_t ICPrescaler; /*!< Specifies the Input Capture Prescaler. |
Kojto | 90:cb3d968589d8 | 171 | This parameter can be a value of @ref TIM_Input_Capture_Prescaler */ |
Kojto | 90:cb3d968589d8 | 172 | |
Kojto | 90:cb3d968589d8 | 173 | uint32_t ICFilter; /*!< Specifies the input capture filter. |
Kojto | 90:cb3d968589d8 | 174 | This parameter can be a number between Min_Data = 0x0 and Max_Data = 0xF */ |
Kojto | 90:cb3d968589d8 | 175 | } TIM_IC_InitTypeDef; |
Kojto | 90:cb3d968589d8 | 176 | |
Kojto | 90:cb3d968589d8 | 177 | /** |
Kojto | 90:cb3d968589d8 | 178 | * @brief TIM Encoder Configuration Structure definition |
Kojto | 90:cb3d968589d8 | 179 | */ |
Kojto | 90:cb3d968589d8 | 180 | typedef struct |
Kojto | 90:cb3d968589d8 | 181 | { |
Kojto | 90:cb3d968589d8 | 182 | uint32_t EncoderMode; /*!< Specifies the active edge of the input signal. |
Kojto | 90:cb3d968589d8 | 183 | This parameter can be a value of @ref TIM_Encoder_Mode */ |
Kojto | 90:cb3d968589d8 | 184 | |
Kojto | 90:cb3d968589d8 | 185 | uint32_t IC1Polarity; /*!< Specifies the active edge of the input signal. |
Kojto | 90:cb3d968589d8 | 186 | This parameter can be a value of @ref TIM_Input_Capture_Polarity */ |
Kojto | 90:cb3d968589d8 | 187 | |
Kojto | 90:cb3d968589d8 | 188 | uint32_t IC1Selection; /*!< Specifies the input. |
Kojto | 90:cb3d968589d8 | 189 | This parameter can be a value of @ref TIM_Input_Capture_Selection */ |
Kojto | 90:cb3d968589d8 | 190 | |
Kojto | 90:cb3d968589d8 | 191 | uint32_t IC1Prescaler; /*!< Specifies the Input Capture Prescaler. |
Kojto | 90:cb3d968589d8 | 192 | This parameter can be a value of @ref TIM_Input_Capture_Prescaler */ |
Kojto | 90:cb3d968589d8 | 193 | |
Kojto | 90:cb3d968589d8 | 194 | uint32_t IC1Filter; /*!< Specifies the input capture filter. |
Kojto | 90:cb3d968589d8 | 195 | This parameter can be a number between Min_Data = 0x0 and Max_Data = 0xF */ |
Kojto | 90:cb3d968589d8 | 196 | |
Kojto | 90:cb3d968589d8 | 197 | uint32_t IC2Polarity; /*!< Specifies the active edge of the input signal. |
Kojto | 90:cb3d968589d8 | 198 | This parameter can be a value of @ref TIM_Input_Capture_Polarity */ |
Kojto | 90:cb3d968589d8 | 199 | |
Kojto | 90:cb3d968589d8 | 200 | uint32_t IC2Selection; /*!< Specifies the input. |
Kojto | 90:cb3d968589d8 | 201 | This parameter can be a value of @ref TIM_Input_Capture_Selection */ |
Kojto | 90:cb3d968589d8 | 202 | |
Kojto | 90:cb3d968589d8 | 203 | uint32_t IC2Prescaler; /*!< Specifies the Input Capture Prescaler. |
Kojto | 90:cb3d968589d8 | 204 | This parameter can be a value of @ref TIM_Input_Capture_Prescaler */ |
Kojto | 90:cb3d968589d8 | 205 | |
Kojto | 90:cb3d968589d8 | 206 | uint32_t IC2Filter; /*!< Specifies the input capture filter. |
Kojto | 90:cb3d968589d8 | 207 | This parameter can be a number between Min_Data = 0x0 and Max_Data = 0xF */ |
Kojto | 90:cb3d968589d8 | 208 | } TIM_Encoder_InitTypeDef; |
Kojto | 90:cb3d968589d8 | 209 | |
Kojto | 90:cb3d968589d8 | 210 | |
Kojto | 90:cb3d968589d8 | 211 | /** |
Kojto | 90:cb3d968589d8 | 212 | * @brief Clock Configuration Handle Structure definition |
Kojto | 90:cb3d968589d8 | 213 | */ |
Kojto | 90:cb3d968589d8 | 214 | typedef struct |
Kojto | 90:cb3d968589d8 | 215 | { |
Kojto | 90:cb3d968589d8 | 216 | uint32_t ClockSource; /*!< TIM clock sources |
Kojto | 90:cb3d968589d8 | 217 | This parameter can be a value of @ref TIM_Clock_Source */ |
Kojto | 90:cb3d968589d8 | 218 | uint32_t ClockPolarity; /*!< TIM clock polarity |
Kojto | 90:cb3d968589d8 | 219 | This parameter can be a value of @ref TIM_Clock_Polarity */ |
Kojto | 90:cb3d968589d8 | 220 | uint32_t ClockPrescaler; /*!< TIM clock prescaler |
Kojto | 90:cb3d968589d8 | 221 | This parameter can be a value of @ref TIM_Clock_Prescaler */ |
Kojto | 90:cb3d968589d8 | 222 | uint32_t ClockFilter; /*!< TIM clock filter |
Kojto | 90:cb3d968589d8 | 223 | This parameter can be a value of @ref TIM_Clock_Filter */ |
Kojto | 90:cb3d968589d8 | 224 | }TIM_ClockConfigTypeDef; |
Kojto | 90:cb3d968589d8 | 225 | |
Kojto | 90:cb3d968589d8 | 226 | /** |
Kojto | 90:cb3d968589d8 | 227 | * @brief Clear Input Configuration Handle Structure definition |
Kojto | 90:cb3d968589d8 | 228 | */ |
Kojto | 90:cb3d968589d8 | 229 | typedef struct |
Kojto | 90:cb3d968589d8 | 230 | { |
Kojto | 90:cb3d968589d8 | 231 | uint32_t ClearInputState; /*!< TIM clear Input state |
Kojto | 90:cb3d968589d8 | 232 | This parameter can be ENABLE or DISABLE */ |
Kojto | 90:cb3d968589d8 | 233 | uint32_t ClearInputSource; /*!< TIM clear Input sources |
Kojto | 90:cb3d968589d8 | 234 | This parameter can be a value of @ref TIMEx_ClearInput_Source */ |
Kojto | 90:cb3d968589d8 | 235 | uint32_t ClearInputPolarity; /*!< TIM Clear Input polarity |
Kojto | 90:cb3d968589d8 | 236 | This parameter can be a value of @ref TIM_ClearInput_Polarity */ |
Kojto | 90:cb3d968589d8 | 237 | uint32_t ClearInputPrescaler; /*!< TIM Clear Input prescaler |
Kojto | 90:cb3d968589d8 | 238 | This parameter can be a value of @ref TIM_ClearInput_Prescaler */ |
Kojto | 90:cb3d968589d8 | 239 | uint32_t ClearInputFilter; /*!< TIM Clear Input filter |
Kojto | 90:cb3d968589d8 | 240 | This parameter can be a value of @ref TIM_ClearInput_Filter */ |
Kojto | 90:cb3d968589d8 | 241 | }TIM_ClearInputConfigTypeDef; |
Kojto | 90:cb3d968589d8 | 242 | |
Kojto | 90:cb3d968589d8 | 243 | /** |
Kojto | 90:cb3d968589d8 | 244 | * @brief TIM Slave configuration Structure definition |
Kojto | 90:cb3d968589d8 | 245 | */ |
Kojto | 90:cb3d968589d8 | 246 | typedef struct { |
Kojto | 90:cb3d968589d8 | 247 | uint32_t SlaveMode; /*!< Slave mode selection |
Kojto | 90:cb3d968589d8 | 248 | This parameter can be a value of @ref TIMEx_Slave_Mode */ |
Kojto | 90:cb3d968589d8 | 249 | uint32_t InputTrigger; /*!< Input Trigger source |
Kojto | 90:cb3d968589d8 | 250 | This parameter can be a value of @ref TIM_Trigger_Selection */ |
Kojto | 90:cb3d968589d8 | 251 | uint32_t TriggerPolarity; /*!< Input Trigger polarity |
Kojto | 90:cb3d968589d8 | 252 | This parameter can be a value of @ref TIM_Trigger_Polarity */ |
Kojto | 90:cb3d968589d8 | 253 | uint32_t TriggerPrescaler; /*!< Input trigger prescaler |
Kojto | 90:cb3d968589d8 | 254 | This parameter can be a value of @ref TIM_Trigger_Prescaler */ |
Kojto | 90:cb3d968589d8 | 255 | uint32_t TriggerFilter; /*!< Input trigger filter |
Kojto | 90:cb3d968589d8 | 256 | This parameter can be a value of @ref TIM_Trigger_Filter */ |
Kojto | 90:cb3d968589d8 | 257 | |
Kojto | 90:cb3d968589d8 | 258 | }TIM_SlaveConfigTypeDef; |
Kojto | 90:cb3d968589d8 | 259 | |
Kojto | 90:cb3d968589d8 | 260 | /** |
Kojto | 90:cb3d968589d8 | 261 | * @brief HAL State structures definition |
Kojto | 90:cb3d968589d8 | 262 | */ |
Kojto | 90:cb3d968589d8 | 263 | typedef enum |
Kojto | 90:cb3d968589d8 | 264 | { |
Kojto | 90:cb3d968589d8 | 265 | HAL_TIM_STATE_RESET = 0x00, /*!< Peripheral not yet initialized or disabled */ |
Kojto | 90:cb3d968589d8 | 266 | HAL_TIM_STATE_READY = 0x01, /*!< Peripheral Initialized and ready for use */ |
Kojto | 90:cb3d968589d8 | 267 | HAL_TIM_STATE_BUSY = 0x02, /*!< An internal process is ongoing */ |
Kojto | 90:cb3d968589d8 | 268 | HAL_TIM_STATE_TIMEOUT = 0x03, /*!< Timeout state */ |
Kojto | 90:cb3d968589d8 | 269 | HAL_TIM_STATE_ERROR = 0x04 /*!< Reception process is ongoing */ |
Kojto | 90:cb3d968589d8 | 270 | }HAL_TIM_StateTypeDef; |
Kojto | 90:cb3d968589d8 | 271 | |
Kojto | 90:cb3d968589d8 | 272 | /** |
Kojto | 90:cb3d968589d8 | 273 | * @brief HAL Active channel structures definition |
Kojto | 90:cb3d968589d8 | 274 | */ |
Kojto | 90:cb3d968589d8 | 275 | typedef enum |
Kojto | 90:cb3d968589d8 | 276 | { |
Kojto | 90:cb3d968589d8 | 277 | HAL_TIM_ACTIVE_CHANNEL_1 = 0x01, /*!< The active channel is 1 */ |
Kojto | 90:cb3d968589d8 | 278 | HAL_TIM_ACTIVE_CHANNEL_2 = 0x02, /*!< The active channel is 2 */ |
Kojto | 90:cb3d968589d8 | 279 | HAL_TIM_ACTIVE_CHANNEL_3 = 0x04, /*!< The active channel is 3 */ |
Kojto | 90:cb3d968589d8 | 280 | HAL_TIM_ACTIVE_CHANNEL_4 = 0x08, /*!< The active channel is 4 */ |
Kojto | 90:cb3d968589d8 | 281 | HAL_TIM_ACTIVE_CHANNEL_CLEARED = 0x00 /*!< All active channels cleared */ |
Kojto | 90:cb3d968589d8 | 282 | }HAL_TIM_ActiveChannel; |
Kojto | 90:cb3d968589d8 | 283 | |
Kojto | 90:cb3d968589d8 | 284 | /** |
Kojto | 90:cb3d968589d8 | 285 | * @brief TIM Time Base Handle Structure definition |
Kojto | 90:cb3d968589d8 | 286 | */ |
Kojto | 90:cb3d968589d8 | 287 | typedef struct |
Kojto | 90:cb3d968589d8 | 288 | { |
Kojto | 90:cb3d968589d8 | 289 | TIM_TypeDef *Instance; /*!< Register base address */ |
Kojto | 90:cb3d968589d8 | 290 | TIM_Base_InitTypeDef Init; /*!< TIM Time Base required parameters */ |
Kojto | 90:cb3d968589d8 | 291 | HAL_TIM_ActiveChannel Channel; /*!< Active channel */ |
Kojto | 90:cb3d968589d8 | 292 | DMA_HandleTypeDef *hdma[7]; /*!< DMA Handlers array |
Kojto | 90:cb3d968589d8 | 293 | This array is accessed by a @ref DMA_Handle_index */ |
Kojto | 90:cb3d968589d8 | 294 | HAL_LockTypeDef Lock; /*!< Locking object */ |
Kojto | 90:cb3d968589d8 | 295 | __IO HAL_TIM_StateTypeDef State; /*!< TIM operation state */ |
Kojto | 90:cb3d968589d8 | 296 | }TIM_HandleTypeDef; |
Kojto | 90:cb3d968589d8 | 297 | |
Kojto | 90:cb3d968589d8 | 298 | /** |
Kojto | 90:cb3d968589d8 | 299 | * @} |
Kojto | 90:cb3d968589d8 | 300 | */ |
Kojto | 90:cb3d968589d8 | 301 | |
Kojto | 90:cb3d968589d8 | 302 | /* Exported constants --------------------------------------------------------*/ |
Kojto | 90:cb3d968589d8 | 303 | /** @defgroup TIM_Exported_Constants TIM Exported Constants |
Kojto | 90:cb3d968589d8 | 304 | * @{ |
Kojto | 90:cb3d968589d8 | 305 | */ |
Kojto | 90:cb3d968589d8 | 306 | |
Kojto | 90:cb3d968589d8 | 307 | /** @defgroup TIM_Input_Channel_Polarity TIM Input Channel polarity |
Kojto | 90:cb3d968589d8 | 308 | * @{ |
Kojto | 90:cb3d968589d8 | 309 | */ |
Kojto | 90:cb3d968589d8 | 310 | #define TIM_INPUTCHANNELPOLARITY_RISING ((uint32_t)0x00000000) /*!< Polarity for TIx source */ |
Kojto | 90:cb3d968589d8 | 311 | #define TIM_INPUTCHANNELPOLARITY_FALLING (TIM_CCER_CC1P) /*!< Polarity for TIx source */ |
Kojto | 90:cb3d968589d8 | 312 | #define TIM_INPUTCHANNELPOLARITY_BOTHEDGE (TIM_CCER_CC1P | TIM_CCER_CC1NP) /*!< Polarity for TIx source */ |
Kojto | 90:cb3d968589d8 | 313 | /** |
Kojto | 90:cb3d968589d8 | 314 | * @} |
Kojto | 90:cb3d968589d8 | 315 | */ |
Kojto | 90:cb3d968589d8 | 316 | |
Kojto | 90:cb3d968589d8 | 317 | /** @defgroup TIM_ETR_Polarity TIM ETR Polarity |
Kojto | 90:cb3d968589d8 | 318 | * @{ |
Kojto | 90:cb3d968589d8 | 319 | */ |
Kojto | 90:cb3d968589d8 | 320 | #define TIM_ETRPOLARITY_INVERTED (TIM_SMCR_ETP) /*!< Polarity for ETR source */ |
Kojto | 90:cb3d968589d8 | 321 | #define TIM_ETRPOLARITY_NONINVERTED ((uint32_t)0x0000) /*!< Polarity for ETR source */ |
Kojto | 90:cb3d968589d8 | 322 | /** |
Kojto | 90:cb3d968589d8 | 323 | * @} |
Kojto | 90:cb3d968589d8 | 324 | */ |
Kojto | 90:cb3d968589d8 | 325 | |
Kojto | 90:cb3d968589d8 | 326 | /** @defgroup TIM_ETR_Prescaler TIM ETR Prescaler |
Kojto | 90:cb3d968589d8 | 327 | * @{ |
Kojto | 90:cb3d968589d8 | 328 | */ |
Kojto | 90:cb3d968589d8 | 329 | #define TIM_ETRPRESCALER_DIV1 ((uint32_t)0x0000) /*!< No prescaler is used */ |
Kojto | 90:cb3d968589d8 | 330 | #define TIM_ETRPRESCALER_DIV2 (TIM_SMCR_ETPS_0) /*!< ETR input source is divided by 2 */ |
Kojto | 90:cb3d968589d8 | 331 | #define TIM_ETRPRESCALER_DIV4 (TIM_SMCR_ETPS_1) /*!< ETR input source is divided by 4 */ |
Kojto | 90:cb3d968589d8 | 332 | #define TIM_ETRPRESCALER_DIV8 (TIM_SMCR_ETPS) /*!< ETR input source is divided by 8 */ |
Kojto | 90:cb3d968589d8 | 333 | /** |
Kojto | 90:cb3d968589d8 | 334 | * @} |
Kojto | 90:cb3d968589d8 | 335 | */ |
Kojto | 90:cb3d968589d8 | 336 | |
Kojto | 90:cb3d968589d8 | 337 | /** @defgroup TIM_Counter_Mode TIM Counter Mode |
Kojto | 90:cb3d968589d8 | 338 | * @{ |
Kojto | 90:cb3d968589d8 | 339 | */ |
Kojto | 90:cb3d968589d8 | 340 | |
Kojto | 90:cb3d968589d8 | 341 | #define TIM_COUNTERMODE_UP ((uint32_t)0x0000) |
Kojto | 90:cb3d968589d8 | 342 | #define TIM_COUNTERMODE_DOWN TIM_CR1_DIR |
Kojto | 90:cb3d968589d8 | 343 | #define TIM_COUNTERMODE_CENTERALIGNED1 TIM_CR1_CMS_0 |
Kojto | 90:cb3d968589d8 | 344 | #define TIM_COUNTERMODE_CENTERALIGNED2 TIM_CR1_CMS_1 |
Kojto | 90:cb3d968589d8 | 345 | #define TIM_COUNTERMODE_CENTERALIGNED3 TIM_CR1_CMS |
Kojto | 90:cb3d968589d8 | 346 | |
Kojto | 90:cb3d968589d8 | 347 | #define IS_TIM_COUNTER_MODE(MODE) (((MODE) == TIM_COUNTERMODE_UP) || \ |
Kojto | 90:cb3d968589d8 | 348 | ((MODE) == TIM_COUNTERMODE_DOWN) || \ |
Kojto | 90:cb3d968589d8 | 349 | ((MODE) == TIM_COUNTERMODE_CENTERALIGNED1) || \ |
Kojto | 90:cb3d968589d8 | 350 | ((MODE) == TIM_COUNTERMODE_CENTERALIGNED2) || \ |
Kojto | 90:cb3d968589d8 | 351 | ((MODE) == TIM_COUNTERMODE_CENTERALIGNED3)) |
Kojto | 90:cb3d968589d8 | 352 | /** |
Kojto | 90:cb3d968589d8 | 353 | * @} |
Kojto | 90:cb3d968589d8 | 354 | */ |
Kojto | 90:cb3d968589d8 | 355 | |
Kojto | 90:cb3d968589d8 | 356 | /** @defgroup TIM_ClockDivision TIM Clock Division |
Kojto | 90:cb3d968589d8 | 357 | * @{ |
Kojto | 90:cb3d968589d8 | 358 | */ |
Kojto | 90:cb3d968589d8 | 359 | |
Kojto | 90:cb3d968589d8 | 360 | #define TIM_CLOCKDIVISION_DIV1 ((uint32_t)0x0000) |
Kojto | 90:cb3d968589d8 | 361 | #define TIM_CLOCKDIVISION_DIV2 (TIM_CR1_CKD_0) |
Kojto | 90:cb3d968589d8 | 362 | #define TIM_CLOCKDIVISION_DIV4 (TIM_CR1_CKD_1) |
Kojto | 90:cb3d968589d8 | 363 | |
Kojto | 90:cb3d968589d8 | 364 | #define IS_TIM_CLOCKDIVISION_DIV(DIV) (((DIV) == TIM_CLOCKDIVISION_DIV1) || \ |
Kojto | 90:cb3d968589d8 | 365 | ((DIV) == TIM_CLOCKDIVISION_DIV2) || \ |
Kojto | 90:cb3d968589d8 | 366 | ((DIV) == TIM_CLOCKDIVISION_DIV4)) |
Kojto | 90:cb3d968589d8 | 367 | /** |
Kojto | 90:cb3d968589d8 | 368 | * @} |
Kojto | 90:cb3d968589d8 | 369 | */ |
Kojto | 90:cb3d968589d8 | 370 | |
Kojto | 90:cb3d968589d8 | 371 | /** @defgroup TIM_Output_Compare_State TIM Output Compare State |
Kojto | 90:cb3d968589d8 | 372 | * @{ |
Kojto | 90:cb3d968589d8 | 373 | */ |
Kojto | 90:cb3d968589d8 | 374 | |
Kojto | 90:cb3d968589d8 | 375 | #define TIM_OUTPUTSTATE_DISABLE ((uint32_t)0x0000) |
Kojto | 90:cb3d968589d8 | 376 | #define TIM_OUTPUTSTATE_ENABLE (TIM_CCER_CC1E) |
Kojto | 90:cb3d968589d8 | 377 | |
Kojto | 90:cb3d968589d8 | 378 | #define IS_TIM_OUTPUT_STATE(STATE) (((STATE) == TIM_OUTPUTSTATE_DISABLE) || \ |
Kojto | 90:cb3d968589d8 | 379 | ((STATE) == TIM_OUTPUTSTATE_ENABLE)) |
Kojto | 90:cb3d968589d8 | 380 | /** |
Kojto | 90:cb3d968589d8 | 381 | * @} |
Kojto | 90:cb3d968589d8 | 382 | */ |
Kojto | 90:cb3d968589d8 | 383 | /** @defgroup TIM_Output_Fast_State TIM Output Fast State |
Kojto | 90:cb3d968589d8 | 384 | * @{ |
Kojto | 90:cb3d968589d8 | 385 | */ |
Kojto | 90:cb3d968589d8 | 386 | #define TIM_OCFAST_DISABLE ((uint32_t)0x0000) |
Kojto | 90:cb3d968589d8 | 387 | #define TIM_OCFAST_ENABLE (TIM_CCMR1_OC1FE) |
Kojto | 90:cb3d968589d8 | 388 | |
Kojto | 90:cb3d968589d8 | 389 | #define IS_TIM_FAST_STATE(STATE) (((STATE) == TIM_OCFAST_DISABLE) || \ |
Kojto | 90:cb3d968589d8 | 390 | ((STATE) == TIM_OCFAST_ENABLE)) |
Kojto | 90:cb3d968589d8 | 391 | /** |
Kojto | 90:cb3d968589d8 | 392 | * @} |
Kojto | 90:cb3d968589d8 | 393 | */ |
Kojto | 90:cb3d968589d8 | 394 | /** @defgroup TIM_Output_Compare_N_State TIM Complementary Output Compare State |
Kojto | 90:cb3d968589d8 | 395 | * @{ |
Kojto | 90:cb3d968589d8 | 396 | */ |
Kojto | 90:cb3d968589d8 | 397 | |
Kojto | 90:cb3d968589d8 | 398 | #define TIM_OUTPUTNSTATE_DISABLE ((uint32_t)0x0000) |
Kojto | 90:cb3d968589d8 | 399 | #define TIM_OUTPUTNSTATE_ENABLE (TIM_CCER_CC1NE) |
Kojto | 90:cb3d968589d8 | 400 | |
Kojto | 90:cb3d968589d8 | 401 | #define IS_TIM_OUTPUTN_STATE(STATE) (((STATE) == TIM_OUTPUTNSTATE_DISABLE) || \ |
Kojto | 90:cb3d968589d8 | 402 | ((STATE) == TIM_OUTPUTNSTATE_ENABLE)) |
Kojto | 90:cb3d968589d8 | 403 | /** |
Kojto | 90:cb3d968589d8 | 404 | * @} |
Kojto | 90:cb3d968589d8 | 405 | */ |
Kojto | 90:cb3d968589d8 | 406 | |
Kojto | 90:cb3d968589d8 | 407 | /** @defgroup TIM_Output_Compare_Polarity TIM Output Compare Polarity |
Kojto | 90:cb3d968589d8 | 408 | * @{ |
Kojto | 90:cb3d968589d8 | 409 | */ |
Kojto | 90:cb3d968589d8 | 410 | |
Kojto | 90:cb3d968589d8 | 411 | #define TIM_OCPOLARITY_HIGH ((uint32_t)0x0000) |
Kojto | 90:cb3d968589d8 | 412 | #define TIM_OCPOLARITY_LOW (TIM_CCER_CC1P) |
Kojto | 90:cb3d968589d8 | 413 | |
Kojto | 90:cb3d968589d8 | 414 | #define IS_TIM_OC_POLARITY(POLARITY) (((POLARITY) == TIM_OCPOLARITY_HIGH) || \ |
Kojto | 90:cb3d968589d8 | 415 | ((POLARITY) == TIM_OCPOLARITY_LOW)) |
Kojto | 90:cb3d968589d8 | 416 | /** |
Kojto | 90:cb3d968589d8 | 417 | * @} |
Kojto | 90:cb3d968589d8 | 418 | */ |
Kojto | 90:cb3d968589d8 | 419 | |
Kojto | 90:cb3d968589d8 | 420 | /** @defgroup TIM_Output_Compare_N_Polarity TIM Complementary Output Compare Polarity |
Kojto | 90:cb3d968589d8 | 421 | * @{ |
Kojto | 90:cb3d968589d8 | 422 | */ |
Kojto | 90:cb3d968589d8 | 423 | |
Kojto | 90:cb3d968589d8 | 424 | #define TIM_OCNPOLARITY_HIGH ((uint32_t)0x0000) |
Kojto | 90:cb3d968589d8 | 425 | #define TIM_OCNPOLARITY_LOW (TIM_CCER_CC1NP) |
Kojto | 90:cb3d968589d8 | 426 | |
Kojto | 90:cb3d968589d8 | 427 | #define IS_TIM_OCN_POLARITY(POLARITY) (((POLARITY) == TIM_OCNPOLARITY_HIGH) || \ |
Kojto | 90:cb3d968589d8 | 428 | ((POLARITY) == TIM_OCNPOLARITY_LOW)) |
Kojto | 90:cb3d968589d8 | 429 | /** |
Kojto | 90:cb3d968589d8 | 430 | * @} |
Kojto | 90:cb3d968589d8 | 431 | */ |
Kojto | 90:cb3d968589d8 | 432 | |
Kojto | 90:cb3d968589d8 | 433 | /** @defgroup TIM_Output_Compare_Idle_State TIM Output Compare Idle State |
Kojto | 90:cb3d968589d8 | 434 | * @{ |
Kojto | 90:cb3d968589d8 | 435 | */ |
Kojto | 90:cb3d968589d8 | 436 | |
Kojto | 90:cb3d968589d8 | 437 | #define TIM_OCIDLESTATE_SET (TIM_CR2_OIS1) |
Kojto | 90:cb3d968589d8 | 438 | #define TIM_OCIDLESTATE_RESET ((uint32_t)0x0000) |
Kojto | 90:cb3d968589d8 | 439 | #define IS_TIM_OCIDLE_STATE(STATE) (((STATE) == TIM_OCIDLESTATE_SET) || \ |
Kojto | 90:cb3d968589d8 | 440 | ((STATE) == TIM_OCIDLESTATE_RESET)) |
Kojto | 90:cb3d968589d8 | 441 | /** |
Kojto | 90:cb3d968589d8 | 442 | * @} |
Kojto | 90:cb3d968589d8 | 443 | */ |
Kojto | 90:cb3d968589d8 | 444 | |
Kojto | 90:cb3d968589d8 | 445 | /** @defgroup TIM_Output_Compare_N_Idle_State TIM Complementary Output Compare Idle State |
Kojto | 90:cb3d968589d8 | 446 | * @{ |
Kojto | 90:cb3d968589d8 | 447 | */ |
Kojto | 90:cb3d968589d8 | 448 | |
Kojto | 90:cb3d968589d8 | 449 | #define TIM_OCNIDLESTATE_SET (TIM_CR2_OIS1N) |
Kojto | 90:cb3d968589d8 | 450 | #define TIM_OCNIDLESTATE_RESET ((uint32_t)0x0000) |
Kojto | 90:cb3d968589d8 | 451 | #define IS_TIM_OCNIDLE_STATE(STATE) (((STATE) == TIM_OCNIDLESTATE_SET) || \ |
Kojto | 90:cb3d968589d8 | 452 | ((STATE) == TIM_OCNIDLESTATE_RESET)) |
Kojto | 90:cb3d968589d8 | 453 | /** |
Kojto | 90:cb3d968589d8 | 454 | * @} |
Kojto | 90:cb3d968589d8 | 455 | */ |
Kojto | 90:cb3d968589d8 | 456 | |
Kojto | 90:cb3d968589d8 | 457 | |
Kojto | 90:cb3d968589d8 | 458 | |
Kojto | 90:cb3d968589d8 | 459 | /** @defgroup TIM_Input_Capture_Polarity TIM Input Capture Polarity |
Kojto | 90:cb3d968589d8 | 460 | * @{ |
Kojto | 90:cb3d968589d8 | 461 | */ |
Kojto | 90:cb3d968589d8 | 462 | |
Kojto | 90:cb3d968589d8 | 463 | #define TIM_ICPOLARITY_RISING TIM_INPUTCHANNELPOLARITY_RISING |
Kojto | 90:cb3d968589d8 | 464 | #define TIM_ICPOLARITY_FALLING TIM_INPUTCHANNELPOLARITY_FALLING |
Kojto | 90:cb3d968589d8 | 465 | #define TIM_ICPOLARITY_BOTHEDGE TIM_INPUTCHANNELPOLARITY_BOTHEDGE |
Kojto | 90:cb3d968589d8 | 466 | |
Kojto | 90:cb3d968589d8 | 467 | #define IS_TIM_IC_POLARITY(POLARITY) (((POLARITY) == TIM_ICPOLARITY_RISING) || \ |
Kojto | 90:cb3d968589d8 | 468 | ((POLARITY) == TIM_ICPOLARITY_FALLING) || \ |
Kojto | 90:cb3d968589d8 | 469 | ((POLARITY) == TIM_ICPOLARITY_BOTHEDGE)) |
Kojto | 90:cb3d968589d8 | 470 | /** |
Kojto | 90:cb3d968589d8 | 471 | * @} |
Kojto | 90:cb3d968589d8 | 472 | */ |
Kojto | 90:cb3d968589d8 | 473 | |
Kojto | 90:cb3d968589d8 | 474 | /** @defgroup TIM_Input_Capture_Selection TIM Input Capture Selection |
Kojto | 90:cb3d968589d8 | 475 | * @{ |
Kojto | 90:cb3d968589d8 | 476 | */ |
Kojto | 90:cb3d968589d8 | 477 | |
Kojto | 90:cb3d968589d8 | 478 | #define TIM_ICSELECTION_DIRECTTI (TIM_CCMR1_CC1S_0) /*!< TIM Input 1, 2, 3 or 4 is selected to be |
Kojto | 90:cb3d968589d8 | 479 | connected to IC1, IC2, IC3 or IC4, respectively */ |
Kojto | 90:cb3d968589d8 | 480 | #define TIM_ICSELECTION_INDIRECTTI (TIM_CCMR1_CC1S_1) /*!< TIM Input 1, 2, 3 or 4 is selected to be |
Kojto | 90:cb3d968589d8 | 481 | connected to IC2, IC1, IC4 or IC3, respectively */ |
Kojto | 90:cb3d968589d8 | 482 | #define TIM_ICSELECTION_TRC (TIM_CCMR1_CC1S) /*!< TIM Input 1, 2, 3 or 4 is selected to be connected to TRC */ |
Kojto | 90:cb3d968589d8 | 483 | |
Kojto | 90:cb3d968589d8 | 484 | #define IS_TIM_IC_SELECTION(SELECTION) (((SELECTION) == TIM_ICSELECTION_DIRECTTI) || \ |
Kojto | 90:cb3d968589d8 | 485 | ((SELECTION) == TIM_ICSELECTION_INDIRECTTI) || \ |
Kojto | 90:cb3d968589d8 | 486 | ((SELECTION) == TIM_ICSELECTION_TRC)) |
Kojto | 90:cb3d968589d8 | 487 | /** |
Kojto | 90:cb3d968589d8 | 488 | * @} |
Kojto | 90:cb3d968589d8 | 489 | */ |
Kojto | 90:cb3d968589d8 | 490 | |
Kojto | 90:cb3d968589d8 | 491 | /** @defgroup TIM_Input_Capture_Prescaler TIM Input Capture Prescaler |
Kojto | 90:cb3d968589d8 | 492 | * @{ |
Kojto | 90:cb3d968589d8 | 493 | */ |
Kojto | 90:cb3d968589d8 | 494 | |
Kojto | 90:cb3d968589d8 | 495 | #define TIM_ICPSC_DIV1 ((uint32_t)0x0000) /*!< Capture performed each time an edge is detected on the capture input */ |
Kojto | 90:cb3d968589d8 | 496 | #define TIM_ICPSC_DIV2 (TIM_CCMR1_IC1PSC_0) /*!< Capture performed once every 2 events */ |
Kojto | 90:cb3d968589d8 | 497 | #define TIM_ICPSC_DIV4 (TIM_CCMR1_IC1PSC_1) /*!< Capture performed once every 4 events */ |
Kojto | 90:cb3d968589d8 | 498 | #define TIM_ICPSC_DIV8 (TIM_CCMR1_IC1PSC) /*!< Capture performed once every 8 events */ |
Kojto | 90:cb3d968589d8 | 499 | |
Kojto | 90:cb3d968589d8 | 500 | #define IS_TIM_IC_PRESCALER(PRESCALER) (((PRESCALER) == TIM_ICPSC_DIV1) || \ |
Kojto | 90:cb3d968589d8 | 501 | ((PRESCALER) == TIM_ICPSC_DIV2) || \ |
Kojto | 90:cb3d968589d8 | 502 | ((PRESCALER) == TIM_ICPSC_DIV4) || \ |
Kojto | 90:cb3d968589d8 | 503 | ((PRESCALER) == TIM_ICPSC_DIV8)) |
Kojto | 90:cb3d968589d8 | 504 | /** |
Kojto | 90:cb3d968589d8 | 505 | * @} |
Kojto | 90:cb3d968589d8 | 506 | */ |
Kojto | 90:cb3d968589d8 | 507 | |
Kojto | 90:cb3d968589d8 | 508 | /** @defgroup TIM_One_Pulse_Mode TIM One Pulse Mode |
Kojto | 90:cb3d968589d8 | 509 | * @{ |
Kojto | 90:cb3d968589d8 | 510 | */ |
Kojto | 90:cb3d968589d8 | 511 | |
Kojto | 90:cb3d968589d8 | 512 | #define TIM_OPMODE_SINGLE (TIM_CR1_OPM) |
Kojto | 90:cb3d968589d8 | 513 | #define TIM_OPMODE_REPETITIVE ((uint32_t)0x0000) |
Kojto | 90:cb3d968589d8 | 514 | #define IS_TIM_OPM_MODE(MODE) (((MODE) == TIM_OPMODE_SINGLE) || \ |
Kojto | 90:cb3d968589d8 | 515 | ((MODE) == TIM_OPMODE_REPETITIVE)) |
Kojto | 90:cb3d968589d8 | 516 | /** |
Kojto | 90:cb3d968589d8 | 517 | * @} |
Kojto | 90:cb3d968589d8 | 518 | */ |
Kojto | 90:cb3d968589d8 | 519 | /** @defgroup TIM_Encoder_Mode TIM Encoder Mode |
Kojto | 90:cb3d968589d8 | 520 | * @{ |
Kojto | 90:cb3d968589d8 | 521 | */ |
Kojto | 90:cb3d968589d8 | 522 | #define TIM_ENCODERMODE_TI1 (TIM_SMCR_SMS_0) |
Kojto | 90:cb3d968589d8 | 523 | #define TIM_ENCODERMODE_TI2 (TIM_SMCR_SMS_1) |
Kojto | 90:cb3d968589d8 | 524 | #define TIM_ENCODERMODE_TI12 (TIM_SMCR_SMS_1 | TIM_SMCR_SMS_0) |
Kojto | 90:cb3d968589d8 | 525 | #define IS_TIM_ENCODER_MODE(MODE) (((MODE) == TIM_ENCODERMODE_TI1) || \ |
Kojto | 90:cb3d968589d8 | 526 | ((MODE) == TIM_ENCODERMODE_TI2) || \ |
Kojto | 90:cb3d968589d8 | 527 | ((MODE) == TIM_ENCODERMODE_TI12)) |
Kojto | 90:cb3d968589d8 | 528 | /** |
Kojto | 90:cb3d968589d8 | 529 | * @} |
Kojto | 90:cb3d968589d8 | 530 | */ |
Kojto | 90:cb3d968589d8 | 531 | /** @defgroup TIM_Interrupt_definition TIM interrupt Definition |
Kojto | 90:cb3d968589d8 | 532 | * @{ |
Kojto | 90:cb3d968589d8 | 533 | */ |
Kojto | 90:cb3d968589d8 | 534 | #define TIM_IT_UPDATE (TIM_DIER_UIE) |
Kojto | 90:cb3d968589d8 | 535 | #define TIM_IT_CC1 (TIM_DIER_CC1IE) |
Kojto | 90:cb3d968589d8 | 536 | #define TIM_IT_CC2 (TIM_DIER_CC2IE) |
Kojto | 90:cb3d968589d8 | 537 | #define TIM_IT_CC3 (TIM_DIER_CC3IE) |
Kojto | 90:cb3d968589d8 | 538 | #define TIM_IT_CC4 (TIM_DIER_CC4IE) |
Kojto | 90:cb3d968589d8 | 539 | #define TIM_IT_COM (TIM_DIER_COMIE) |
Kojto | 90:cb3d968589d8 | 540 | #define TIM_IT_TRIGGER (TIM_DIER_TIE) |
Kojto | 90:cb3d968589d8 | 541 | #define TIM_IT_BREAK (TIM_DIER_BIE) |
Kojto | 90:cb3d968589d8 | 542 | |
Kojto | 90:cb3d968589d8 | 543 | #define IS_TIM_IT(IT) ((((IT) & 0xFFFFFF00) == 0x00000000) && ((IT) != 0x00000000)) |
Kojto | 90:cb3d968589d8 | 544 | |
Kojto | 90:cb3d968589d8 | 545 | #define IS_TIM_GET_IT(IT) (((IT) == TIM_IT_UPDATE) || \ |
Kojto | 90:cb3d968589d8 | 546 | ((IT) == TIM_IT_CC1) || \ |
Kojto | 90:cb3d968589d8 | 547 | ((IT) == TIM_IT_CC2) || \ |
Kojto | 90:cb3d968589d8 | 548 | ((IT) == TIM_IT_CC3) || \ |
Kojto | 90:cb3d968589d8 | 549 | ((IT) == TIM_IT_CC4) || \ |
Kojto | 90:cb3d968589d8 | 550 | ((IT) == TIM_IT_COM) || \ |
Kojto | 90:cb3d968589d8 | 551 | ((IT) == TIM_IT_TRIGGER) || \ |
Kojto | 90:cb3d968589d8 | 552 | ((IT) == TIM_IT_BREAK)) |
Kojto | 90:cb3d968589d8 | 553 | /** |
Kojto | 90:cb3d968589d8 | 554 | * @} |
Kojto | 90:cb3d968589d8 | 555 | */ |
Kojto | 90:cb3d968589d8 | 556 | #define TIM_COMMUTATION_TRGI (TIM_CR2_CCUS) |
Kojto | 90:cb3d968589d8 | 557 | #define TIM_COMMUTATION_SOFTWARE ((uint32_t)0x0000) |
Kojto | 90:cb3d968589d8 | 558 | |
Kojto | 90:cb3d968589d8 | 559 | /** @defgroup TIM_DMA_sources TIM DMA Sources |
Kojto | 90:cb3d968589d8 | 560 | * @{ |
Kojto | 90:cb3d968589d8 | 561 | */ |
Kojto | 90:cb3d968589d8 | 562 | |
Kojto | 90:cb3d968589d8 | 563 | #define TIM_DMA_UPDATE (TIM_DIER_UDE) |
Kojto | 90:cb3d968589d8 | 564 | #define TIM_DMA_CC1 (TIM_DIER_CC1DE) |
Kojto | 90:cb3d968589d8 | 565 | #define TIM_DMA_CC2 (TIM_DIER_CC2DE) |
Kojto | 90:cb3d968589d8 | 566 | #define TIM_DMA_CC3 (TIM_DIER_CC3DE) |
Kojto | 90:cb3d968589d8 | 567 | #define TIM_DMA_CC4 (TIM_DIER_CC4DE) |
Kojto | 90:cb3d968589d8 | 568 | #define TIM_DMA_COM (TIM_DIER_COMDE) |
Kojto | 90:cb3d968589d8 | 569 | #define TIM_DMA_TRIGGER (TIM_DIER_TDE) |
Kojto | 90:cb3d968589d8 | 570 | #define IS_TIM_DMA_SOURCE(SOURCE) ((((SOURCE) & 0xFFFF80FF) == 0x00000000) && ((SOURCE) != 0x00000000)) |
Kojto | 90:cb3d968589d8 | 571 | |
Kojto | 90:cb3d968589d8 | 572 | /** |
Kojto | 90:cb3d968589d8 | 573 | * @} |
Kojto | 90:cb3d968589d8 | 574 | */ |
Kojto | 90:cb3d968589d8 | 575 | |
Kojto | 90:cb3d968589d8 | 576 | /** @defgroup TIM_Flag_definition TIM Flag Definition |
Kojto | 90:cb3d968589d8 | 577 | * @{ |
Kojto | 90:cb3d968589d8 | 578 | */ |
Kojto | 90:cb3d968589d8 | 579 | |
Kojto | 90:cb3d968589d8 | 580 | #define TIM_FLAG_UPDATE (TIM_SR_UIF) |
Kojto | 90:cb3d968589d8 | 581 | #define TIM_FLAG_CC1 (TIM_SR_CC1IF) |
Kojto | 90:cb3d968589d8 | 582 | #define TIM_FLAG_CC2 (TIM_SR_CC2IF) |
Kojto | 90:cb3d968589d8 | 583 | #define TIM_FLAG_CC3 (TIM_SR_CC3IF) |
Kojto | 90:cb3d968589d8 | 584 | #define TIM_FLAG_CC4 (TIM_SR_CC4IF) |
Kojto | 90:cb3d968589d8 | 585 | #define TIM_FLAG_COM (TIM_SR_COMIF) |
Kojto | 90:cb3d968589d8 | 586 | #define TIM_FLAG_TRIGGER (TIM_SR_TIF) |
Kojto | 90:cb3d968589d8 | 587 | #define TIM_FLAG_BREAK (TIM_SR_BIF) |
Kojto | 90:cb3d968589d8 | 588 | #define TIM_FLAG_CC1OF (TIM_SR_CC1OF) |
Kojto | 90:cb3d968589d8 | 589 | #define TIM_FLAG_CC2OF (TIM_SR_CC2OF) |
Kojto | 90:cb3d968589d8 | 590 | #define TIM_FLAG_CC3OF (TIM_SR_CC3OF) |
Kojto | 90:cb3d968589d8 | 591 | #define TIM_FLAG_CC4OF (TIM_SR_CC4OF) |
Kojto | 90:cb3d968589d8 | 592 | |
Kojto | 90:cb3d968589d8 | 593 | #define IS_TIM_FLAG(FLAG) (((FLAG) == TIM_FLAG_UPDATE) || \ |
Kojto | 90:cb3d968589d8 | 594 | ((FLAG) == TIM_FLAG_CC1) || \ |
Kojto | 90:cb3d968589d8 | 595 | ((FLAG) == TIM_FLAG_CC2) || \ |
Kojto | 90:cb3d968589d8 | 596 | ((FLAG) == TIM_FLAG_CC3) || \ |
Kojto | 90:cb3d968589d8 | 597 | ((FLAG) == TIM_FLAG_CC4) || \ |
Kojto | 90:cb3d968589d8 | 598 | ((FLAG) == TIM_FLAG_COM) || \ |
Kojto | 90:cb3d968589d8 | 599 | ((FLAG) == TIM_FLAG_TRIGGER) || \ |
Kojto | 90:cb3d968589d8 | 600 | ((FLAG) == TIM_FLAG_BREAK) || \ |
Kojto | 90:cb3d968589d8 | 601 | ((FLAG) == TIM_FLAG_CC1OF) || \ |
Kojto | 90:cb3d968589d8 | 602 | ((FLAG) == TIM_FLAG_CC2OF) || \ |
Kojto | 90:cb3d968589d8 | 603 | ((FLAG) == TIM_FLAG_CC3OF) || \ |
Kojto | 90:cb3d968589d8 | 604 | ((FLAG) == TIM_FLAG_CC4OF)) |
Kojto | 90:cb3d968589d8 | 605 | /** |
Kojto | 90:cb3d968589d8 | 606 | * @} |
Kojto | 90:cb3d968589d8 | 607 | */ |
Kojto | 90:cb3d968589d8 | 608 | |
Kojto | 90:cb3d968589d8 | 609 | /** @defgroup TIM_Clock_Source TIM Clock Source |
Kojto | 90:cb3d968589d8 | 610 | * @{ |
Kojto | 90:cb3d968589d8 | 611 | */ |
Kojto | 90:cb3d968589d8 | 612 | #define TIM_CLOCKSOURCE_ETRMODE2 (TIM_SMCR_ETPS_1) |
Kojto | 90:cb3d968589d8 | 613 | #define TIM_CLOCKSOURCE_INTERNAL (TIM_SMCR_ETPS_0) |
Kojto | 90:cb3d968589d8 | 614 | #define TIM_CLOCKSOURCE_ITR0 ((uint32_t)0x0000) |
Kojto | 90:cb3d968589d8 | 615 | #define TIM_CLOCKSOURCE_ITR1 (TIM_SMCR_TS_0) |
Kojto | 90:cb3d968589d8 | 616 | #define TIM_CLOCKSOURCE_ITR2 (TIM_SMCR_TS_1) |
Kojto | 90:cb3d968589d8 | 617 | #define TIM_CLOCKSOURCE_ITR3 (TIM_SMCR_TS_0 | TIM_SMCR_TS_1) |
Kojto | 90:cb3d968589d8 | 618 | #define TIM_CLOCKSOURCE_TI1ED (TIM_SMCR_TS_2) |
Kojto | 90:cb3d968589d8 | 619 | #define TIM_CLOCKSOURCE_TI1 (TIM_SMCR_TS_0 | TIM_SMCR_TS_2) |
Kojto | 90:cb3d968589d8 | 620 | #define TIM_CLOCKSOURCE_TI2 (TIM_SMCR_TS_1 | TIM_SMCR_TS_2) |
Kojto | 90:cb3d968589d8 | 621 | #define TIM_CLOCKSOURCE_ETRMODE1 (TIM_SMCR_TS) |
Kojto | 90:cb3d968589d8 | 622 | |
Kojto | 90:cb3d968589d8 | 623 | #define IS_TIM_CLOCKSOURCE(CLOCK) (((CLOCK) == TIM_CLOCKSOURCE_INTERNAL) || \ |
Kojto | 90:cb3d968589d8 | 624 | ((CLOCK) == TIM_CLOCKSOURCE_ETRMODE2) || \ |
Kojto | 90:cb3d968589d8 | 625 | ((CLOCK) == TIM_CLOCKSOURCE_ITR0) || \ |
Kojto | 90:cb3d968589d8 | 626 | ((CLOCK) == TIM_CLOCKSOURCE_ITR1) || \ |
Kojto | 90:cb3d968589d8 | 627 | ((CLOCK) == TIM_CLOCKSOURCE_ITR2) || \ |
Kojto | 90:cb3d968589d8 | 628 | ((CLOCK) == TIM_CLOCKSOURCE_ITR3) || \ |
Kojto | 90:cb3d968589d8 | 629 | ((CLOCK) == TIM_CLOCKSOURCE_TI1ED) || \ |
Kojto | 90:cb3d968589d8 | 630 | ((CLOCK) == TIM_CLOCKSOURCE_TI1) || \ |
Kojto | 90:cb3d968589d8 | 631 | ((CLOCK) == TIM_CLOCKSOURCE_TI2) || \ |
Kojto | 90:cb3d968589d8 | 632 | ((CLOCK) == TIM_CLOCKSOURCE_ETRMODE1)) |
Kojto | 90:cb3d968589d8 | 633 | /** |
Kojto | 90:cb3d968589d8 | 634 | * @} |
Kojto | 90:cb3d968589d8 | 635 | */ |
Kojto | 90:cb3d968589d8 | 636 | |
Kojto | 90:cb3d968589d8 | 637 | /** @defgroup TIM_Clock_Polarity TIM Clock Polarity |
Kojto | 90:cb3d968589d8 | 638 | * @{ |
Kojto | 90:cb3d968589d8 | 639 | */ |
Kojto | 90:cb3d968589d8 | 640 | #define TIM_CLOCKPOLARITY_INVERTED TIM_ETRPOLARITY_INVERTED /*!< Polarity for ETRx clock sources */ |
Kojto | 90:cb3d968589d8 | 641 | #define TIM_CLOCKPOLARITY_NONINVERTED TIM_ETRPOLARITY_NONINVERTED /*!< Polarity for ETRx clock sources */ |
Kojto | 90:cb3d968589d8 | 642 | #define TIM_CLOCKPOLARITY_RISING TIM_INPUTCHANNELPOLARITY_RISING /*!< Polarity for TIx clock sources */ |
Kojto | 90:cb3d968589d8 | 643 | #define TIM_CLOCKPOLARITY_FALLING TIM_INPUTCHANNELPOLARITY_FALLING /*!< Polarity for TIx clock sources */ |
Kojto | 90:cb3d968589d8 | 644 | #define TIM_CLOCKPOLARITY_BOTHEDGE TIM_INPUTCHANNELPOLARITY_BOTHEDGE /*!< Polarity for TIx clock sources */ |
Kojto | 90:cb3d968589d8 | 645 | |
Kojto | 90:cb3d968589d8 | 646 | #define IS_TIM_CLOCKPOLARITY(POLARITY) (((POLARITY) == TIM_CLOCKPOLARITY_INVERTED) || \ |
Kojto | 90:cb3d968589d8 | 647 | ((POLARITY) == TIM_CLOCKPOLARITY_NONINVERTED) || \ |
Kojto | 90:cb3d968589d8 | 648 | ((POLARITY) == TIM_CLOCKPOLARITY_RISING) || \ |
Kojto | 90:cb3d968589d8 | 649 | ((POLARITY) == TIM_CLOCKPOLARITY_FALLING) || \ |
Kojto | 90:cb3d968589d8 | 650 | ((POLARITY) == TIM_CLOCKPOLARITY_BOTHEDGE)) |
Kojto | 90:cb3d968589d8 | 651 | /** |
Kojto | 90:cb3d968589d8 | 652 | * @} |
Kojto | 90:cb3d968589d8 | 653 | */ |
Kojto | 90:cb3d968589d8 | 654 | /** @defgroup TIM_Clock_Prescaler TIM Clock Prescaler |
Kojto | 90:cb3d968589d8 | 655 | * @{ |
Kojto | 90:cb3d968589d8 | 656 | */ |
Kojto | 90:cb3d968589d8 | 657 | #define TIM_CLOCKPRESCALER_DIV1 TIM_ETRPRESCALER_DIV1 /*!< No prescaler is used */ |
Kojto | 90:cb3d968589d8 | 658 | #define TIM_CLOCKPRESCALER_DIV2 TIM_ETRPRESCALER_DIV2 /*!< Prescaler for External ETR Clock: Capture performed once every 2 events. */ |
Kojto | 90:cb3d968589d8 | 659 | #define TIM_CLOCKPRESCALER_DIV4 TIM_ETRPRESCALER_DIV4 /*!< Prescaler for External ETR Clock: Capture performed once every 4 events. */ |
Kojto | 90:cb3d968589d8 | 660 | #define TIM_CLOCKPRESCALER_DIV8 TIM_ETRPRESCALER_DIV8 /*!< Prescaler for External ETR Clock: Capture performed once every 8 events. */ |
Kojto | 90:cb3d968589d8 | 661 | |
Kojto | 90:cb3d968589d8 | 662 | #define IS_TIM_CLOCKPRESCALER(PRESCALER) (((PRESCALER) == TIM_CLOCKPRESCALER_DIV1) || \ |
Kojto | 90:cb3d968589d8 | 663 | ((PRESCALER) == TIM_CLOCKPRESCALER_DIV2) || \ |
Kojto | 90:cb3d968589d8 | 664 | ((PRESCALER) == TIM_CLOCKPRESCALER_DIV4) || \ |
Kojto | 90:cb3d968589d8 | 665 | ((PRESCALER) == TIM_CLOCKPRESCALER_DIV8)) |
Kojto | 90:cb3d968589d8 | 666 | /** |
Kojto | 90:cb3d968589d8 | 667 | * @} |
Kojto | 90:cb3d968589d8 | 668 | */ |
Kojto | 90:cb3d968589d8 | 669 | /** @defgroup TIM_Clock_Filter TIM Clock Filter |
Kojto | 90:cb3d968589d8 | 670 | * @{ |
Kojto | 90:cb3d968589d8 | 671 | */ |
Kojto | 90:cb3d968589d8 | 672 | |
Kojto | 90:cb3d968589d8 | 673 | #define IS_TIM_CLOCKFILTER(ICFILTER) ((ICFILTER) <= 0xF) |
Kojto | 90:cb3d968589d8 | 674 | /** |
Kojto | 90:cb3d968589d8 | 675 | * @} |
Kojto | 90:cb3d968589d8 | 676 | */ |
Kojto | 90:cb3d968589d8 | 677 | |
Kojto | 90:cb3d968589d8 | 678 | /** @defgroup TIM_ClearInput_Polarity TIM Clear Input Polarity |
Kojto | 90:cb3d968589d8 | 679 | * @{ |
Kojto | 90:cb3d968589d8 | 680 | */ |
Kojto | 90:cb3d968589d8 | 681 | #define TIM_CLEARINPUTPOLARITY_INVERTED TIM_ETRPOLARITY_INVERTED /*!< Polarity for ETRx pin */ |
Kojto | 90:cb3d968589d8 | 682 | #define TIM_CLEARINPUTPOLARITY_NONINVERTED TIM_ETRPOLARITY_NONINVERTED /*!< Polarity for ETRx pin */ |
Kojto | 90:cb3d968589d8 | 683 | |
Kojto | 90:cb3d968589d8 | 684 | |
Kojto | 90:cb3d968589d8 | 685 | #define IS_TIM_CLEARINPUT_POLARITY(POLARITY) (((POLARITY) == TIM_CLEARINPUTPOLARITY_INVERTED) || \ |
Kojto | 90:cb3d968589d8 | 686 | ((POLARITY) == TIM_CLEARINPUTPOLARITY_NONINVERTED)) |
Kojto | 90:cb3d968589d8 | 687 | /** |
Kojto | 90:cb3d968589d8 | 688 | * @} |
Kojto | 90:cb3d968589d8 | 689 | */ |
Kojto | 90:cb3d968589d8 | 690 | |
Kojto | 90:cb3d968589d8 | 691 | /** @defgroup TIM_ClearInput_Prescaler TIM Clear Input Prescaler |
Kojto | 90:cb3d968589d8 | 692 | * @{ |
Kojto | 90:cb3d968589d8 | 693 | */ |
Kojto | 90:cb3d968589d8 | 694 | #define TIM_CLEARINPUTPRESCALER_DIV1 TIM_ETRPRESCALER_DIV1 /*!< No prescaler is used */ |
Kojto | 90:cb3d968589d8 | 695 | #define TIM_CLEARINPUTPRESCALER_DIV2 TIM_ETRPRESCALER_DIV2 /*!< Prescaler for External ETR pin: Capture performed once every 2 events. */ |
Kojto | 90:cb3d968589d8 | 696 | #define TIM_CLEARINPUTPRESCALER_DIV4 TIM_ETRPRESCALER_DIV4 /*!< Prescaler for External ETR pin: Capture performed once every 4 events. */ |
Kojto | 90:cb3d968589d8 | 697 | #define TIM_CLEARINPUTPRESCALER_DIV8 TIM_ETRPRESCALER_DIV8 /*!< Prescaler for External ETR pin: Capture performed once every 8 events. */ |
Kojto | 90:cb3d968589d8 | 698 | #define IS_TIM_CLEARINPUT_PRESCALER(PRESCALER) (((PRESCALER) == TIM_CLEARINPUTPRESCALER_DIV1) || \ |
Kojto | 90:cb3d968589d8 | 699 | ((PRESCALER) == TIM_CLEARINPUTPRESCALER_DIV2) || \ |
Kojto | 90:cb3d968589d8 | 700 | ((PRESCALER) == TIM_CLEARINPUTPRESCALER_DIV4) || \ |
Kojto | 90:cb3d968589d8 | 701 | ((PRESCALER) == TIM_CLEARINPUTPRESCALER_DIV8)) |
Kojto | 90:cb3d968589d8 | 702 | /** |
Kojto | 90:cb3d968589d8 | 703 | * @} |
Kojto | 90:cb3d968589d8 | 704 | */ |
Kojto | 90:cb3d968589d8 | 705 | |
Kojto | 90:cb3d968589d8 | 706 | /** @defgroup TIM_ClearInput_Filter TIM Clear Input Filter |
Kojto | 90:cb3d968589d8 | 707 | * @{ |
Kojto | 90:cb3d968589d8 | 708 | */ |
Kojto | 90:cb3d968589d8 | 709 | |
Kojto | 90:cb3d968589d8 | 710 | #define IS_TIM_CLEARINPUT_FILTER(ICFILTER) ((ICFILTER) <= 0xF) |
Kojto | 90:cb3d968589d8 | 711 | /** |
Kojto | 90:cb3d968589d8 | 712 | * @} |
Kojto | 90:cb3d968589d8 | 713 | */ |
Kojto | 90:cb3d968589d8 | 714 | |
Kojto | 90:cb3d968589d8 | 715 | /** @defgroup TIM_OSSR_Off_State_Selection_for_Run_mode_state TIM Off-state Selection for Run Mode |
Kojto | 90:cb3d968589d8 | 716 | * @{ |
Kojto | 90:cb3d968589d8 | 717 | */ |
Kojto | 90:cb3d968589d8 | 718 | #define TIM_OSSR_ENABLE (TIM_BDTR_OSSR) |
Kojto | 90:cb3d968589d8 | 719 | #define TIM_OSSR_DISABLE ((uint32_t)0x0000) |
Kojto | 90:cb3d968589d8 | 720 | |
Kojto | 90:cb3d968589d8 | 721 | #define IS_TIM_OSSR_STATE(STATE) (((STATE) == TIM_OSSR_ENABLE) || \ |
Kojto | 90:cb3d968589d8 | 722 | ((STATE) == TIM_OSSR_DISABLE)) |
Kojto | 90:cb3d968589d8 | 723 | /** |
Kojto | 90:cb3d968589d8 | 724 | * @} |
Kojto | 90:cb3d968589d8 | 725 | */ |
Kojto | 90:cb3d968589d8 | 726 | |
Kojto | 90:cb3d968589d8 | 727 | /** @defgroup TIM_OSSI_Off_State_Selection_for_Idle_mode_state TIM Off-state Selection for Idle Mode |
Kojto | 90:cb3d968589d8 | 728 | * @{ |
Kojto | 90:cb3d968589d8 | 729 | */ |
Kojto | 90:cb3d968589d8 | 730 | #define TIM_OSSI_ENABLE (TIM_BDTR_OSSI) |
Kojto | 90:cb3d968589d8 | 731 | #define TIM_OSSI_DISABLE ((uint32_t)0x0000) |
Kojto | 90:cb3d968589d8 | 732 | |
Kojto | 90:cb3d968589d8 | 733 | #define IS_TIM_OSSI_STATE(STATE) (((STATE) == TIM_OSSI_ENABLE) || \ |
Kojto | 90:cb3d968589d8 | 734 | ((STATE) == TIM_OSSI_DISABLE)) |
Kojto | 90:cb3d968589d8 | 735 | /** |
Kojto | 90:cb3d968589d8 | 736 | * @} |
Kojto | 90:cb3d968589d8 | 737 | */ |
Kojto | 90:cb3d968589d8 | 738 | /** @defgroup TIM_Lock_level TIM Lock Configuration |
Kojto | 90:cb3d968589d8 | 739 | * @{ |
Kojto | 90:cb3d968589d8 | 740 | */ |
Kojto | 90:cb3d968589d8 | 741 | #define TIM_LOCKLEVEL_OFF ((uint32_t)0x0000) |
Kojto | 90:cb3d968589d8 | 742 | #define TIM_LOCKLEVEL_1 (TIM_BDTR_LOCK_0) |
Kojto | 90:cb3d968589d8 | 743 | #define TIM_LOCKLEVEL_2 (TIM_BDTR_LOCK_1) |
Kojto | 90:cb3d968589d8 | 744 | #define TIM_LOCKLEVEL_3 (TIM_BDTR_LOCK) |
Kojto | 90:cb3d968589d8 | 745 | |
Kojto | 90:cb3d968589d8 | 746 | #define IS_TIM_LOCK_LEVEL(LEVEL) (((LEVEL) == TIM_LOCKLEVEL_OFF) || \ |
Kojto | 90:cb3d968589d8 | 747 | ((LEVEL) == TIM_LOCKLEVEL_1) || \ |
Kojto | 90:cb3d968589d8 | 748 | ((LEVEL) == TIM_LOCKLEVEL_2) || \ |
Kojto | 90:cb3d968589d8 | 749 | ((LEVEL) == TIM_LOCKLEVEL_3)) |
Kojto | 90:cb3d968589d8 | 750 | /** |
Kojto | 90:cb3d968589d8 | 751 | * @} |
Kojto | 90:cb3d968589d8 | 752 | */ |
Kojto | 90:cb3d968589d8 | 753 | /** @defgroup TIM_Break_Input_enable_disable TIM Break Input Enable |
Kojto | 90:cb3d968589d8 | 754 | * @{ |
Kojto | 90:cb3d968589d8 | 755 | */ |
Kojto | 90:cb3d968589d8 | 756 | #define TIM_BREAK_ENABLE (TIM_BDTR_BKE) |
Kojto | 90:cb3d968589d8 | 757 | #define TIM_BREAK_DISABLE ((uint32_t)0x0000) |
Kojto | 90:cb3d968589d8 | 758 | |
Kojto | 90:cb3d968589d8 | 759 | #define IS_TIM_BREAK_STATE(STATE) (((STATE) == TIM_BREAK_ENABLE) || \ |
Kojto | 90:cb3d968589d8 | 760 | ((STATE) == TIM_BREAK_DISABLE)) |
Kojto | 90:cb3d968589d8 | 761 | /** |
Kojto | 90:cb3d968589d8 | 762 | * @} |
Kojto | 90:cb3d968589d8 | 763 | */ |
Kojto | 90:cb3d968589d8 | 764 | /** @defgroup TIM_Break_Polarity TIM Break Input Polarity |
Kojto | 90:cb3d968589d8 | 765 | * @{ |
Kojto | 90:cb3d968589d8 | 766 | */ |
Kojto | 90:cb3d968589d8 | 767 | #define TIM_BREAKPOLARITY_LOW ((uint32_t)0x0000) |
Kojto | 90:cb3d968589d8 | 768 | #define TIM_BREAKPOLARITY_HIGH (TIM_BDTR_BKP) |
Kojto | 90:cb3d968589d8 | 769 | |
Kojto | 90:cb3d968589d8 | 770 | #define IS_TIM_BREAK_POLARITY(POLARITY) (((POLARITY) == TIM_BREAKPOLARITY_LOW) || \ |
Kojto | 90:cb3d968589d8 | 771 | ((POLARITY) == TIM_BREAKPOLARITY_HIGH)) |
Kojto | 90:cb3d968589d8 | 772 | /** |
Kojto | 90:cb3d968589d8 | 773 | * @} |
Kojto | 90:cb3d968589d8 | 774 | */ |
Kojto | 90:cb3d968589d8 | 775 | /** @defgroup TIM_AOE_Bit_Set_Reset TIM Automatic Output Enable |
Kojto | 90:cb3d968589d8 | 776 | * @{ |
Kojto | 90:cb3d968589d8 | 777 | */ |
Kojto | 90:cb3d968589d8 | 778 | #define TIM_AUTOMATICOUTPUT_ENABLE (TIM_BDTR_AOE) |
Kojto | 90:cb3d968589d8 | 779 | #define TIM_AUTOMATICOUTPUT_DISABLE ((uint32_t)0x0000) |
Kojto | 90:cb3d968589d8 | 780 | |
Kojto | 90:cb3d968589d8 | 781 | #define IS_TIM_AUTOMATIC_OUTPUT_STATE(STATE) (((STATE) == TIM_AUTOMATICOUTPUT_ENABLE) || \ |
Kojto | 90:cb3d968589d8 | 782 | ((STATE) == TIM_AUTOMATICOUTPUT_DISABLE)) |
Kojto | 90:cb3d968589d8 | 783 | /** |
Kojto | 90:cb3d968589d8 | 784 | * @} |
Kojto | 90:cb3d968589d8 | 785 | */ |
Kojto | 90:cb3d968589d8 | 786 | |
Kojto | 90:cb3d968589d8 | 787 | /** @defgroup TIM_Master_Mode_Selection TIM Master Mode Selection |
Kojto | 90:cb3d968589d8 | 788 | * @{ |
Kojto | 90:cb3d968589d8 | 789 | */ |
Kojto | 90:cb3d968589d8 | 790 | #define TIM_TRGO_RESET ((uint32_t)0x0000) |
Kojto | 90:cb3d968589d8 | 791 | #define TIM_TRGO_ENABLE (TIM_CR2_MMS_0) |
Kojto | 90:cb3d968589d8 | 792 | #define TIM_TRGO_UPDATE (TIM_CR2_MMS_1) |
Kojto | 90:cb3d968589d8 | 793 | #define TIM_TRGO_OC1 ((TIM_CR2_MMS_1 | TIM_CR2_MMS_0)) |
Kojto | 90:cb3d968589d8 | 794 | #define TIM_TRGO_OC1REF (TIM_CR2_MMS_2) |
Kojto | 90:cb3d968589d8 | 795 | #define TIM_TRGO_OC2REF ((TIM_CR2_MMS_2 | TIM_CR2_MMS_0)) |
Kojto | 90:cb3d968589d8 | 796 | #define TIM_TRGO_OC3REF ((TIM_CR2_MMS_2 | TIM_CR2_MMS_1)) |
Kojto | 90:cb3d968589d8 | 797 | #define TIM_TRGO_OC4REF ((TIM_CR2_MMS_2 | TIM_CR2_MMS_1 | TIM_CR2_MMS_0)) |
Kojto | 90:cb3d968589d8 | 798 | |
Kojto | 90:cb3d968589d8 | 799 | #define IS_TIM_TRGO_SOURCE(SOURCE) (((SOURCE) == TIM_TRGO_RESET) || \ |
Kojto | 90:cb3d968589d8 | 800 | ((SOURCE) == TIM_TRGO_ENABLE) || \ |
Kojto | 90:cb3d968589d8 | 801 | ((SOURCE) == TIM_TRGO_UPDATE) || \ |
Kojto | 90:cb3d968589d8 | 802 | ((SOURCE) == TIM_TRGO_OC1) || \ |
Kojto | 90:cb3d968589d8 | 803 | ((SOURCE) == TIM_TRGO_OC1REF) || \ |
Kojto | 90:cb3d968589d8 | 804 | ((SOURCE) == TIM_TRGO_OC2REF) || \ |
Kojto | 90:cb3d968589d8 | 805 | ((SOURCE) == TIM_TRGO_OC3REF) || \ |
Kojto | 90:cb3d968589d8 | 806 | ((SOURCE) == TIM_TRGO_OC4REF)) |
Kojto | 90:cb3d968589d8 | 807 | |
Kojto | 90:cb3d968589d8 | 808 | |
Kojto | 90:cb3d968589d8 | 809 | /** |
Kojto | 90:cb3d968589d8 | 810 | * @} |
Kojto | 90:cb3d968589d8 | 811 | */ |
Kojto | 90:cb3d968589d8 | 812 | /** @defgroup TIM_Master_Slave_Mode TIM Master/Slave Mode |
Kojto | 90:cb3d968589d8 | 813 | * @{ |
Kojto | 90:cb3d968589d8 | 814 | */ |
Kojto | 90:cb3d968589d8 | 815 | |
Kojto | 90:cb3d968589d8 | 816 | #define TIM_MASTERSLAVEMODE_ENABLE ((uint32_t)0x0080) |
Kojto | 90:cb3d968589d8 | 817 | #define TIM_MASTERSLAVEMODE_DISABLE ((uint32_t)0x0000) |
Kojto | 90:cb3d968589d8 | 818 | #define IS_TIM_MSM_STATE(STATE) (((STATE) == TIM_MASTERSLAVEMODE_ENABLE) || \ |
Kojto | 90:cb3d968589d8 | 819 | ((STATE) == TIM_MASTERSLAVEMODE_DISABLE)) |
Kojto | 90:cb3d968589d8 | 820 | /** |
Kojto | 90:cb3d968589d8 | 821 | * @} |
Kojto | 90:cb3d968589d8 | 822 | */ |
Kojto | 90:cb3d968589d8 | 823 | /** @defgroup TIM_Trigger_Selection TIM Trigger Selection |
Kojto | 90:cb3d968589d8 | 824 | * @{ |
Kojto | 90:cb3d968589d8 | 825 | */ |
Kojto | 90:cb3d968589d8 | 826 | |
Kojto | 90:cb3d968589d8 | 827 | #define TIM_TS_ITR0 ((uint32_t)0x0000) |
Kojto | 90:cb3d968589d8 | 828 | #define TIM_TS_ITR1 ((uint32_t)0x0010) |
Kojto | 90:cb3d968589d8 | 829 | #define TIM_TS_ITR2 ((uint32_t)0x0020) |
Kojto | 90:cb3d968589d8 | 830 | #define TIM_TS_ITR3 ((uint32_t)0x0030) |
Kojto | 90:cb3d968589d8 | 831 | #define TIM_TS_TI1F_ED ((uint32_t)0x0040) |
Kojto | 90:cb3d968589d8 | 832 | #define TIM_TS_TI1FP1 ((uint32_t)0x0050) |
Kojto | 90:cb3d968589d8 | 833 | #define TIM_TS_TI2FP2 ((uint32_t)0x0060) |
Kojto | 90:cb3d968589d8 | 834 | #define TIM_TS_ETRF ((uint32_t)0x0070) |
Kojto | 90:cb3d968589d8 | 835 | #define TIM_TS_NONE ((uint32_t)0xFFFF) |
Kojto | 90:cb3d968589d8 | 836 | #define IS_TIM_TRIGGER_SELECTION(SELECTION) (((SELECTION) == TIM_TS_ITR0) || \ |
Kojto | 90:cb3d968589d8 | 837 | ((SELECTION) == TIM_TS_ITR1) || \ |
Kojto | 90:cb3d968589d8 | 838 | ((SELECTION) == TIM_TS_ITR2) || \ |
Kojto | 90:cb3d968589d8 | 839 | ((SELECTION) == TIM_TS_ITR3) || \ |
Kojto | 90:cb3d968589d8 | 840 | ((SELECTION) == TIM_TS_TI1F_ED) || \ |
Kojto | 90:cb3d968589d8 | 841 | ((SELECTION) == TIM_TS_TI1FP1) || \ |
Kojto | 90:cb3d968589d8 | 842 | ((SELECTION) == TIM_TS_TI2FP2) || \ |
Kojto | 90:cb3d968589d8 | 843 | ((SELECTION) == TIM_TS_ETRF)) |
Kojto | 90:cb3d968589d8 | 844 | #define IS_TIM_INTERNAL_TRIGGER_SELECTION(SELECTION) (((SELECTION) == TIM_TS_ITR0) || \ |
Kojto | 90:cb3d968589d8 | 845 | ((SELECTION) == TIM_TS_ITR1) || \ |
Kojto | 90:cb3d968589d8 | 846 | ((SELECTION) == TIM_TS_ITR2) || \ |
Kojto | 90:cb3d968589d8 | 847 | ((SELECTION) == TIM_TS_ITR3)) |
Kojto | 90:cb3d968589d8 | 848 | #define IS_TIM_INTERNAL_TRIGGEREVENT_SELECTION(SELECTION) (((SELECTION) == TIM_TS_ITR0) || \ |
Kojto | 90:cb3d968589d8 | 849 | ((SELECTION) == TIM_TS_ITR1) || \ |
Kojto | 90:cb3d968589d8 | 850 | ((SELECTION) == TIM_TS_ITR2) || \ |
Kojto | 90:cb3d968589d8 | 851 | ((SELECTION) == TIM_TS_ITR3) || \ |
Kojto | 90:cb3d968589d8 | 852 | ((SELECTION) == TIM_TS_NONE)) |
Kojto | 90:cb3d968589d8 | 853 | /** |
Kojto | 90:cb3d968589d8 | 854 | * @} |
Kojto | 90:cb3d968589d8 | 855 | */ |
Kojto | 90:cb3d968589d8 | 856 | |
Kojto | 90:cb3d968589d8 | 857 | /** @defgroup TIM_Trigger_Polarity TIM Trigger Polarity |
Kojto | 90:cb3d968589d8 | 858 | * @{ |
Kojto | 90:cb3d968589d8 | 859 | */ |
Kojto | 90:cb3d968589d8 | 860 | #define TIM_TRIGGERPOLARITY_INVERTED TIM_ETRPOLARITY_INVERTED /*!< Polarity for ETRx trigger sources */ |
Kojto | 90:cb3d968589d8 | 861 | #define TIM_TRIGGERPOLARITY_NONINVERTED TIM_ETRPOLARITY_NONINVERTED /*!< Polarity for ETRx trigger sources */ |
Kojto | 90:cb3d968589d8 | 862 | #define TIM_TRIGGERPOLARITY_RISING TIM_INPUTCHANNELPOLARITY_RISING /*!< Polarity for TIxFPx or TI1_ED trigger sources */ |
Kojto | 90:cb3d968589d8 | 863 | #define TIM_TRIGGERPOLARITY_FALLING TIM_INPUTCHANNELPOLARITY_FALLING /*!< Polarity for TIxFPx or TI1_ED trigger sources */ |
Kojto | 90:cb3d968589d8 | 864 | #define TIM_TRIGGERPOLARITY_BOTHEDGE TIM_INPUTCHANNELPOLARITY_BOTHEDGE /*!< Polarity for TIxFPx or TI1_ED trigger sources */ |
Kojto | 90:cb3d968589d8 | 865 | |
Kojto | 90:cb3d968589d8 | 866 | #define IS_TIM_TRIGGERPOLARITY(POLARITY) (((POLARITY) == TIM_TRIGGERPOLARITY_INVERTED ) || \ |
Kojto | 90:cb3d968589d8 | 867 | ((POLARITY) == TIM_TRIGGERPOLARITY_NONINVERTED) || \ |
Kojto | 90:cb3d968589d8 | 868 | ((POLARITY) == TIM_TRIGGERPOLARITY_RISING ) || \ |
Kojto | 90:cb3d968589d8 | 869 | ((POLARITY) == TIM_TRIGGERPOLARITY_FALLING ) || \ |
Kojto | 90:cb3d968589d8 | 870 | ((POLARITY) == TIM_TRIGGERPOLARITY_BOTHEDGE )) |
Kojto | 90:cb3d968589d8 | 871 | /** |
Kojto | 90:cb3d968589d8 | 872 | * @} |
Kojto | 90:cb3d968589d8 | 873 | */ |
Kojto | 90:cb3d968589d8 | 874 | |
Kojto | 90:cb3d968589d8 | 875 | /** @defgroup TIM_Trigger_Prescaler TIM Trigger Prescaler |
Kojto | 90:cb3d968589d8 | 876 | * @{ |
Kojto | 90:cb3d968589d8 | 877 | */ |
Kojto | 90:cb3d968589d8 | 878 | #define TIM_TRIGGERPRESCALER_DIV1 TIM_ETRPRESCALER_DIV1 /*!< No prescaler is used */ |
Kojto | 90:cb3d968589d8 | 879 | #define TIM_TRIGGERPRESCALER_DIV2 TIM_ETRPRESCALER_DIV2 /*!< Prescaler for External ETR Trigger: Capture performed once every 2 events. */ |
Kojto | 90:cb3d968589d8 | 880 | #define TIM_TRIGGERPRESCALER_DIV4 TIM_ETRPRESCALER_DIV4 /*!< Prescaler for External ETR Trigger: Capture performed once every 4 events. */ |
Kojto | 90:cb3d968589d8 | 881 | #define TIM_TRIGGERPRESCALER_DIV8 TIM_ETRPRESCALER_DIV8 /*!< Prescaler for External ETR Trigger: Capture performed once every 8 events. */ |
Kojto | 90:cb3d968589d8 | 882 | |
Kojto | 90:cb3d968589d8 | 883 | #define IS_TIM_TRIGGERPRESCALER(PRESCALER) (((PRESCALER) == TIM_TRIGGERPRESCALER_DIV1) || \ |
Kojto | 90:cb3d968589d8 | 884 | ((PRESCALER) == TIM_TRIGGERPRESCALER_DIV2) || \ |
Kojto | 90:cb3d968589d8 | 885 | ((PRESCALER) == TIM_TRIGGERPRESCALER_DIV4) || \ |
Kojto | 90:cb3d968589d8 | 886 | ((PRESCALER) == TIM_TRIGGERPRESCALER_DIV8)) |
Kojto | 90:cb3d968589d8 | 887 | /** |
Kojto | 90:cb3d968589d8 | 888 | * @} |
Kojto | 90:cb3d968589d8 | 889 | */ |
Kojto | 90:cb3d968589d8 | 890 | |
Kojto | 90:cb3d968589d8 | 891 | /** @defgroup TIM_Trigger_Filter TIM Trigger Filter |
Kojto | 90:cb3d968589d8 | 892 | * @{ |
Kojto | 90:cb3d968589d8 | 893 | */ |
Kojto | 90:cb3d968589d8 | 894 | |
Kojto | 90:cb3d968589d8 | 895 | #define IS_TIM_TRIGGERFILTER(ICFILTER) ((ICFILTER) <= 0xF) |
Kojto | 90:cb3d968589d8 | 896 | /** |
Kojto | 90:cb3d968589d8 | 897 | * @} |
Kojto | 90:cb3d968589d8 | 898 | */ |
Kojto | 90:cb3d968589d8 | 899 | |
Kojto | 90:cb3d968589d8 | 900 | /** @defgroup TIM_TI1_Selection TIM TI1 Input Selection |
Kojto | 90:cb3d968589d8 | 901 | * @{ |
Kojto | 90:cb3d968589d8 | 902 | */ |
Kojto | 90:cb3d968589d8 | 903 | |
Kojto | 90:cb3d968589d8 | 904 | #define TIM_TI1SELECTION_CH1 ((uint32_t)0x0000) |
Kojto | 90:cb3d968589d8 | 905 | #define TIM_TI1SELECTION_XORCOMBINATION (TIM_CR2_TI1S) |
Kojto | 90:cb3d968589d8 | 906 | |
Kojto | 90:cb3d968589d8 | 907 | #define IS_TIM_TI1SELECTION(TI1SELECTION) (((TI1SELECTION) == TIM_TI1SELECTION_CH1) || \ |
Kojto | 90:cb3d968589d8 | 908 | ((TI1SELECTION) == TIM_TI1SELECTION_XORCOMBINATION)) |
Kojto | 90:cb3d968589d8 | 909 | |
Kojto | 90:cb3d968589d8 | 910 | /** |
Kojto | 90:cb3d968589d8 | 911 | * @} |
Kojto | 90:cb3d968589d8 | 912 | */ |
Kojto | 90:cb3d968589d8 | 913 | |
Kojto | 90:cb3d968589d8 | 914 | /** @defgroup TIM_DMA_Burst_Length TIM DMA Burst Length |
Kojto | 90:cb3d968589d8 | 915 | * @{ |
Kojto | 90:cb3d968589d8 | 916 | */ |
Kojto | 90:cb3d968589d8 | 917 | |
Kojto | 90:cb3d968589d8 | 918 | #define TIM_DMABurstLength_1Transfer (0x00000000) |
Kojto | 90:cb3d968589d8 | 919 | #define TIM_DMABurstLength_2Transfers (0x00000100) |
Kojto | 90:cb3d968589d8 | 920 | #define TIM_DMABurstLength_3Transfers (0x00000200) |
Kojto | 90:cb3d968589d8 | 921 | #define TIM_DMABurstLength_4Transfers (0x00000300) |
Kojto | 90:cb3d968589d8 | 922 | #define TIM_DMABurstLength_5Transfers (0x00000400) |
Kojto | 90:cb3d968589d8 | 923 | #define TIM_DMABurstLength_6Transfers (0x00000500) |
Kojto | 90:cb3d968589d8 | 924 | #define TIM_DMABurstLength_7Transfers (0x00000600) |
Kojto | 90:cb3d968589d8 | 925 | #define TIM_DMABurstLength_8Transfers (0x00000700) |
Kojto | 90:cb3d968589d8 | 926 | #define TIM_DMABurstLength_9Transfers (0x00000800) |
Kojto | 90:cb3d968589d8 | 927 | #define TIM_DMABurstLength_10Transfers (0x00000900) |
Kojto | 90:cb3d968589d8 | 928 | #define TIM_DMABurstLength_11Transfers (0x00000A00) |
Kojto | 90:cb3d968589d8 | 929 | #define TIM_DMABurstLength_12Transfers (0x00000B00) |
Kojto | 90:cb3d968589d8 | 930 | #define TIM_DMABurstLength_13Transfers (0x00000C00) |
Kojto | 90:cb3d968589d8 | 931 | #define TIM_DMABurstLength_14Transfers (0x00000D00) |
Kojto | 90:cb3d968589d8 | 932 | #define TIM_DMABurstLength_15Transfers (0x00000E00) |
Kojto | 90:cb3d968589d8 | 933 | #define TIM_DMABurstLength_16Transfers (0x00000F00) |
Kojto | 90:cb3d968589d8 | 934 | #define TIM_DMABurstLength_17Transfers (0x00001000) |
Kojto | 90:cb3d968589d8 | 935 | #define TIM_DMABurstLength_18Transfers (0x00001100) |
Kojto | 90:cb3d968589d8 | 936 | #define IS_TIM_DMA_LENGTH(LENGTH) (((LENGTH) == TIM_DMABurstLength_1Transfer) || \ |
Kojto | 90:cb3d968589d8 | 937 | ((LENGTH) == TIM_DMABurstLength_2Transfers) || \ |
Kojto | 90:cb3d968589d8 | 938 | ((LENGTH) == TIM_DMABurstLength_3Transfers) || \ |
Kojto | 90:cb3d968589d8 | 939 | ((LENGTH) == TIM_DMABurstLength_4Transfers) || \ |
Kojto | 90:cb3d968589d8 | 940 | ((LENGTH) == TIM_DMABurstLength_5Transfers) || \ |
Kojto | 90:cb3d968589d8 | 941 | ((LENGTH) == TIM_DMABurstLength_6Transfers) || \ |
Kojto | 90:cb3d968589d8 | 942 | ((LENGTH) == TIM_DMABurstLength_7Transfers) || \ |
Kojto | 90:cb3d968589d8 | 943 | ((LENGTH) == TIM_DMABurstLength_8Transfers) || \ |
Kojto | 90:cb3d968589d8 | 944 | ((LENGTH) == TIM_DMABurstLength_9Transfers) || \ |
Kojto | 90:cb3d968589d8 | 945 | ((LENGTH) == TIM_DMABurstLength_10Transfers) || \ |
Kojto | 90:cb3d968589d8 | 946 | ((LENGTH) == TIM_DMABurstLength_11Transfers) || \ |
Kojto | 90:cb3d968589d8 | 947 | ((LENGTH) == TIM_DMABurstLength_12Transfers) || \ |
Kojto | 90:cb3d968589d8 | 948 | ((LENGTH) == TIM_DMABurstLength_13Transfers) || \ |
Kojto | 90:cb3d968589d8 | 949 | ((LENGTH) == TIM_DMABurstLength_14Transfers) || \ |
Kojto | 90:cb3d968589d8 | 950 | ((LENGTH) == TIM_DMABurstLength_15Transfers) || \ |
Kojto | 90:cb3d968589d8 | 951 | ((LENGTH) == TIM_DMABurstLength_16Transfers) || \ |
Kojto | 90:cb3d968589d8 | 952 | ((LENGTH) == TIM_DMABurstLength_17Transfers) || \ |
Kojto | 90:cb3d968589d8 | 953 | ((LENGTH) == TIM_DMABurstLength_18Transfers)) |
Kojto | 90:cb3d968589d8 | 954 | /** |
Kojto | 90:cb3d968589d8 | 955 | * @} |
Kojto | 90:cb3d968589d8 | 956 | */ |
Kojto | 90:cb3d968589d8 | 957 | |
Kojto | 90:cb3d968589d8 | 958 | /** @defgroup TIM_Input_Capture_Filer_Value TIM Input Capture Value |
Kojto | 90:cb3d968589d8 | 959 | * @{ |
Kojto | 90:cb3d968589d8 | 960 | */ |
Kojto | 90:cb3d968589d8 | 961 | |
Kojto | 90:cb3d968589d8 | 962 | #define IS_TIM_IC_FILTER(ICFILTER) ((ICFILTER) <= 0xF) |
Kojto | 90:cb3d968589d8 | 963 | /** |
Kojto | 90:cb3d968589d8 | 964 | * @} |
Kojto | 90:cb3d968589d8 | 965 | */ |
Kojto | 90:cb3d968589d8 | 966 | |
Kojto | 90:cb3d968589d8 | 967 | /** @defgroup DMA_Handle_index TIM DMA Handle Index |
Kojto | 90:cb3d968589d8 | 968 | * @{ |
Kojto | 90:cb3d968589d8 | 969 | */ |
Kojto | 90:cb3d968589d8 | 970 | #define TIM_DMA_ID_UPDATE ((uint16_t) 0x0) /*!< Index of the DMA handle used for Update DMA requests */ |
Kojto | 90:cb3d968589d8 | 971 | #define TIM_DMA_ID_CC1 ((uint16_t) 0x1) /*!< Index of the DMA handle used for Capture/Compare 1 DMA requests */ |
Kojto | 90:cb3d968589d8 | 972 | #define TIM_DMA_ID_CC2 ((uint16_t) 0x2) /*!< Index of the DMA handle used for Capture/Compare 2 DMA requests */ |
Kojto | 90:cb3d968589d8 | 973 | #define TIM_DMA_ID_CC3 ((uint16_t) 0x3) /*!< Index of the DMA handle used for Capture/Compare 3 DMA requests */ |
Kojto | 90:cb3d968589d8 | 974 | #define TIM_DMA_ID_CC4 ((uint16_t) 0x4) /*!< Index of the DMA handle used for Capture/Compare 4 DMA requests */ |
Kojto | 90:cb3d968589d8 | 975 | #define TIM_DMA_ID_COMMUTATION ((uint16_t) 0x5) /*!< Index of the DMA handle used for Commutation DMA requests */ |
Kojto | 90:cb3d968589d8 | 976 | #define TIM_DMA_ID_TRIGGER ((uint16_t) 0x6) /*!< Index of the DMA handle used for Trigger DMA requests */ |
Kojto | 90:cb3d968589d8 | 977 | /** |
Kojto | 90:cb3d968589d8 | 978 | * @} |
Kojto | 90:cb3d968589d8 | 979 | */ |
Kojto | 90:cb3d968589d8 | 980 | |
Kojto | 90:cb3d968589d8 | 981 | /** @defgroup Channel_CC_State TIM Capture/Compare Channel State |
Kojto | 90:cb3d968589d8 | 982 | * @{ |
Kojto | 90:cb3d968589d8 | 983 | */ |
Kojto | 90:cb3d968589d8 | 984 | #define TIM_CCx_ENABLE ((uint32_t)0x0001) |
Kojto | 90:cb3d968589d8 | 985 | #define TIM_CCx_DISABLE ((uint32_t)0x0000) |
Kojto | 90:cb3d968589d8 | 986 | #define TIM_CCxN_ENABLE ((uint32_t)0x0004) |
Kojto | 90:cb3d968589d8 | 987 | #define TIM_CCxN_DISABLE ((uint32_t)0x0000) |
Kojto | 90:cb3d968589d8 | 988 | /** |
Kojto | 90:cb3d968589d8 | 989 | * @} |
Kojto | 90:cb3d968589d8 | 990 | */ |
Kojto | 90:cb3d968589d8 | 991 | |
Kojto | 90:cb3d968589d8 | 992 | /** |
Kojto | 90:cb3d968589d8 | 993 | * @} |
Kojto | 90:cb3d968589d8 | 994 | */ |
Kojto | 90:cb3d968589d8 | 995 | |
Kojto | 90:cb3d968589d8 | 996 | /* Exported macros -----------------------------------------------------------*/ |
Kojto | 90:cb3d968589d8 | 997 | /** @defgroup TIM_Exported_Macros TIM Exported Macros |
Kojto | 90:cb3d968589d8 | 998 | * @{ |
Kojto | 90:cb3d968589d8 | 999 | */ |
Kojto | 90:cb3d968589d8 | 1000 | |
Kojto | 90:cb3d968589d8 | 1001 | /** @brief Reset TIM handle state |
Kojto | 90:cb3d968589d8 | 1002 | * @param __HANDLE__: TIM handle. |
Kojto | 90:cb3d968589d8 | 1003 | * @retval None |
Kojto | 90:cb3d968589d8 | 1004 | */ |
Kojto | 90:cb3d968589d8 | 1005 | #define __HAL_TIM_RESET_HANDLE_STATE(__HANDLE__) ((__HANDLE__)->State = HAL_TIM_STATE_RESET) |
Kojto | 90:cb3d968589d8 | 1006 | |
Kojto | 90:cb3d968589d8 | 1007 | /** |
Kojto | 90:cb3d968589d8 | 1008 | * @brief Enable the TIM peripheral. |
Kojto | 90:cb3d968589d8 | 1009 | * @param __HANDLE__: TIM handle |
Kojto | 90:cb3d968589d8 | 1010 | * @retval None |
Kojto | 90:cb3d968589d8 | 1011 | */ |
Kojto | 90:cb3d968589d8 | 1012 | #define __HAL_TIM_ENABLE(__HANDLE__) ((__HANDLE__)->Instance->CR1|=(TIM_CR1_CEN)) |
Kojto | 90:cb3d968589d8 | 1013 | |
Kojto | 90:cb3d968589d8 | 1014 | /** |
Kojto | 90:cb3d968589d8 | 1015 | * @brief Enable the TIM main Output. |
Kojto | 90:cb3d968589d8 | 1016 | * @param __HANDLE__: TIM handle |
Kojto | 90:cb3d968589d8 | 1017 | * @retval None |
Kojto | 90:cb3d968589d8 | 1018 | */ |
Kojto | 90:cb3d968589d8 | 1019 | #define __HAL_TIM_MOE_ENABLE(__HANDLE__) ((__HANDLE__)->Instance->BDTR|=(TIM_BDTR_MOE)) |
Kojto | 90:cb3d968589d8 | 1020 | |
Kojto | 90:cb3d968589d8 | 1021 | /* The counter of a timer instance is disabled only if all the CCx and CCxN |
Kojto | 90:cb3d968589d8 | 1022 | channels have been disabled */ |
Kojto | 90:cb3d968589d8 | 1023 | #define CCER_CCxE_MASK ((uint32_t)(TIM_CCER_CC1E | TIM_CCER_CC2E | TIM_CCER_CC3E | TIM_CCER_CC4E)) |
Kojto | 90:cb3d968589d8 | 1024 | #define CCER_CCxNE_MASK ((uint32_t)(TIM_CCER_CC1NE | TIM_CCER_CC2NE | TIM_CCER_CC3NE)) |
Kojto | 90:cb3d968589d8 | 1025 | |
Kojto | 90:cb3d968589d8 | 1026 | /** |
Kojto | 90:cb3d968589d8 | 1027 | * @brief Disable the TIM peripheral. |
Kojto | 90:cb3d968589d8 | 1028 | * @param __HANDLE__: TIM handle |
Kojto | 90:cb3d968589d8 | 1029 | * @retval None |
Kojto | 90:cb3d968589d8 | 1030 | */ |
Kojto | 90:cb3d968589d8 | 1031 | #define __HAL_TIM_DISABLE(__HANDLE__) \ |
Kojto | 90:cb3d968589d8 | 1032 | do { \ |
Kojto | 90:cb3d968589d8 | 1033 | if (((__HANDLE__)->Instance->CCER & CCER_CCxE_MASK) == 0) \ |
Kojto | 90:cb3d968589d8 | 1034 | { \ |
Kojto | 90:cb3d968589d8 | 1035 | if(((__HANDLE__)->Instance->CCER & CCER_CCxNE_MASK) == 0) \ |
Kojto | 90:cb3d968589d8 | 1036 | { \ |
Kojto | 90:cb3d968589d8 | 1037 | (__HANDLE__)->Instance->CR1 &= ~(TIM_CR1_CEN); \ |
Kojto | 90:cb3d968589d8 | 1038 | } \ |
Kojto | 90:cb3d968589d8 | 1039 | } \ |
Kojto | 90:cb3d968589d8 | 1040 | } while(0) |
Kojto | 90:cb3d968589d8 | 1041 | /* The Main Output Enable of a timer instance is disabled only if all the CCx and CCxN |
Kojto | 90:cb3d968589d8 | 1042 | channels have been disabled */ |
Kojto | 90:cb3d968589d8 | 1043 | /** |
Kojto | 90:cb3d968589d8 | 1044 | * @brief Disable the TIM main Output. |
Kojto | 90:cb3d968589d8 | 1045 | * @param __HANDLE__: TIM handle |
Kojto | 90:cb3d968589d8 | 1046 | * @retval None |
Kojto | 90:cb3d968589d8 | 1047 | */ |
Kojto | 90:cb3d968589d8 | 1048 | #define __HAL_TIM_MOE_DISABLE(__HANDLE__) \ |
Kojto | 90:cb3d968589d8 | 1049 | do { \ |
Kojto | 90:cb3d968589d8 | 1050 | if (((__HANDLE__)->Instance->CCER & CCER_CCxE_MASK) == 0) \ |
Kojto | 90:cb3d968589d8 | 1051 | { \ |
Kojto | 90:cb3d968589d8 | 1052 | if(((__HANDLE__)->Instance->CCER & CCER_CCxNE_MASK) == 0) \ |
Kojto | 90:cb3d968589d8 | 1053 | { \ |
Kojto | 90:cb3d968589d8 | 1054 | (__HANDLE__)->Instance->BDTR &= ~(TIM_BDTR_MOE); \ |
Kojto | 90:cb3d968589d8 | 1055 | } \ |
Kojto | 90:cb3d968589d8 | 1056 | } \ |
Kojto | 90:cb3d968589d8 | 1057 | } while(0) |
Kojto | 90:cb3d968589d8 | 1058 | |
Kojto | 90:cb3d968589d8 | 1059 | #define __HAL_TIM_ENABLE_IT(__HANDLE__, __INTERRUPT__) ((__HANDLE__)->Instance->DIER |= (__INTERRUPT__)) |
Kojto | 90:cb3d968589d8 | 1060 | #define __HAL_TIM_ENABLE_DMA(__HANDLE__, __DMA__) ((__HANDLE__)->Instance->DIER |= (__DMA__)) |
Kojto | 90:cb3d968589d8 | 1061 | #define __HAL_TIM_DISABLE_IT(__HANDLE__, __INTERRUPT__) ((__HANDLE__)->Instance->DIER &= ~(__INTERRUPT__)) |
Kojto | 90:cb3d968589d8 | 1062 | #define __HAL_TIM_DISABLE_DMA(__HANDLE__, __DMA__) ((__HANDLE__)->Instance->DIER &= ~(__DMA__)) |
Kojto | 90:cb3d968589d8 | 1063 | #define __HAL_TIM_GET_FLAG(__HANDLE__, __FLAG__) (((__HANDLE__)->Instance->SR &(__FLAG__)) == (__FLAG__)) |
Kojto | 90:cb3d968589d8 | 1064 | #define __HAL_TIM_CLEAR_FLAG(__HANDLE__, __FLAG__) ((__HANDLE__)->Instance->SR = ~(__FLAG__)) |
Kojto | 90:cb3d968589d8 | 1065 | |
Kojto | 90:cb3d968589d8 | 1066 | #define __HAL_TIM_GET_ITSTATUS(__HANDLE__, __INTERRUPT__) ((((__HANDLE__)->Instance->DIER & (__INTERRUPT__)) == (__INTERRUPT__)) ? SET : RESET) |
Kojto | 90:cb3d968589d8 | 1067 | #define __HAL_TIM_CLEAR_IT(__HANDLE__, __INTERRUPT__) ((__HANDLE__)->Instance->SR = ~(__INTERRUPT__)) |
Kojto | 90:cb3d968589d8 | 1068 | |
Kojto | 90:cb3d968589d8 | 1069 | #define __HAL_TIM_DIRECTION_STATUS(__HANDLE__) (((__HANDLE__)->Instance->CR1 &(TIM_CR1_DIR)) == (TIM_CR1_DIR)) |
Kojto | 90:cb3d968589d8 | 1070 | #define __HAL_TIM_PRESCALER (__HANDLE__, __PRESC__) ((__HANDLE__)->Instance->PSC = (__PRESC__)) |
Kojto | 90:cb3d968589d8 | 1071 | |
Kojto | 90:cb3d968589d8 | 1072 | #define __HAL_TIM_SetICPrescalerValue(__HANDLE__, __CHANNEL__, __ICPSC__) \ |
Kojto | 90:cb3d968589d8 | 1073 | (((__CHANNEL__) == TIM_CHANNEL_1) ? ((__HANDLE__)->Instance->CCMR1 |= (__ICPSC__)) :\ |
Kojto | 90:cb3d968589d8 | 1074 | ((__CHANNEL__) == TIM_CHANNEL_2) ? ((__HANDLE__)->Instance->CCMR1 |= ((__ICPSC__) << 8)) :\ |
Kojto | 90:cb3d968589d8 | 1075 | ((__CHANNEL__) == TIM_CHANNEL_3) ? ((__HANDLE__)->Instance->CCMR2 |= (__ICPSC__)) :\ |
Kojto | 90:cb3d968589d8 | 1076 | ((__HANDLE__)->Instance->CCMR2 |= ((__ICPSC__) << 8))) |
Kojto | 90:cb3d968589d8 | 1077 | |
Kojto | 90:cb3d968589d8 | 1078 | #define __HAL_TIM_ResetICPrescalerValue(__HANDLE__, __CHANNEL__) \ |
Kojto | 90:cb3d968589d8 | 1079 | (((__CHANNEL__) == TIM_CHANNEL_1) ? ((__HANDLE__)->Instance->CCMR1 &= (uint16_t)~TIM_CCMR1_IC1PSC) :\ |
Kojto | 90:cb3d968589d8 | 1080 | ((__CHANNEL__) == TIM_CHANNEL_2) ? ((__HANDLE__)->Instance->CCMR1 &= (uint16_t)~TIM_CCMR1_IC2PSC) :\ |
Kojto | 90:cb3d968589d8 | 1081 | ((__CHANNEL__) == TIM_CHANNEL_3) ? ((__HANDLE__)->Instance->CCMR2 &= (uint16_t)~TIM_CCMR2_IC3PSC) :\ |
Kojto | 90:cb3d968589d8 | 1082 | ((__HANDLE__)->Instance->CCMR2 &= (uint16_t)~TIM_CCMR2_IC4PSC)) |
Kojto | 90:cb3d968589d8 | 1083 | |
Kojto | 90:cb3d968589d8 | 1084 | /** |
Kojto | 90:cb3d968589d8 | 1085 | * @brief Sets the TIM Counter Register value on runtime. |
Kojto | 90:cb3d968589d8 | 1086 | * @param __HANDLE__: TIM handle. |
Kojto | 90:cb3d968589d8 | 1087 | * @param __COUNTER__: specifies the Counter register new value. |
Kojto | 90:cb3d968589d8 | 1088 | * @retval None |
Kojto | 90:cb3d968589d8 | 1089 | */ |
Kojto | 90:cb3d968589d8 | 1090 | #define __HAL_TIM_SetCounter(__HANDLE__, __COUNTER__) ((__HANDLE__)->Instance->CNT = (__COUNTER__)) |
Kojto | 90:cb3d968589d8 | 1091 | |
Kojto | 90:cb3d968589d8 | 1092 | /** |
Kojto | 90:cb3d968589d8 | 1093 | * @brief Gets the TIM Counter Register value on runtime. |
Kojto | 90:cb3d968589d8 | 1094 | * @param __HANDLE__: TIM handle. |
Kojto | 90:cb3d968589d8 | 1095 | * @retval None |
Kojto | 90:cb3d968589d8 | 1096 | */ |
Kojto | 90:cb3d968589d8 | 1097 | #define __HAL_TIM_GetCounter(__HANDLE__) \ |
Kojto | 90:cb3d968589d8 | 1098 | ((__HANDLE__)->Instance->CNT) |
Kojto | 90:cb3d968589d8 | 1099 | |
Kojto | 90:cb3d968589d8 | 1100 | /** |
Kojto | 90:cb3d968589d8 | 1101 | * @brief Sets the TIM Autoreload Register value on runtime without calling |
Kojto | 90:cb3d968589d8 | 1102 | * another time any Init function. |
Kojto | 90:cb3d968589d8 | 1103 | * @param __HANDLE__: TIM handle. |
Kojto | 90:cb3d968589d8 | 1104 | * @param __AUTORELOAD__: specifies the Counter register new value. |
Kojto | 90:cb3d968589d8 | 1105 | * @retval None |
Kojto | 90:cb3d968589d8 | 1106 | */ |
Kojto | 90:cb3d968589d8 | 1107 | #define __HAL_TIM_SetAutoreload(__HANDLE__, __AUTORELOAD__) \ |
Kojto | 90:cb3d968589d8 | 1108 | do{ \ |
Kojto | 90:cb3d968589d8 | 1109 | (__HANDLE__)->Instance->ARR = (__AUTORELOAD__); \ |
Kojto | 90:cb3d968589d8 | 1110 | (__HANDLE__)->Init.Period = (__AUTORELOAD__); \ |
Kojto | 90:cb3d968589d8 | 1111 | } while(0) |
Kojto | 90:cb3d968589d8 | 1112 | |
Kojto | 90:cb3d968589d8 | 1113 | /** |
Kojto | 90:cb3d968589d8 | 1114 | * @brief Gets the TIM Autoreload Register value on runtime |
Kojto | 90:cb3d968589d8 | 1115 | * @param __HANDLE__: TIM handle. |
Kojto | 90:cb3d968589d8 | 1116 | * @retval None |
Kojto | 90:cb3d968589d8 | 1117 | */ |
Kojto | 90:cb3d968589d8 | 1118 | #define __HAL_TIM_GetAutoreload(__HANDLE__) \ |
Kojto | 90:cb3d968589d8 | 1119 | ((__HANDLE__)->Instance->ARR) |
Kojto | 90:cb3d968589d8 | 1120 | |
Kojto | 90:cb3d968589d8 | 1121 | /** |
Kojto | 90:cb3d968589d8 | 1122 | * @brief Sets the TIM Clock Division value on runtime without calling |
Kojto | 90:cb3d968589d8 | 1123 | * another time any Init function. |
Kojto | 90:cb3d968589d8 | 1124 | * @param __HANDLE__: TIM handle. |
Kojto | 90:cb3d968589d8 | 1125 | * @param __CKD__: specifies the clock division value. |
Kojto | 90:cb3d968589d8 | 1126 | * This parameter can be one of the following value: |
Kojto | 90:cb3d968589d8 | 1127 | * @arg TIM_CLOCKDIVISION_DIV1 |
Kojto | 90:cb3d968589d8 | 1128 | * @arg TIM_CLOCKDIVISION_DIV2 |
Kojto | 90:cb3d968589d8 | 1129 | * @arg TIM_CLOCKDIVISION_DIV4 |
Kojto | 90:cb3d968589d8 | 1130 | * @retval None |
Kojto | 90:cb3d968589d8 | 1131 | */ |
Kojto | 90:cb3d968589d8 | 1132 | #define __HAL_TIM_SetClockDivision(__HANDLE__, __CKD__) \ |
Kojto | 90:cb3d968589d8 | 1133 | do{ \ |
Kojto | 90:cb3d968589d8 | 1134 | (__HANDLE__)->Instance->CR1 &= (uint16_t)(~TIM_CR1_CKD); \ |
Kojto | 90:cb3d968589d8 | 1135 | (__HANDLE__)->Instance->CR1 |= (__CKD__); \ |
Kojto | 90:cb3d968589d8 | 1136 | (__HANDLE__)->Init.ClockDivision = (__CKD__); \ |
Kojto | 90:cb3d968589d8 | 1137 | } while(0) |
Kojto | 90:cb3d968589d8 | 1138 | |
Kojto | 90:cb3d968589d8 | 1139 | /** |
Kojto | 90:cb3d968589d8 | 1140 | * @brief Gets the TIM Clock Division value on runtime |
Kojto | 90:cb3d968589d8 | 1141 | * @param __HANDLE__: TIM handle. |
Kojto | 90:cb3d968589d8 | 1142 | * @retval None |
Kojto | 90:cb3d968589d8 | 1143 | */ |
Kojto | 90:cb3d968589d8 | 1144 | #define __HAL_TIM_GetClockDivision(__HANDLE__) \ |
Kojto | 90:cb3d968589d8 | 1145 | ((__HANDLE__)->Instance->CR1 & TIM_CR1_CKD) |
Kojto | 90:cb3d968589d8 | 1146 | |
Kojto | 90:cb3d968589d8 | 1147 | /** |
Kojto | 90:cb3d968589d8 | 1148 | * @brief Sets the TIM Input Capture prescaler on runtime without calling |
Kojto | 90:cb3d968589d8 | 1149 | * another time HAL_TIM_IC_ConfigChannel() function. |
Kojto | 90:cb3d968589d8 | 1150 | * @param __HANDLE__: TIM handle. |
Kojto | 90:cb3d968589d8 | 1151 | * @param __CHANNEL__ : TIM Channels to be configured. |
Kojto | 90:cb3d968589d8 | 1152 | * This parameter can be one of the following values: |
Kojto | 90:cb3d968589d8 | 1153 | * @arg TIM_CHANNEL_1: TIM Channel 1 selected |
Kojto | 90:cb3d968589d8 | 1154 | * @arg TIM_CHANNEL_2: TIM Channel 2 selected |
Kojto | 90:cb3d968589d8 | 1155 | * @arg TIM_CHANNEL_3: TIM Channel 3 selected |
Kojto | 90:cb3d968589d8 | 1156 | * @arg TIM_CHANNEL_4: TIM Channel 4 selected |
Kojto | 90:cb3d968589d8 | 1157 | * @param __ICPSC__: specifies the Input Capture4 prescaler new value. |
Kojto | 90:cb3d968589d8 | 1158 | * This parameter can be one of the following values: |
Kojto | 90:cb3d968589d8 | 1159 | * @arg TIM_ICPSC_DIV1: no prescaler |
Kojto | 90:cb3d968589d8 | 1160 | * @arg TIM_ICPSC_DIV2: capture is done once every 2 events |
Kojto | 90:cb3d968589d8 | 1161 | * @arg TIM_ICPSC_DIV4: capture is done once every 4 events |
Kojto | 90:cb3d968589d8 | 1162 | * @arg TIM_ICPSC_DIV8: capture is done once every 8 events |
Kojto | 90:cb3d968589d8 | 1163 | * @retval None |
Kojto | 90:cb3d968589d8 | 1164 | */ |
Kojto | 90:cb3d968589d8 | 1165 | #define __HAL_TIM_SetICPrescaler(__HANDLE__, __CHANNEL__, __ICPSC__) \ |
Kojto | 90:cb3d968589d8 | 1166 | do{ \ |
Kojto | 90:cb3d968589d8 | 1167 | __HAL_TIM_ResetICPrescalerValue((__HANDLE__), (__CHANNEL__)); \ |
Kojto | 90:cb3d968589d8 | 1168 | __HAL_TIM_SetICPrescalerValue((__HANDLE__), (__CHANNEL__), (__ICPSC__)); \ |
Kojto | 90:cb3d968589d8 | 1169 | } while(0) |
Kojto | 90:cb3d968589d8 | 1170 | |
Kojto | 90:cb3d968589d8 | 1171 | /** |
Kojto | 90:cb3d968589d8 | 1172 | * @brief Gets the TIM Input Capture prescaler on runtime |
Kojto | 90:cb3d968589d8 | 1173 | * @param __HANDLE__: TIM handle. |
Kojto | 90:cb3d968589d8 | 1174 | * @param __CHANNEL__ : TIM Channels to be configured. |
Kojto | 90:cb3d968589d8 | 1175 | * This parameter can be one of the following values: |
Kojto | 90:cb3d968589d8 | 1176 | * @arg TIM_CHANNEL_1: get input capture 1 prescaler value |
Kojto | 90:cb3d968589d8 | 1177 | * @arg TIM_CHANNEL_2: get input capture 2 prescaler value |
Kojto | 90:cb3d968589d8 | 1178 | * @arg TIM_CHANNEL_3: get input capture 3 prescaler value |
Kojto | 90:cb3d968589d8 | 1179 | * @arg TIM_CHANNEL_4: get input capture 4 prescaler value |
Kojto | 90:cb3d968589d8 | 1180 | * @retval None |
Kojto | 90:cb3d968589d8 | 1181 | */ |
Kojto | 90:cb3d968589d8 | 1182 | #define __HAL_TIM_GetICPrescaler(__HANDLE__, __CHANNEL__) \ |
Kojto | 90:cb3d968589d8 | 1183 | (((__CHANNEL__) == TIM_CHANNEL_1) ? ((__HANDLE__)->Instance->CCMR1 & TIM_CCMR1_IC1PSC) :\ |
Kojto | 90:cb3d968589d8 | 1184 | ((__CHANNEL__) == TIM_CHANNEL_2) ? (((__HANDLE__)->Instance->CCMR1 & TIM_CCMR1_IC2PSC) >> 8) :\ |
Kojto | 90:cb3d968589d8 | 1185 | ((__CHANNEL__) == TIM_CHANNEL_3) ? ((__HANDLE__)->Instance->CCMR2 & TIM_CCMR2_IC3PSC) :\ |
Kojto | 90:cb3d968589d8 | 1186 | (((__HANDLE__)->Instance->CCMR2 & TIM_CCMR2_IC4PSC)) >> 8) |
Kojto | 90:cb3d968589d8 | 1187 | |
Kojto | 90:cb3d968589d8 | 1188 | /** |
Kojto | 90:cb3d968589d8 | 1189 | * @brief Set the Update Request Source (URS) bit of the TIMx_CR1 register |
Kojto | 90:cb3d968589d8 | 1190 | * @param __HANDLE__: TIM handle. |
Kojto | 90:cb3d968589d8 | 1191 | * @note When the USR bit of the TIMx_CR1 register is set, only counter |
Kojto | 90:cb3d968589d8 | 1192 | * overflow/underflow generates an update interrupt or DMA request (if |
Kojto | 90:cb3d968589d8 | 1193 | * enabled) |
Kojto | 90:cb3d968589d8 | 1194 | * @retval None |
Kojto | 90:cb3d968589d8 | 1195 | */ |
Kojto | 90:cb3d968589d8 | 1196 | #define __HAL_TIM_URS_ENABLE(__HANDLE__) \ |
Kojto | 90:cb3d968589d8 | 1197 | ((__HANDLE__)->Instance->CR1|= (TIM_CR1_URS)) |
Kojto | 90:cb3d968589d8 | 1198 | |
Kojto | 90:cb3d968589d8 | 1199 | /** |
Kojto | 90:cb3d968589d8 | 1200 | * @brief Reset the Update Request Source (URS) bit of the TIMx_CR1 register |
Kojto | 90:cb3d968589d8 | 1201 | * @param __HANDLE__: TIM handle. |
Kojto | 90:cb3d968589d8 | 1202 | * @note When the USR bit of the TIMx_CR1 register is reset, any of the |
Kojto | 90:cb3d968589d8 | 1203 | * following events generate an update interrupt or DMA request (if |
Kojto | 90:cb3d968589d8 | 1204 | * enabled): |
Kojto | 90:cb3d968589d8 | 1205 | * Counter overflow/underflow |
Kojto | 90:cb3d968589d8 | 1206 | * Setting the UG bit |
Kojto | 90:cb3d968589d8 | 1207 | * Update generation through the slave mode controller |
Kojto | 90:cb3d968589d8 | 1208 | * @retval None |
Kojto | 90:cb3d968589d8 | 1209 | */ |
Kojto | 90:cb3d968589d8 | 1210 | #define __HAL_TIM_URS_DISABLE(__HANDLE__) \ |
Kojto | 90:cb3d968589d8 | 1211 | ((__HANDLE__)->Instance->CR1&=~(TIM_CR1_URS)) |
Kojto | 90:cb3d968589d8 | 1212 | |
Kojto | 90:cb3d968589d8 | 1213 | /** |
Kojto | 90:cb3d968589d8 | 1214 | * @} |
Kojto | 90:cb3d968589d8 | 1215 | */ |
Kojto | 90:cb3d968589d8 | 1216 | |
Kojto | 90:cb3d968589d8 | 1217 | /* Include TIM HAL Extended module */ |
Kojto | 90:cb3d968589d8 | 1218 | #include "stm32f3xx_hal_tim_ex.h" |
Kojto | 90:cb3d968589d8 | 1219 | |
Kojto | 90:cb3d968589d8 | 1220 | /* Exported functions --------------------------------------------------------*/ |
Kojto | 90:cb3d968589d8 | 1221 | /** @addtogroup TIM_Exported_Functions TIM Exported Functions |
Kojto | 90:cb3d968589d8 | 1222 | * @{ |
Kojto | 90:cb3d968589d8 | 1223 | */ |
Kojto | 90:cb3d968589d8 | 1224 | |
Kojto | 90:cb3d968589d8 | 1225 | /** @addtogroup TIM_Exported_Functions_Group1 Time Base functions |
Kojto | 90:cb3d968589d8 | 1226 | * @brief Time Base functions |
Kojto | 90:cb3d968589d8 | 1227 | * @{ |
Kojto | 90:cb3d968589d8 | 1228 | */ |
Kojto | 90:cb3d968589d8 | 1229 | /* Time Base functions ********************************************************/ |
Kojto | 90:cb3d968589d8 | 1230 | HAL_StatusTypeDef HAL_TIM_Base_Init(TIM_HandleTypeDef *htim); |
Kojto | 90:cb3d968589d8 | 1231 | HAL_StatusTypeDef HAL_TIM_Base_DeInit(TIM_HandleTypeDef *htim); |
Kojto | 90:cb3d968589d8 | 1232 | void HAL_TIM_Base_MspInit(TIM_HandleTypeDef *htim); |
Kojto | 90:cb3d968589d8 | 1233 | void HAL_TIM_Base_MspDeInit(TIM_HandleTypeDef *htim); |
Kojto | 90:cb3d968589d8 | 1234 | /* Blocking mode: Polling */ |
Kojto | 90:cb3d968589d8 | 1235 | HAL_StatusTypeDef HAL_TIM_Base_Start(TIM_HandleTypeDef *htim); |
Kojto | 90:cb3d968589d8 | 1236 | HAL_StatusTypeDef HAL_TIM_Base_Stop(TIM_HandleTypeDef *htim); |
Kojto | 90:cb3d968589d8 | 1237 | /* Non-Blocking mode: Interrupt */ |
Kojto | 90:cb3d968589d8 | 1238 | HAL_StatusTypeDef HAL_TIM_Base_Start_IT(TIM_HandleTypeDef *htim); |
Kojto | 90:cb3d968589d8 | 1239 | HAL_StatusTypeDef HAL_TIM_Base_Stop_IT(TIM_HandleTypeDef *htim); |
Kojto | 90:cb3d968589d8 | 1240 | /* Non-Blocking mode: DMA */ |
Kojto | 90:cb3d968589d8 | 1241 | HAL_StatusTypeDef HAL_TIM_Base_Start_DMA(TIM_HandleTypeDef *htim, uint32_t *pData, uint16_t Length); |
Kojto | 90:cb3d968589d8 | 1242 | HAL_StatusTypeDef HAL_TIM_Base_Stop_DMA(TIM_HandleTypeDef *htim); |
Kojto | 90:cb3d968589d8 | 1243 | /** |
Kojto | 90:cb3d968589d8 | 1244 | * @} |
Kojto | 90:cb3d968589d8 | 1245 | */ |
Kojto | 90:cb3d968589d8 | 1246 | |
Kojto | 90:cb3d968589d8 | 1247 | /** @addtogroup TIM_Exported_Functions_Group2 Time Output Compare functions |
Kojto | 90:cb3d968589d8 | 1248 | * @brief Time Output Compare functions |
Kojto | 90:cb3d968589d8 | 1249 | * @{ |
Kojto | 90:cb3d968589d8 | 1250 | */ |
Kojto | 90:cb3d968589d8 | 1251 | /* Timer Output Compare functions **********************************************/ |
Kojto | 90:cb3d968589d8 | 1252 | HAL_StatusTypeDef HAL_TIM_OC_Init(TIM_HandleTypeDef *htim); |
Kojto | 90:cb3d968589d8 | 1253 | HAL_StatusTypeDef HAL_TIM_OC_DeInit(TIM_HandleTypeDef *htim); |
Kojto | 90:cb3d968589d8 | 1254 | void HAL_TIM_OC_MspInit(TIM_HandleTypeDef *htim); |
Kojto | 90:cb3d968589d8 | 1255 | void HAL_TIM_OC_MspDeInit(TIM_HandleTypeDef *htim); |
Kojto | 90:cb3d968589d8 | 1256 | /* Blocking mode: Polling */ |
Kojto | 90:cb3d968589d8 | 1257 | HAL_StatusTypeDef HAL_TIM_OC_Start(TIM_HandleTypeDef *htim, uint32_t Channel); |
Kojto | 90:cb3d968589d8 | 1258 | HAL_StatusTypeDef HAL_TIM_OC_Stop(TIM_HandleTypeDef *htim, uint32_t Channel); |
Kojto | 90:cb3d968589d8 | 1259 | /* Non-Blocking mode: Interrupt */ |
Kojto | 90:cb3d968589d8 | 1260 | HAL_StatusTypeDef HAL_TIM_OC_Start_IT(TIM_HandleTypeDef *htim, uint32_t Channel); |
Kojto | 90:cb3d968589d8 | 1261 | HAL_StatusTypeDef HAL_TIM_OC_Stop_IT(TIM_HandleTypeDef *htim, uint32_t Channel); |
Kojto | 90:cb3d968589d8 | 1262 | /* Non-Blocking mode: DMA */ |
Kojto | 90:cb3d968589d8 | 1263 | HAL_StatusTypeDef HAL_TIM_OC_Start_DMA(TIM_HandleTypeDef *htim, uint32_t Channel, uint32_t *pData, uint16_t Length); |
Kojto | 90:cb3d968589d8 | 1264 | HAL_StatusTypeDef HAL_TIM_OC_Stop_DMA(TIM_HandleTypeDef *htim, uint32_t Channel); |
Kojto | 90:cb3d968589d8 | 1265 | /** |
Kojto | 90:cb3d968589d8 | 1266 | * @} |
Kojto | 90:cb3d968589d8 | 1267 | */ |
Kojto | 90:cb3d968589d8 | 1268 | |
Kojto | 90:cb3d968589d8 | 1269 | /** @addtogroup TIM_Exported_Functions_Group3 Time PWM functions |
Kojto | 90:cb3d968589d8 | 1270 | * @brief Time PWM functions |
Kojto | 90:cb3d968589d8 | 1271 | * @{ |
Kojto | 90:cb3d968589d8 | 1272 | */ |
Kojto | 90:cb3d968589d8 | 1273 | /* Timer PWM functions *********************************************************/ |
Kojto | 90:cb3d968589d8 | 1274 | HAL_StatusTypeDef HAL_TIM_PWM_Init(TIM_HandleTypeDef *htim); |
Kojto | 90:cb3d968589d8 | 1275 | HAL_StatusTypeDef HAL_TIM_PWM_DeInit(TIM_HandleTypeDef *htim); |
Kojto | 90:cb3d968589d8 | 1276 | void HAL_TIM_PWM_MspInit(TIM_HandleTypeDef *htim); |
Kojto | 90:cb3d968589d8 | 1277 | void HAL_TIM_PWM_MspDeInit(TIM_HandleTypeDef *htim); |
Kojto | 90:cb3d968589d8 | 1278 | /* Blocking mode: Polling */ |
Kojto | 90:cb3d968589d8 | 1279 | HAL_StatusTypeDef HAL_TIM_PWM_Start(TIM_HandleTypeDef *htim, uint32_t Channel); |
Kojto | 90:cb3d968589d8 | 1280 | HAL_StatusTypeDef HAL_TIM_PWM_Stop(TIM_HandleTypeDef *htim, uint32_t Channel); |
Kojto | 90:cb3d968589d8 | 1281 | /* Non-Blocking mode: Interrupt */ |
Kojto | 90:cb3d968589d8 | 1282 | HAL_StatusTypeDef HAL_TIM_PWM_Start_IT(TIM_HandleTypeDef *htim, uint32_t Channel); |
Kojto | 90:cb3d968589d8 | 1283 | HAL_StatusTypeDef HAL_TIM_PWM_Stop_IT(TIM_HandleTypeDef *htim, uint32_t Channel); |
Kojto | 90:cb3d968589d8 | 1284 | /* Non-Blocking mode: DMA */ |
Kojto | 90:cb3d968589d8 | 1285 | HAL_StatusTypeDef HAL_TIM_PWM_Start_DMA(TIM_HandleTypeDef *htim, uint32_t Channel, uint32_t *pData, uint16_t Length); |
Kojto | 90:cb3d968589d8 | 1286 | HAL_StatusTypeDef HAL_TIM_PWM_Stop_DMA(TIM_HandleTypeDef *htim, uint32_t Channel); |
Kojto | 90:cb3d968589d8 | 1287 | /** |
Kojto | 90:cb3d968589d8 | 1288 | * @} |
Kojto | 90:cb3d968589d8 | 1289 | */ |
Kojto | 90:cb3d968589d8 | 1290 | |
Kojto | 90:cb3d968589d8 | 1291 | /** @addtogroup TIM_Exported_Functions_Group4 Time Input Capture functions |
Kojto | 90:cb3d968589d8 | 1292 | * @brief Time Input Capture functions |
Kojto | 90:cb3d968589d8 | 1293 | * @{ |
Kojto | 90:cb3d968589d8 | 1294 | */ |
Kojto | 90:cb3d968589d8 | 1295 | /* Timer Input Capture functions ***********************************************/ |
Kojto | 90:cb3d968589d8 | 1296 | HAL_StatusTypeDef HAL_TIM_IC_Init(TIM_HandleTypeDef *htim); |
Kojto | 90:cb3d968589d8 | 1297 | HAL_StatusTypeDef HAL_TIM_IC_DeInit(TIM_HandleTypeDef *htim); |
Kojto | 90:cb3d968589d8 | 1298 | void HAL_TIM_IC_MspInit(TIM_HandleTypeDef *htim); |
Kojto | 90:cb3d968589d8 | 1299 | void HAL_TIM_IC_MspDeInit(TIM_HandleTypeDef *htim); |
Kojto | 90:cb3d968589d8 | 1300 | /* Blocking mode: Polling */ |
Kojto | 90:cb3d968589d8 | 1301 | HAL_StatusTypeDef HAL_TIM_IC_Start(TIM_HandleTypeDef *htim, uint32_t Channel); |
Kojto | 90:cb3d968589d8 | 1302 | HAL_StatusTypeDef HAL_TIM_IC_Stop(TIM_HandleTypeDef *htim, uint32_t Channel); |
Kojto | 90:cb3d968589d8 | 1303 | /* Non-Blocking mode: Interrupt */ |
Kojto | 90:cb3d968589d8 | 1304 | HAL_StatusTypeDef HAL_TIM_IC_Start_IT(TIM_HandleTypeDef *htim, uint32_t Channel); |
Kojto | 90:cb3d968589d8 | 1305 | HAL_StatusTypeDef HAL_TIM_IC_Stop_IT(TIM_HandleTypeDef *htim, uint32_t Channel); |
Kojto | 90:cb3d968589d8 | 1306 | /* Non-Blocking mode: DMA */ |
Kojto | 90:cb3d968589d8 | 1307 | HAL_StatusTypeDef HAL_TIM_IC_Start_DMA(TIM_HandleTypeDef *htim, uint32_t Channel, uint32_t *pData, uint16_t Length); |
Kojto | 90:cb3d968589d8 | 1308 | HAL_StatusTypeDef HAL_TIM_IC_Stop_DMA(TIM_HandleTypeDef *htim, uint32_t Channel); |
Kojto | 90:cb3d968589d8 | 1309 | /** |
Kojto | 90:cb3d968589d8 | 1310 | * @} |
Kojto | 90:cb3d968589d8 | 1311 | */ |
Kojto | 90:cb3d968589d8 | 1312 | |
Kojto | 90:cb3d968589d8 | 1313 | /** @addtogroup TIM_Exported_Functions_Group5 Time One Pulse functions |
Kojto | 90:cb3d968589d8 | 1314 | * @brief Time One Pulse functions |
Kojto | 90:cb3d968589d8 | 1315 | * @{ |
Kojto | 90:cb3d968589d8 | 1316 | */ |
Kojto | 90:cb3d968589d8 | 1317 | /* Timer One Pulse functions ***************************************************/ |
Kojto | 90:cb3d968589d8 | 1318 | HAL_StatusTypeDef HAL_TIM_OnePulse_Init(TIM_HandleTypeDef *htim, uint32_t OnePulseMode); |
Kojto | 90:cb3d968589d8 | 1319 | HAL_StatusTypeDef HAL_TIM_OnePulse_DeInit(TIM_HandleTypeDef *htim); |
Kojto | 90:cb3d968589d8 | 1320 | void HAL_TIM_OnePulse_MspInit(TIM_HandleTypeDef *htim); |
Kojto | 90:cb3d968589d8 | 1321 | void HAL_TIM_OnePulse_MspDeInit(TIM_HandleTypeDef *htim); |
Kojto | 90:cb3d968589d8 | 1322 | /* Blocking mode: Polling */ |
Kojto | 90:cb3d968589d8 | 1323 | HAL_StatusTypeDef HAL_TIM_OnePulse_Start(TIM_HandleTypeDef *htim, uint32_t OutputChannel); |
Kojto | 90:cb3d968589d8 | 1324 | HAL_StatusTypeDef HAL_TIM_OnePulse_Stop(TIM_HandleTypeDef *htim, uint32_t OutputChannel); |
Kojto | 90:cb3d968589d8 | 1325 | /* Non-Blocking mode: Interrupt */ |
Kojto | 90:cb3d968589d8 | 1326 | HAL_StatusTypeDef HAL_TIM_OnePulse_Start_IT(TIM_HandleTypeDef *htim, uint32_t OutputChannel); |
Kojto | 90:cb3d968589d8 | 1327 | HAL_StatusTypeDef HAL_TIM_OnePulse_Stop_IT(TIM_HandleTypeDef *htim, uint32_t OutputChannel); |
Kojto | 90:cb3d968589d8 | 1328 | /** |
Kojto | 90:cb3d968589d8 | 1329 | * @} |
Kojto | 90:cb3d968589d8 | 1330 | */ |
Kojto | 90:cb3d968589d8 | 1331 | |
Kojto | 90:cb3d968589d8 | 1332 | /** @addtogroup TIM_Exported_Functions_Group6 Time Encoder functions |
Kojto | 90:cb3d968589d8 | 1333 | * @brief Time Encoder functions |
Kojto | 90:cb3d968589d8 | 1334 | * @{ |
Kojto | 90:cb3d968589d8 | 1335 | */ |
Kojto | 90:cb3d968589d8 | 1336 | /* Timer Encoder functions *****************************************************/ |
Kojto | 90:cb3d968589d8 | 1337 | HAL_StatusTypeDef HAL_TIM_Encoder_Init(TIM_HandleTypeDef *htim, TIM_Encoder_InitTypeDef* sConfig); |
Kojto | 90:cb3d968589d8 | 1338 | HAL_StatusTypeDef HAL_TIM_Encoder_DeInit(TIM_HandleTypeDef *htim); |
Kojto | 90:cb3d968589d8 | 1339 | void HAL_TIM_Encoder_MspInit(TIM_HandleTypeDef *htim); |
Kojto | 90:cb3d968589d8 | 1340 | void HAL_TIM_Encoder_MspDeInit(TIM_HandleTypeDef *htim); |
Kojto | 90:cb3d968589d8 | 1341 | /* Blocking mode: Polling */ |
Kojto | 90:cb3d968589d8 | 1342 | HAL_StatusTypeDef HAL_TIM_Encoder_Start(TIM_HandleTypeDef *htim, uint32_t Channel); |
Kojto | 90:cb3d968589d8 | 1343 | HAL_StatusTypeDef HAL_TIM_Encoder_Stop(TIM_HandleTypeDef *htim, uint32_t Channel); |
Kojto | 90:cb3d968589d8 | 1344 | /* Non-Blocking mode: Interrupt */ |
Kojto | 90:cb3d968589d8 | 1345 | HAL_StatusTypeDef HAL_TIM_Encoder_Start_IT(TIM_HandleTypeDef *htim, uint32_t Channel); |
Kojto | 90:cb3d968589d8 | 1346 | HAL_StatusTypeDef HAL_TIM_Encoder_Stop_IT(TIM_HandleTypeDef *htim, uint32_t Channel); |
Kojto | 90:cb3d968589d8 | 1347 | /* Non-Blocking mode: DMA */ |
Kojto | 90:cb3d968589d8 | 1348 | HAL_StatusTypeDef HAL_TIM_Encoder_Start_DMA(TIM_HandleTypeDef *htim, uint32_t Channel, uint32_t *pData1, uint32_t *pData2, uint16_t Length); |
Kojto | 90:cb3d968589d8 | 1349 | HAL_StatusTypeDef HAL_TIM_Encoder_Stop_DMA(TIM_HandleTypeDef *htim, uint32_t Channel); |
Kojto | 90:cb3d968589d8 | 1350 | /** |
Kojto | 90:cb3d968589d8 | 1351 | * @} |
Kojto | 90:cb3d968589d8 | 1352 | */ |
Kojto | 90:cb3d968589d8 | 1353 | |
Kojto | 90:cb3d968589d8 | 1354 | /** @addtogroup TIM_Exported_Functions_Group7 TIM IRQ handler management |
Kojto | 90:cb3d968589d8 | 1355 | * @brief IRQ handler management |
Kojto | 90:cb3d968589d8 | 1356 | * @{ |
Kojto | 90:cb3d968589d8 | 1357 | */ |
Kojto | 90:cb3d968589d8 | 1358 | /* Interrupt Handler functions **********************************************/ |
Kojto | 90:cb3d968589d8 | 1359 | void HAL_TIM_IRQHandler(TIM_HandleTypeDef *htim); |
Kojto | 90:cb3d968589d8 | 1360 | /** |
Kojto | 90:cb3d968589d8 | 1361 | * @} |
Kojto | 90:cb3d968589d8 | 1362 | */ |
Kojto | 90:cb3d968589d8 | 1363 | |
Kojto | 90:cb3d968589d8 | 1364 | /** @defgroup TIM_Exported_Functions_Group8 Peripheral Control functions |
Kojto | 90:cb3d968589d8 | 1365 | * @brief Peripheral Control functions |
Kojto | 90:cb3d968589d8 | 1366 | * @{ |
Kojto | 90:cb3d968589d8 | 1367 | */ |
Kojto | 90:cb3d968589d8 | 1368 | /* Control functions *********************************************************/ |
Kojto | 90:cb3d968589d8 | 1369 | HAL_StatusTypeDef HAL_TIM_OC_ConfigChannel(TIM_HandleTypeDef *htim, TIM_OC_InitTypeDef* sConfig, uint32_t Channel); |
Kojto | 90:cb3d968589d8 | 1370 | HAL_StatusTypeDef HAL_TIM_PWM_ConfigChannel(TIM_HandleTypeDef *htim, TIM_OC_InitTypeDef* sConfig, uint32_t Channel); |
Kojto | 90:cb3d968589d8 | 1371 | HAL_StatusTypeDef HAL_TIM_IC_ConfigChannel(TIM_HandleTypeDef *htim, TIM_IC_InitTypeDef* sConfig, uint32_t Channel); |
Kojto | 90:cb3d968589d8 | 1372 | HAL_StatusTypeDef HAL_TIM_OnePulse_ConfigChannel(TIM_HandleTypeDef *htim, TIM_OnePulse_InitTypeDef* sConfig, uint32_t OutputChannel, uint32_t InputChannel); |
Kojto | 90:cb3d968589d8 | 1373 | HAL_StatusTypeDef HAL_TIM_ConfigOCrefClear(TIM_HandleTypeDef *htim, TIM_ClearInputConfigTypeDef * sClearInputConfig, uint32_t Channel); |
Kojto | 90:cb3d968589d8 | 1374 | HAL_StatusTypeDef HAL_TIM_ConfigClockSource(TIM_HandleTypeDef *htim, TIM_ClockConfigTypeDef * sClockSourceConfig); |
Kojto | 90:cb3d968589d8 | 1375 | HAL_StatusTypeDef HAL_TIM_ConfigTI1Input(TIM_HandleTypeDef *htim, uint32_t TI1_Selection); |
Kojto | 90:cb3d968589d8 | 1376 | HAL_StatusTypeDef HAL_TIM_SlaveConfigSynchronization(TIM_HandleTypeDef *htim, TIM_SlaveConfigTypeDef * sSlaveConfig); |
Kojto | 90:cb3d968589d8 | 1377 | HAL_StatusTypeDef HAL_TIM_DMABurst_WriteStart(TIM_HandleTypeDef *htim, uint32_t BurstBaseAddress, uint32_t BurstRequestSrc, \ |
Kojto | 90:cb3d968589d8 | 1378 | uint32_t *BurstBuffer, uint32_t BurstLength); |
Kojto | 90:cb3d968589d8 | 1379 | HAL_StatusTypeDef HAL_TIM_DMABurst_WriteStop(TIM_HandleTypeDef *htim, uint32_t BurstRequestSrc); |
Kojto | 90:cb3d968589d8 | 1380 | HAL_StatusTypeDef HAL_TIM_DMABurst_ReadStart(TIM_HandleTypeDef *htim, uint32_t BurstBaseAddress, uint32_t BurstRequestSrc, \ |
Kojto | 90:cb3d968589d8 | 1381 | uint32_t *BurstBuffer, uint32_t BurstLength); |
Kojto | 90:cb3d968589d8 | 1382 | HAL_StatusTypeDef HAL_TIM_DMABurst_ReadStop(TIM_HandleTypeDef *htim, uint32_t BurstRequestSrc); |
Kojto | 90:cb3d968589d8 | 1383 | HAL_StatusTypeDef HAL_TIM_GenerateEvent(TIM_HandleTypeDef *htim, uint32_t EventSource); |
Kojto | 90:cb3d968589d8 | 1384 | uint32_t HAL_TIM_ReadCapturedValue(TIM_HandleTypeDef *htim, uint32_t Channel); |
Kojto | 90:cb3d968589d8 | 1385 | /** |
Kojto | 90:cb3d968589d8 | 1386 | * @} |
Kojto | 90:cb3d968589d8 | 1387 | */ |
Kojto | 90:cb3d968589d8 | 1388 | |
Kojto | 90:cb3d968589d8 | 1389 | /** @defgroup TIM_Exported_Functions_Group9 TIM Callbacks functions |
Kojto | 90:cb3d968589d8 | 1390 | * @brief TIM Callbacks functions |
Kojto | 90:cb3d968589d8 | 1391 | * @{ |
Kojto | 90:cb3d968589d8 | 1392 | */ |
Kojto | 90:cb3d968589d8 | 1393 | /* Callback in non blocking modes (Interrupt and DMA) *************************/ |
Kojto | 90:cb3d968589d8 | 1394 | void HAL_TIM_PeriodElapsedCallback(TIM_HandleTypeDef *htim); |
Kojto | 90:cb3d968589d8 | 1395 | void HAL_TIM_OC_DelayElapsedCallback(TIM_HandleTypeDef *htim); |
Kojto | 90:cb3d968589d8 | 1396 | void HAL_TIM_IC_CaptureCallback(TIM_HandleTypeDef *htim); |
Kojto | 90:cb3d968589d8 | 1397 | void HAL_TIM_PWM_PulseFinishedCallback(TIM_HandleTypeDef *htim); |
Kojto | 90:cb3d968589d8 | 1398 | void HAL_TIM_TriggerCallback(TIM_HandleTypeDef *htim); |
Kojto | 90:cb3d968589d8 | 1399 | void HAL_TIM_ErrorCallback(TIM_HandleTypeDef *htim); |
Kojto | 90:cb3d968589d8 | 1400 | /** |
Kojto | 90:cb3d968589d8 | 1401 | * @} |
Kojto | 90:cb3d968589d8 | 1402 | */ |
Kojto | 90:cb3d968589d8 | 1403 | |
Kojto | 90:cb3d968589d8 | 1404 | /** @defgroup TIM_Exported_Functions_Group10 Peripheral State functions |
Kojto | 90:cb3d968589d8 | 1405 | * @brief Peripheral State functions |
Kojto | 90:cb3d968589d8 | 1406 | * @{ |
Kojto | 90:cb3d968589d8 | 1407 | */ |
Kojto | 90:cb3d968589d8 | 1408 | /* Peripheral State functions **************************************************/ |
Kojto | 90:cb3d968589d8 | 1409 | HAL_TIM_StateTypeDef HAL_TIM_Base_GetState(TIM_HandleTypeDef *htim); |
Kojto | 90:cb3d968589d8 | 1410 | HAL_TIM_StateTypeDef HAL_TIM_OC_GetState(TIM_HandleTypeDef *htim); |
Kojto | 90:cb3d968589d8 | 1411 | HAL_TIM_StateTypeDef HAL_TIM_PWM_GetState(TIM_HandleTypeDef *htim); |
Kojto | 90:cb3d968589d8 | 1412 | HAL_TIM_StateTypeDef HAL_TIM_IC_GetState(TIM_HandleTypeDef *htim); |
Kojto | 90:cb3d968589d8 | 1413 | HAL_TIM_StateTypeDef HAL_TIM_OnePulse_GetState(TIM_HandleTypeDef *htim); |
Kojto | 90:cb3d968589d8 | 1414 | HAL_TIM_StateTypeDef HAL_TIM_Encoder_GetState(TIM_HandleTypeDef *htim); |
Kojto | 90:cb3d968589d8 | 1415 | /** |
Kojto | 90:cb3d968589d8 | 1416 | * @} |
Kojto | 90:cb3d968589d8 | 1417 | */ |
Kojto | 90:cb3d968589d8 | 1418 | |
Kojto | 90:cb3d968589d8 | 1419 | /** |
Kojto | 90:cb3d968589d8 | 1420 | * @} |
Kojto | 90:cb3d968589d8 | 1421 | */ |
Kojto | 90:cb3d968589d8 | 1422 | |
Kojto | 90:cb3d968589d8 | 1423 | void TIM_Base_SetConfig(TIM_TypeDef *TIMx, TIM_Base_InitTypeDef *Structure); |
Kojto | 90:cb3d968589d8 | 1424 | void TIM_TI1_SetConfig(TIM_TypeDef *TIMx, uint32_t TIM_ICPolarity, uint32_t TIM_ICSelection, uint32_t TIM_ICFilter); |
Kojto | 90:cb3d968589d8 | 1425 | void TIM_OC1_SetConfig(TIM_TypeDef *TIMx, TIM_OC_InitTypeDef *OC_Config); |
Kojto | 90:cb3d968589d8 | 1426 | void TIM_OC2_SetConfig(TIM_TypeDef *TIMx, TIM_OC_InitTypeDef *OC_Config); |
Kojto | 90:cb3d968589d8 | 1427 | void TIM_OC3_SetConfig(TIM_TypeDef *TIMx, TIM_OC_InitTypeDef *OC_Config); |
Kojto | 90:cb3d968589d8 | 1428 | void TIM_OC4_SetConfig(TIM_TypeDef *TIMx, TIM_OC_InitTypeDef *OC_Config); |
Kojto | 90:cb3d968589d8 | 1429 | void TIM_ETR_SetConfig(TIM_TypeDef* TIMx, uint32_t TIM_ExtTRGPrescaler, |
Kojto | 90:cb3d968589d8 | 1430 | uint32_t TIM_ExtTRGPolarity, uint32_t ExtTRGFilter); |
Kojto | 90:cb3d968589d8 | 1431 | |
Kojto | 90:cb3d968589d8 | 1432 | void HAL_TIM_DMADelayPulseCplt(DMA_HandleTypeDef *hdma); |
Kojto | 90:cb3d968589d8 | 1433 | void HAL_TIM_DMAError(DMA_HandleTypeDef *hdma); |
Kojto | 90:cb3d968589d8 | 1434 | void HAL_TIM_DMACaptureCplt(DMA_HandleTypeDef *hdma); |
Kojto | 90:cb3d968589d8 | 1435 | void TIM_CCxChannelCmd(TIM_TypeDef* TIMx, uint32_t Channel, uint32_t ChannelState); |
Kojto | 90:cb3d968589d8 | 1436 | |
Kojto | 90:cb3d968589d8 | 1437 | /** |
Kojto | 90:cb3d968589d8 | 1438 | * @} |
Kojto | 90:cb3d968589d8 | 1439 | */ |
Kojto | 90:cb3d968589d8 | 1440 | |
Kojto | 90:cb3d968589d8 | 1441 | /** |
Kojto | 90:cb3d968589d8 | 1442 | * @} |
Kojto | 90:cb3d968589d8 | 1443 | */ |
Kojto | 90:cb3d968589d8 | 1444 | |
Kojto | 90:cb3d968589d8 | 1445 | #ifdef __cplusplus |
Kojto | 90:cb3d968589d8 | 1446 | } |
Kojto | 90:cb3d968589d8 | 1447 | #endif |
Kojto | 90:cb3d968589d8 | 1448 | |
Kojto | 90:cb3d968589d8 | 1449 | #endif /* __STM32F3xx_HAL_TIM_H */ |
Kojto | 90:cb3d968589d8 | 1450 | |
Kojto | 90:cb3d968589d8 | 1451 | /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ |