STM32L486xx HAL User Manual
Functions
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

Acquisition completed callback in non-blocking mode.

Parameters:
htscPointer to a TSC_HandleTypeDef structure that contains the configuration information for the specified TSC.
Return values:
None

Definition at line 1059 of file stm32l4xx_hal_tsc.c.

Referenced by HAL_TSC_Init(), HAL_TSC_IRQHandler(), and HAL_TSC_UnRegisterCallback().

Error callback in non-blocking mode.

Parameters:
htscPointer to a TSC_HandleTypeDef structure that contains the configuration information for the specified TSC.
Return values:
None

Definition at line 1075 of file stm32l4xx_hal_tsc.c.

Referenced by HAL_TSC_Init(), HAL_TSC_IRQHandler(), and HAL_TSC_UnRegisterCallback().

Handle TSC interrupt request.

Parameters:
htscPointer to a TSC_HandleTypeDef structure that contains the configuration information for the specified TSC.
Return values:
None

Definition at line 1014 of file stm32l4xx_hal_tsc.c.

References __HAL_TSC_CLEAR_FLAG, __HAL_TSC_GET_FLAG, assert_param, __TSC_HandleTypeDef::ConvCpltCallback, __TSC_HandleTypeDef::ErrorCallback, HAL_TSC_ConvCpltCallback(), HAL_TSC_ErrorCallback(), HAL_TSC_STATE_ERROR, HAL_TSC_STATE_READY, __TSC_HandleTypeDef::Instance, __TSC_HandleTypeDef::State, TSC_FLAG_EOA, and TSC_FLAG_MCE.