STM32L443xx HAL User Manual
|
TIM Encoder interface configuration structure definition. More...
#include <stm32l4xx_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 359 of file stm32l4xx_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 361 of file stm32l4xx_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 373 of file stm32l4xx_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 385 of file stm32l4xx_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 367 of file stm32l4xx_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 379 of file stm32l4xx_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 397 of file stm32l4xx_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 409 of file stm32l4xx_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 391 of file stm32l4xx_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 403 of file stm32l4xx_ll_tim.h.
Referenced by LL_TIM_ENCODER_Init(), and LL_TIM_ENCODER_StructInit().