STM32L443xx HAL User Manual
Defines
Acquisition Mode
TSC Exported Constants

Defines

#define TSC_ACQ_MODE_NORMAL   0x00000000UL
#define TSC_ACQ_MODE_SYNCHRO   TSC_CR_AM

Define Documentation

#define TSC_ACQ_MODE_NORMAL   0x00000000UL

Normal acquisition mode (acquisition starts as soon as START bit is set)

Definition at line 331 of file stm32l4xx_hal_tsc.h.

#define TSC_ACQ_MODE_SYNCHRO   TSC_CR_AM

Synchronized acquisition mode (acquisition starts if START bit is set and when the selected signal is detected on the SYNC input pin)

Definition at line 333 of file stm32l4xx_hal_tsc.h.