STM32F103xB HAL User Manual
|
TIM Encoder interface configuration structure definition. More...
#include <stm32f1xx_ll_tim.h>
Data Fields | |
uint32_t | EncoderMode |
uint32_t | IC1Polarity |
uint32_t | IC1ActiveInput |
uint32_t | IC1Prescaler |
uint32_t | IC1Filter |
uint32_t | IC2Polarity |
uint32_t | IC2ActiveInput |
uint32_t | IC2Prescaler |
uint32_t | IC2Filter |
TIM Encoder interface configuration structure definition.
Definition at line 312 of file stm32f1xx_ll_tim.h.
Specifies the encoder resolution (x2 or x4). This parameter can be a value of Encoder Mode.
This feature can be modified afterwards using unitary function LL_TIM_SetEncoderMode().
Definition at line 314 of file stm32f1xx_ll_tim.h.
Referenced by LL_TIM_ENCODER_Init(), and LL_TIM_ENCODER_StructInit().
Specifies the TI1 input source This parameter can be a value of Active Input Selection.
This feature can be modified afterwards using unitary function LL_TIM_IC_SetActiveInput().
Definition at line 326 of file stm32f1xx_ll_tim.h.
Referenced by LL_TIM_ENCODER_Init(), and LL_TIM_ENCODER_StructInit().
Specifies the TI1 input filter. This parameter can be a value of Input Configuration Filter.
This feature can be modified afterwards using unitary function LL_TIM_IC_SetFilter().
Definition at line 338 of file stm32f1xx_ll_tim.h.
Referenced by LL_TIM_ENCODER_Init(), and LL_TIM_ENCODER_StructInit().
Specifies the active edge of TI1 input. This parameter can be a value of Input Configuration Polarity.
This feature can be modified afterwards using unitary function LL_TIM_IC_SetPolarity().
Definition at line 320 of file stm32f1xx_ll_tim.h.
Referenced by LL_TIM_ENCODER_Init(), and LL_TIM_ENCODER_StructInit().
Specifies the TI1 input prescaler value. This parameter can be a value of Input Configuration Prescaler.
This feature can be modified afterwards using unitary function LL_TIM_IC_SetPrescaler().
Definition at line 332 of file stm32f1xx_ll_tim.h.
Referenced by LL_TIM_ENCODER_Init(), and LL_TIM_ENCODER_StructInit().
Specifies the TI2 input source This parameter can be a value of Active Input Selection.
This feature can be modified afterwards using unitary function LL_TIM_IC_SetActiveInput().
Definition at line 350 of file stm32f1xx_ll_tim.h.
Referenced by LL_TIM_ENCODER_Init(), and LL_TIM_ENCODER_StructInit().
Specifies the TI2 input filter. This parameter can be a value of Input Configuration Filter.
This feature can be modified afterwards using unitary function LL_TIM_IC_SetFilter().
Definition at line 362 of file stm32f1xx_ll_tim.h.
Referenced by LL_TIM_ENCODER_Init(), and LL_TIM_ENCODER_StructInit().
Specifies the active edge of TI2 input. This parameter can be a value of Input Configuration Polarity.
This feature can be modified afterwards using unitary function LL_TIM_IC_SetPolarity().
Definition at line 344 of file stm32f1xx_ll_tim.h.
Referenced by LL_TIM_ENCODER_Init(), and LL_TIM_ENCODER_StructInit().
Specifies the TI2 input prescaler value. This parameter can be a value of Input Configuration Prescaler.
This feature can be modified afterwards using unitary function LL_TIM_IC_SetPrescaler().
Definition at line 356 of file stm32f1xx_ll_tim.h.
Referenced by LL_TIM_ENCODER_Init(), and LL_TIM_ENCODER_StructInit().