STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
Loading...
Searching...
No Matches
TIM TI1 Input Selection
Collaboration diagram for TIM TI1 Input Selection:

Macros

#define TIM_TI1SELECTION_CH1   0x00000000U
#define TIM_TI1SELECTION_XORCOMBINATION   TIM_CR2_TI1S

Detailed Description

Macro Definition Documentation

◆ TIM_TI1SELECTION_CH1

#define TIM_TI1SELECTION_CH1   0x00000000U

The TIMx_CH1 pin is connected to TI1 input

Definition at line 956 of file stm32f4xx_hal_tim.h.

◆ TIM_TI1SELECTION_XORCOMBINATION

#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 957 of file stm32f4xx_hal_tim.h.