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

HAL_TIM_Encoder_Stop_IT() function

Stops the TIM Encoder Interface in interrupt mode.

Syntax

HAL_StatusTypeDef HAL_TIM_Encoder_Stop_IT(TIM_HandleTypeDef *htim,     uint32_t Channel);
Implemented in stm32f4xx_hal_tim.c:3468

Arguments

htim

TIM Encoder Interface handle

Channel

TIM Channels to be disabled This parameter can be one of the following values: @arg TIM_CHANNEL_1: TIM Channel 1 selected @arg TIM_CHANNEL_2: TIM Channel 2 selected @arg TIM_CHANNEL_ALL: TIM Channel 1 and TIM Channel 2 are selected

Return value

HAL status

References

LocationText
stm32f4xx_hal_tim.c:3468
HAL_StatusTypeDef HAL_TIM_Encoder_Stop_IT(TIM_HandleTypeDef *htim, uint32_t Channel)
stm32f4xx_hal_tim.h:2008
HAL_StatusTypeDef HAL_TIM_Encoder_Stop_IT(TIM_HandleTypeDef *htim, uint32_t Channel);

Call Tree

Functions called by HAL_TIM_Encoder_Stop_IT()
HAL_TIM_Encoder_Stop_IT()
assert_failed()
all items filtered out
Type of HAL_TIM_Encoder_Stop_IT()
HAL_TIM_Encoder_Stop_IT()
all items filtered out