STM32L443xx HAL User Manual
|
Defines | |
#define | TSC_ACQ_MODE_NORMAL 0x00000000UL |
#define | TSC_ACQ_MODE_SYNCHRO TSC_CR_AM |
#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.