|
STM32L443xx HAL User Manual
|
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. | |
| __weak void | HAL_TIMEx_Break2Callback (TIM_HandleTypeDef *htim) |
| Hall Break2 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
| void HAL_TIMEx_Break2Callback | ( | TIM_HandleTypeDef * | htim | ) |
Hall Break2 detection callback in non blocking mode.
| htim,: | TIM handle |
| None |
Definition at line 2595 of file stm32l4xx_hal_tim_ex.c.
Referenced by HAL_TIM_IRQHandler(), HAL_TIM_UnRegisterCallback(), and TIM_ResetCallback().
| void HAL_TIMEx_BreakCallback | ( | TIM_HandleTypeDef * | htim | ) |
Hall Break detection callback in non-blocking mode.
| htim | TIM handle |
| None |
Definition at line 2580 of file stm32l4xx_hal_tim_ex.c.
Referenced by HAL_TIM_IRQHandler(), HAL_TIM_UnRegisterCallback(), and TIM_ResetCallback().
| void HAL_TIMEx_CommutCallback | ( | TIM_HandleTypeDef * | htim | ) |
Hall commutation changed callback in non-blocking mode.
| htim | TIM handle |
| None |
Definition at line 2551 of file stm32l4xx_hal_tim_ex.c.
Referenced by HAL_TIM_IRQHandler(), HAL_TIM_UnRegisterCallback(), TIM_ResetCallback(), and TIMEx_DMACommutationCplt().
| void HAL_TIMEx_CommutHalfCpltCallback | ( | TIM_HandleTypeDef * | htim | ) |
Hall commutation changed half complete callback in non-blocking mode.
| htim | TIM handle |
| None |
Definition at line 2565 of file stm32l4xx_hal_tim_ex.c.
Referenced by HAL_TIM_UnRegisterCallback(), TIM_ResetCallback(), and TIMEx_DMACommutationHalfCplt().
1.7.6.1