HAL
HAL_TIM_ConfigTI1Input() is only used within HAL.
 
Symbols
loading...
Files
loading...

HAL_TIM_ConfigTI1Input() function

Selects the signal connected to the TI1 input: direct from CH1_input or a XOR combination between CH1_input, CH2_input & CH3_input

Syntax

HAL_StatusTypeDef HAL_TIM_ConfigTI1Input(TIM_HandleTypeDef *htim,     uint32_t TI1_Selection);
Implemented in stm32f4xx_hal_tim.c:5458

Arguments

htim

TIM handle.

TI1_Selection

Indicate whether or not channel 1 is connected to the output of a XOR gate. This parameter can be one of the following values: @arg TIM_TI1SELECTION_CH1: The TIMx_CH1 pin is connected to TI1 input @arg TIM_TI1SELECTION_XORCOMBINATION: The TIMx_CH1, CH2 and CH3 pins are connected to the TI1 input (XOR combination)

Return value

HAL status

References

Call Tree

Functions called by HAL_TIM_ConfigTI1Input()
HAL_TIM_ConfigTI1Input()
assert_failed()
all items filtered out
Data read by HAL_TIM_ConfigTI1Input()
Data written by HAL_TIM_ConfigTI1Input()
HAL_TIM_ConfigTI1Input()
HAL_TIM_ConfigTI1Input()::tmpcr2
all items filtered out
Type of HAL_TIM_ConfigTI1Input()
HAL_TIM_ConfigTI1Input()
uint32_t
all items filtered out