STM32L486xx HAL User Manual
Defines
Active Input Selection
TIM Exported Constants

Defines

#define LL_TIM_ACTIVEINPUT_DIRECTTI   (TIM_CCMR1_CC1S_0 << 16U)
#define LL_TIM_ACTIVEINPUT_INDIRECTTI   (TIM_CCMR1_CC1S_1 << 16U)
#define LL_TIM_ACTIVEINPUT_TRC   (TIM_CCMR1_CC1S << 16U)

Define Documentation

#define LL_TIM_ACTIVEINPUT_DIRECTTI   (TIM_CCMR1_CC1S_0 << 16U)

ICx is mapped on TIx

Definition at line 774 of file stm32l4xx_ll_tim.h.

Referenced by LL_TIM_ENCODER_StructInit(), and LL_TIM_IC_StructInit().

#define LL_TIM_ACTIVEINPUT_INDIRECTTI   (TIM_CCMR1_CC1S_1 << 16U)

ICx is mapped on TIy

Definition at line 775 of file stm32l4xx_ll_tim.h.

#define LL_TIM_ACTIVEINPUT_TRC   (TIM_CCMR1_CC1S << 16U)

ICx is mapped on TRC

Definition at line 776 of file stm32l4xx_ll_tim.h.

Referenced by LL_TIM_HALLSENSOR_Init().