STM32F103xB HAL User Manual
Functions
Extended Callbacks functions
TIM Extended Exported Functions

Extended Callbacks functions. More...

Functions

__weak void HAL_TIMEx_CommutCallback (TIM_HandleTypeDef *htim)
 Hall commutation changed callback in non-blocking mode.
__weak void HAL_TIMEx_CommutHalfCpltCallback (TIM_HandleTypeDef *htim)
 Hall commutation changed half complete callback in non-blocking mode.
__weak void HAL_TIMEx_BreakCallback (TIM_HandleTypeDef *htim)
 Hall Break detection callback in non-blocking mode.

Detailed Description

Extended Callbacks functions.

  ==============================================================================
                    ##### Extended Callbacks functions #####
  ==============================================================================
  [..]
    This section provides Extended TIM callback functions:
    (+) Timer Commutation callback
    (+) Timer Break callback


Function Documentation

Hall Break detection callback in non-blocking mode.

Parameters:
htimTIM handle
Return values:
None

Definition at line 2090 of file stm32f1xx_hal_tim_ex.c.

Referenced by HAL_TIM_IRQHandler(), HAL_TIM_UnRegisterCallback(), and TIM_ResetCallback().

Hall commutation changed callback in non-blocking mode.

Parameters:
htimTIM handle
Return values:
None

Definition at line 2061 of file stm32f1xx_hal_tim_ex.c.

Referenced by HAL_TIM_IRQHandler(), HAL_TIM_UnRegisterCallback(), TIM_ResetCallback(), and TIMEx_DMACommutationCplt().

Hall commutation changed half complete callback in non-blocking mode.

Parameters:
htimTIM handle
Return values:
None

Definition at line 2075 of file stm32f1xx_hal_tim_ex.c.

Referenced by HAL_TIM_UnRegisterCallback(), TIM_ResetCallback(), and TIMEx_DMACommutationHalfCplt().