STM32L486xx HAL User Manual
Defines
Interrupts definition
TSC Exported Constants

Defines

#define TSC_IT_EOA   TSC_IER_EOAIE
#define TSC_IT_MCE   TSC_IER_MCEIE

Define Documentation

#define TSC_IT_EOA   TSC_IER_EOAIE

End of acquisition interrupt enable

Definition at line 323 of file stm32l4xx_hal_tsc.h.

Referenced by HAL_TSC_Init(), HAL_TSC_Start(), HAL_TSC_Start_IT(), and HAL_TSC_Stop_IT().

#define TSC_IT_MCE   TSC_IER_MCEIE

Max count error interrupt enable

Definition at line 324 of file stm32l4xx_hal_tsc.h.

Referenced by HAL_TSC_Init(), HAL_TSC_Start(), HAL_TSC_Start_IT(), and HAL_TSC_Stop_IT().