|
STM32F4xx_HAL_Driver
1.8.3
|
Extended Callbacks functions. More...
Collaboration diagram for Extended Callbacks functions:Functions | |
| void | HAL_TIMEx_CommutCallback (TIM_HandleTypeDef *htim) |
| Commutation callback in non-blocking mode. More... | |
| void | HAL_TIMEx_CommutHalfCpltCallback (TIM_HandleTypeDef *htim) |
| Commutation half complete callback in non-blocking mode. More... | |
| void | HAL_TIMEx_BreakCallback (TIM_HandleTypeDef *htim) |
| Break detection callback in non-blocking mode. More... | |
Extended Callbacks functions.
==============================================================================
##### Extended Callbacks functions #####
==============================================================================
[..]
This section provides Extended TIM callback functions:
(+) Timer Commutation callback
(+) Timer Break callback | __weak void HAL_TIMEx_BreakCallback | ( | TIM_HandleTypeDef * | htim | ) |
Break detection callback in non-blocking mode.
| htim | TIM handle |
| None |
Definition at line 2176 of file stm32f4xx_hal_tim_ex.c.
| __weak void HAL_TIMEx_CommutCallback | ( | TIM_HandleTypeDef * | htim | ) |
Commutation callback in non-blocking mode.
| htim | TIM handle |
| None |
Definition at line 2147 of file stm32f4xx_hal_tim_ex.c.
| __weak void HAL_TIMEx_CommutHalfCpltCallback | ( | TIM_HandleTypeDef * | htim | ) |
Commutation half complete callback in non-blocking mode.
| htim | TIM handle |
| None |
Definition at line 2161 of file stm32f4xx_hal_tim_ex.c.