STM32F439xx 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 655 of file stm32f4xx_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 656 of file stm32f4xx_ll_tim.h.

#define LL_TIM_ACTIVEINPUT_TRC   (TIM_CCMR1_CC1S << 16U)

ICx is mapped on TRC

Definition at line 657 of file stm32f4xx_ll_tim.h.

Referenced by LL_TIM_HALLSENSOR_Init().