STM32F439xx HAL User Manual
Defines
TIM Input Capture Selection
TIM Exported Constants

Defines

#define TIM_ICSELECTION_DIRECTTI   (TIM_CCMR1_CC1S_0)
#define TIM_ICSELECTION_INDIRECTTI   (TIM_CCMR1_CC1S_1)
#define TIM_ICSELECTION_TRC   (TIM_CCMR1_CC1S)

Define Documentation

#define TIM_ICSELECTION_DIRECTTI   (TIM_CCMR1_CC1S_0)

TIM Input 1, 2, 3 or 4 is selected to be connected to IC1, IC2, IC3 or IC4, respectively

Definition at line 445 of file stm32f4xx_hal_tim.h.

#define TIM_ICSELECTION_INDIRECTTI   (TIM_CCMR1_CC1S_1)

TIM Input 1, 2, 3 or 4 is selected to be connected to IC2, IC1, IC4 or IC3, respectively

Definition at line 447 of file stm32f4xx_hal_tim.h.

#define TIM_ICSELECTION_TRC   (TIM_CCMR1_CC1S)

TIM Input 1, 2, 3 or 4 is selected to be connected to TRC

Definition at line 449 of file stm32f4xx_hal_tim.h.

Referenced by HAL_TIMEx_HallSensor_Init().