STM32L486xx HAL User Manual
Defines
TIM TI1 Input Selection
TIM Exported Constants

Defines

#define TIM_TI1SELECTION_CH1   0x00000000U
#define TIM_TI1SELECTION_XORCOMBINATION   TIM_CR2_TI1S

Define Documentation

#define TIM_TI1SELECTION_CH1   0x00000000U

The TIMx_CH1 pin is connected to TI1 input

Definition at line 1002 of file stm32l4xx_hal_tim.h.

#define TIM_TI1SELECTION_XORCOMBINATION   TIM_CR2_TI1S

The TIMx_CH1, CH2 and CH3 pins are connected to the TI1 input (XOR combination)

Definition at line 1003 of file stm32l4xx_hal_tim.h.