HAL
LL_TIM_ENCODER_InitTypeDef is only used within HAL.
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferences

Fields

Field
Declared as
Description
uint32_t
Specifies the encoder resolution (x2 or x4). This parameter can be a value of TIM_LL_EC_ENCODERMODE. This feature can be modified afterwards using unitary function LL_TIM_SetEncoderMode().
uint32_t
Specifies the active edge of TI1 input. This parameter can be a value of TIM_LL_EC_IC_POLARITY. This feature can be modified afterwards using unitary function LL_TIM_IC_SetPolarity().
uint32_t
Specifies the TI1 input source This parameter can be a value of TIM_LL_EC_ACTIVEINPUT. This feature can be modified afterwards using unitary function LL_TIM_IC_SetActiveInput().
uint32_t
Specifies the TI1 input prescaler value. This parameter can be a value of TIM_LL_EC_ICPSC. This feature can be modified afterwards using unitary function LL_TIM_IC_SetPrescaler().
uint32_t
Specifies the TI1 input filter. This parameter can be a value of TIM_LL_EC_IC_FILTER. This feature can be modified afterwards using unitary function LL_TIM_IC_SetFilter().
uint32_t
Specifies the active edge of TI2 input. This parameter can be a value of TIM_LL_EC_IC_POLARITY. This feature can be modified afterwards using unitary function LL_TIM_IC_SetPolarity().
uint32_t
Specifies the TI2 input source This parameter can be a value of TIM_LL_EC_ACTIVEINPUT. This feature can be modified afterwards using unitary function LL_TIM_IC_SetActiveInput().
uint32_t
Specifies the TI2 input prescaler value. This parameter can be a value of TIM_LL_EC_ICPSC. This feature can be modified afterwards using unitary function LL_TIM_IC_SetPrescaler().
uint32_t
Specifies the TI2 input filter. This parameter can be a value of TIM_LL_EC_IC_FILTER. This feature can be modified afterwards using unitary function LL_TIM_IC_SetFilter().

References

from examples