STM32F439xx HAL User Manual
Functions
Extension Callbacks functions
TIM Exported Functions

Extension Callbacks functions. More...

Functions

__weak void HAL_TIMEx_CommutationCallback (TIM_HandleTypeDef *htim)
 Hall commutation changed callback in non blocking mode.
__weak void HAL_TIMEx_BreakCallback (TIM_HandleTypeDef *htim)
 Hall Break detection callback in non blocking mode.
void TIMEx_DMACommutationCplt (DMA_HandleTypeDef *hdma)
 TIM DMA Commutation callback.

Detailed Description

Extension Callbacks functions.

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


Function Documentation

Hall Break detection callback in non blocking mode.

Parameters:
htimpointer to a TIM_HandleTypeDef structure that contains the configuration information for TIM module.
Return values:
None

Definition at line 1781 of file stm32f4xx_hal_tim_ex.c.

Referenced by HAL_TIM_IRQHandler().

Hall commutation changed callback in non blocking mode.

Parameters:
htimpointer to a TIM_HandleTypeDef structure that contains the configuration information for TIM module.
Return values:
None

Definition at line 1766 of file stm32f4xx_hal_tim_ex.c.

Referenced by HAL_TIM_IRQHandler(), and TIMEx_DMACommutationCplt().

TIM DMA Commutation callback.

Parameters:
hdmapointer to a DMA_HandleTypeDef structure that contains the configuration information for the specified DMA module.
Return values:
None

Definition at line 1829 of file stm32f4xx_hal_tim_ex.c.

References HAL_TIM_STATE_READY, HAL_TIMEx_CommutationCallback(), and TIM_HandleTypeDef::State.

Referenced by HAL_TIM_DMABurst_ReadStart(), HAL_TIM_DMABurst_WriteStart(), and HAL_TIMEx_ConfigCommutationEvent_DMA().