|
STM32L443xx HAL User Manual
|
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. | |
| void HAL_TSC_ConvCpltCallback | ( | TSC_HandleTypeDef * | htsc | ) |
Acquisition completed callback in non-blocking mode.
| htsc | Pointer to a TSC_HandleTypeDef structure that contains the configuration information for the specified TSC. |
| None |
Definition at line 1053 of file stm32l4xx_hal_tsc.c.
Referenced by HAL_TSC_Init(), HAL_TSC_IRQHandler(), and HAL_TSC_UnRegisterCallback().
| void HAL_TSC_ErrorCallback | ( | TSC_HandleTypeDef * | htsc | ) |
Error callback in non-blocking mode.
| htsc | Pointer to a TSC_HandleTypeDef structure that contains the configuration information for the specified TSC. |
| None |
Definition at line 1069 of file stm32l4xx_hal_tsc.c.
Referenced by HAL_TSC_Init(), HAL_TSC_IRQHandler(), and HAL_TSC_UnRegisterCallback().
| void HAL_TSC_IRQHandler | ( | TSC_HandleTypeDef * | htsc | ) |
Handle TSC interrupt request.
| htsc | Pointer to a TSC_HandleTypeDef structure that contains the configuration information for the specified TSC. |
| None |
Definition at line 1008 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.
1.7.6.1