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
LPTIM IRQ handler and callbacks
[LPTIM Exported Functions]
LPTIM IRQ handler. More...
Functions | |
void | HAL_LPTIM_IRQHandler (LPTIM_HandleTypeDef *hlptim) |
Handle LPTIM interrupt request. | |
__weak void | HAL_LPTIM_CompareMatchCallback (LPTIM_HandleTypeDef *hlptim) |
Compare match callback in non-blocking mode. | |
__weak void | HAL_LPTIM_AutoReloadMatchCallback (LPTIM_HandleTypeDef *hlptim) |
Autoreload match callback in non-blocking mode. | |
__weak void | HAL_LPTIM_TriggerCallback (LPTIM_HandleTypeDef *hlptim) |
Trigger detected callback in non-blocking mode. | |
__weak void | HAL_LPTIM_CompareWriteCallback (LPTIM_HandleTypeDef *hlptim) |
Compare write callback in non-blocking mode. | |
__weak void | HAL_LPTIM_AutoReloadWriteCallback (LPTIM_HandleTypeDef *hlptim) |
Autoreload write callback in non-blocking mode. | |
__weak void | HAL_LPTIM_DirectionUpCallback (LPTIM_HandleTypeDef *hlptim) |
Direction counter changed from Down to Up callback in non-blocking mode. | |
__weak void | HAL_LPTIM_DirectionDownCallback (LPTIM_HandleTypeDef *hlptim) |
Direction counter changed from Up to Down callback in non-blocking mode. |
Detailed Description
LPTIM IRQ handler.
============================================================================== ##### LPTIM IRQ handler and callbacks ##### ============================================================================== [..] This section provides LPTIM IRQ handler and callback functions called within the IRQ handler.
Function Documentation
__weak void HAL_LPTIM_AutoReloadMatchCallback | ( | LPTIM_HandleTypeDef * | hlptim ) |
Autoreload match callback in non-blocking mode.
- Parameters:
-
hlptim : LPTIM handle
- Return values:
-
None
Definition at line 1540 of file stm32l4xx_hal_lptim.c.
__weak void HAL_LPTIM_AutoReloadWriteCallback | ( | LPTIM_HandleTypeDef * | hlptim ) |
Autoreload write callback in non-blocking mode.
- Parameters:
-
hlptim : LPTIM handle
- Return values:
-
None
Definition at line 1585 of file stm32l4xx_hal_lptim.c.
__weak void HAL_LPTIM_CompareMatchCallback | ( | LPTIM_HandleTypeDef * | hlptim ) |
Compare match callback in non-blocking mode.
- Parameters:
-
hlptim : LPTIM handle
- Return values:
-
None
Definition at line 1525 of file stm32l4xx_hal_lptim.c.
__weak void HAL_LPTIM_CompareWriteCallback | ( | LPTIM_HandleTypeDef * | hlptim ) |
Compare write callback in non-blocking mode.
- Parameters:
-
hlptim : LPTIM handle
- Return values:
-
None
Definition at line 1570 of file stm32l4xx_hal_lptim.c.
__weak void HAL_LPTIM_DirectionDownCallback | ( | LPTIM_HandleTypeDef * | hlptim ) |
Direction counter changed from Up to Down callback in non-blocking mode.
- Parameters:
-
hlptim : LPTIM handle
- Return values:
-
None
Definition at line 1615 of file stm32l4xx_hal_lptim.c.
__weak void HAL_LPTIM_DirectionUpCallback | ( | LPTIM_HandleTypeDef * | hlptim ) |
Direction counter changed from Down to Up callback in non-blocking mode.
- Parameters:
-
hlptim : LPTIM handle
- Return values:
-
None
Definition at line 1600 of file stm32l4xx_hal_lptim.c.
void HAL_LPTIM_IRQHandler | ( | LPTIM_HandleTypeDef * | hlptim ) |
Handle LPTIM interrupt request.
- Parameters:
-
hlptim,: LPTIM handle
- Return values:
-
None
Definition at line 1426 of file stm32l4xx_hal_lptim.c.
__weak void HAL_LPTIM_TriggerCallback | ( | LPTIM_HandleTypeDef * | hlptim ) |
Trigger detected callback in non-blocking mode.
- Parameters:
-
hlptim : LPTIM handle
- Return values:
-
None
Definition at line 1555 of file stm32l4xx_hal_lptim.c.
Generated on Tue Jul 12 2022 17:38:53 by
