L4 HAL Drivers

Embed: (wiki syntax)

« Back to documentation index

IRQ Handler and Callbacks

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 770 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 783 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 733 of file stm32l4xx_hal_tsc.c.