|
STM32L443xx HAL User Manual
|
Defines | |
| #define | TSC_IT_EOA TSC_IER_EOAIE |
| #define | TSC_IT_MCE TSC_IER_MCEIE |
| #define TSC_IT_EOA TSC_IER_EOAIE |
End of acquisition interrupt enable
Definition at line 343 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 344 of file stm32l4xx_hal_tsc.h.
Referenced by HAL_TSC_Init(), HAL_TSC_Start(), HAL_TSC_Start_IT(), and HAL_TSC_Stop_IT().
1.7.6.1