|
STM32F439xx HAL User Manual
|
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. | |
Extension Callbacks functions.
==============================================================================
##### Extension Callbacks functions #####
==============================================================================
[..]
This section provides Extension TIM callback functions:
(+) Timer Commutation callback
(+) Timer Break callback
| void HAL_TIMEx_BreakCallback | ( | TIM_HandleTypeDef * | htim | ) |
Hall Break detection callback in non blocking mode.
| htim | pointer to a TIM_HandleTypeDef structure that contains the configuration information for TIM module. |
| None |
Definition at line 1781 of file stm32f4xx_hal_tim_ex.c.
Referenced by HAL_TIM_IRQHandler().
| void HAL_TIMEx_CommutationCallback | ( | TIM_HandleTypeDef * | htim | ) |
Hall commutation changed callback in non blocking mode.
| htim | pointer to a TIM_HandleTypeDef structure that contains the configuration information for TIM module. |
| None |
Definition at line 1766 of file stm32f4xx_hal_tim_ex.c.
Referenced by HAL_TIM_IRQHandler(), and TIMEx_DMACommutationCplt().
| void TIMEx_DMACommutationCplt | ( | DMA_HandleTypeDef * | hdma | ) |
TIM DMA Commutation callback.
| hdma | pointer to a DMA_HandleTypeDef structure that contains the configuration information for the specified DMA module. |
| 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().
1.7.6.1