Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of TUKS-COURSE-TIMER by
Extended Callbacks functions
[TIM Extended Exported Functions]
Extended 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. |
Detailed Description
Extended Callbacks functions.
============================================================================== ##### Extended Callbacks functions ##### ============================================================================== [..] This section provides Extended TIM callback functions: (+) Timer Commutation callback (+) Timer Break callback
Function Documentation
__weak void HAL_TIMEx_BreakCallback | ( | TIM_HandleTypeDef * | htim ) |
Hall Break detection callback in non-blocking mode.
- Parameters:
-
htim : TIM handle
- Return values:
-
None
Definition at line 2158 of file stm32l4xx_hal_tim_ex.c.
__weak void HAL_TIMEx_CommutationCallback | ( | TIM_HandleTypeDef * | htim ) |
Hall commutation changed callback in non-blocking mode.
- Parameters:
-
htim : TIM handle
- Return values:
-
None
Definition at line 2143 of file stm32l4xx_hal_tim_ex.c.
Generated on Tue Jul 12 2022 17:38:54 by
