|
STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Extended Callbacks functions. More...
Functions | |
| void | HAL_TIMEx_CommutCallback (TIM_HandleTypeDef *htim) |
| Commutation callback in non-blocking mode. | |
| void | HAL_TIMEx_CommutHalfCpltCallback (TIM_HandleTypeDef *htim) |
| Commutation half complete callback in non-blocking mode. | |
| void | HAL_TIMEx_BreakCallback (TIM_HandleTypeDef *htim) |
| Break detection callback in non-blocking mode. | |
Extended Callbacks functions.
==============================================================================
##### Extended Callbacks functions #####
==============================================================================
[..]
This section provides Extended TIM callback functions:
(+) Timer Commutation callback
(+) Timer Break callback| __weak void HAL_TIMEx_CommutCallback | ( | TIM_HandleTypeDef * | htim | ) |
#include <stm32f4xx_hal_tim_ex.h>
Commutation callback in non-blocking mode.
| htim | TIM handle |
| None |
Definition at line 2147 of file stm32f4xx_hal_tim_ex.c.
References UNUSED.
Referenced by HAL_TIM_IRQHandler(), and TIMEx_DMACommutationCplt().
| __weak void HAL_TIMEx_CommutHalfCpltCallback | ( | TIM_HandleTypeDef * | htim | ) |
#include <stm32f4xx_hal_tim_ex.h>
Commutation half complete callback in non-blocking mode.
| htim | TIM handle |
| None |
Definition at line 2161 of file stm32f4xx_hal_tim_ex.c.
References UNUSED.
Referenced by TIMEx_DMACommutationHalfCplt().
| __weak void HAL_TIMEx_BreakCallback | ( | TIM_HandleTypeDef * | htim | ) |
#include <stm32f4xx_hal_tim_ex.h>
Break detection callback in non-blocking mode.
| htim | TIM handle |
| None |
Definition at line 2176 of file stm32f4xx_hal_tim_ex.c.
References UNUSED.
Referenced by HAL_TIM_IRQHandler().