STM32L486xx HAL User Manual
Defines
SMARTCARD Clock Polarity
SMARTCARD Exported Constants

Defines

#define SMARTCARD_POLARITY_LOW   0x00000000U
#define SMARTCARD_POLARITY_HIGH   USART_CR2_CPOL

Define Documentation

#define SMARTCARD_POLARITY_HIGH   USART_CR2_CPOL

SMARTCARD frame high polarity

Definition at line 409 of file stm32l4xx_hal_smartcard.h.

#define SMARTCARD_POLARITY_LOW   0x00000000U

SMARTCARD frame low polarity

Definition at line 408 of file stm32l4xx_hal_smartcard.h.