STM32L486xx HAL User Manual
Defines
IO Default Mode
TSC Exported Constants

Defines

#define TSC_IODEF_OUT_PP_LOW   0x00000000U
#define TSC_IODEF_IN_FLOAT   TSC_CR_IODEF

Define Documentation

#define TSC_IODEF_IN_FLOAT   TSC_CR_IODEF

I/Os are in input floating

Definition at line 297 of file stm32l4xx_hal_tsc.h.

#define TSC_IODEF_OUT_PP_LOW   0x00000000U

I/Os are forced to output push-pull low

Definition at line 296 of file stm32l4xx_hal_tsc.h.

Referenced by HAL_TSC_Start(), and HAL_TSC_Start_IT().