TIM Encoder Configuration Structure definition. More...
#include <stm32f4xx_hal_tim.h>
Public Attributes | |
uint32_t | EncoderMode |
uint32_t | IC1Filter |
uint32_t | IC1Polarity |
uint32_t | IC1Prescaler |
uint32_t | IC1Selection |
uint32_t | IC2Filter |
uint32_t | IC2Polarity |
uint32_t | IC2Prescaler |
uint32_t | IC2Selection |
TIM Encoder Configuration Structure definition.
Definition at line 164 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h.
uint32_t TIM_Encoder_InitTypeDef::EncoderMode |
Specifies the active edge of the input signal. This parameter can be a value of TIM Encoder Mode
Definition at line 166 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h.
uint32_t TIM_Encoder_InitTypeDef::IC1Filter |
Specifies the input capture filter. This parameter can be a number between Min_Data = 0x0 and Max_Data = 0xF
Definition at line 178 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h.
uint32_t TIM_Encoder_InitTypeDef::IC1Polarity |
Specifies the active edge of the input signal. This parameter can be a value of TIM Encoder Input Polarity
Definition at line 169 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h.
uint32_t TIM_Encoder_InitTypeDef::IC1Prescaler |
Specifies the Input Capture Prescaler. This parameter can be a value of TIM Input Capture Prescaler
Definition at line 175 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h.
uint32_t TIM_Encoder_InitTypeDef::IC1Selection |
Specifies the input. This parameter can be a value of TIM Input Capture Selection
Definition at line 172 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h.
uint32_t TIM_Encoder_InitTypeDef::IC2Filter |
Specifies the input capture filter. This parameter can be a number between Min_Data = 0x0 and Max_Data = 0xF
Definition at line 190 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h.
uint32_t TIM_Encoder_InitTypeDef::IC2Polarity |
Specifies the active edge of the input signal. This parameter can be a value of TIM Encoder Input Polarity
Definition at line 181 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h.
uint32_t TIM_Encoder_InitTypeDef::IC2Prescaler |
Specifies the Input Capture Prescaler. This parameter can be a value of TIM Input Capture Prescaler
Definition at line 187 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h.
uint32_t TIM_Encoder_InitTypeDef::IC2Selection |
Specifies the input. This parameter can be a value of TIM Input Capture Selection
Definition at line 184 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h.