STM32L486xx HAL User Manual
Defines
Synchro Pin Polarity
TSC Exported Constants

Defines

#define TSC_SYNC_POLARITY_FALLING   0x00000000U
#define TSC_SYNC_POLARITY_RISING   TSC_CR_SYNCPOL

Define Documentation

#define TSC_SYNC_POLARITY_FALLING   0x00000000U

Falling edge only

Definition at line 305 of file stm32l4xx_hal_tsc.h.

#define TSC_SYNC_POLARITY_RISING   TSC_CR_SYNCPOL

Rising edge and high level

Definition at line 306 of file stm32l4xx_hal_tsc.h.