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.
IRQ Handler and Callbacks
[Exported Functions]
Functions | |
void | HAL_TSC_IRQHandler (TSC_HandleTypeDef *htsc) |
Handle TSC interrupt request. | |
__weak void | HAL_TSC_ConvCpltCallback (TSC_HandleTypeDef *htsc) |
Acquisition completed callback in non-blocking mode. | |
__weak void | HAL_TSC_ErrorCallback (TSC_HandleTypeDef *htsc) |
Error callback in non-blocking mode. |
Function Documentation
__weak void HAL_TSC_ConvCpltCallback | ( | TSC_HandleTypeDef * | htsc ) |
Acquisition completed callback in non-blocking mode.
- Parameters:
-
htsc,: pointer to a TSC_HandleTypeDef structure that contains the configuration information for the specified TSC.
- Return values:
-
None
Definition at line 798 of file stm32l4xx_hal_tsc.c.
__weak void HAL_TSC_ErrorCallback | ( | TSC_HandleTypeDef * | htsc ) |
Error callback in non-blocking mode.
- Parameters:
-
htsc,: pointer to a TSC_HandleTypeDef structure that contains the configuration information for the specified TSC.
- Return values:
-
None
Definition at line 814 of file stm32l4xx_hal_tsc.c.
void HAL_TSC_IRQHandler | ( | TSC_HandleTypeDef * | htsc ) |
Handle TSC interrupt request.
- Parameters:
-
htsc,: pointer to a TSC_HandleTypeDef structure that contains the configuration information for the specified TSC.
- Return values:
-
None
Definition at line 761 of file stm32l4xx_hal_tsc.c.
Generated on Tue Jul 12 2022 18:10:46 by
