STM32L486xx HAL User Manual
Defines
SMARTCARD advanced feature RX pin active level inversion
SMARTCARD Exported Constants

Defines

#define SMARTCARD_ADVFEATURE_RXINV_DISABLE   0x00000000U
#define SMARTCARD_ADVFEATURE_RXINV_ENABLE   USART_CR2_RXINV

Define Documentation

#define SMARTCARD_ADVFEATURE_RXINV_DISABLE   0x00000000U

RX pin active level inversion disable

Definition at line 494 of file stm32l4xx_hal_smartcard.h.

#define SMARTCARD_ADVFEATURE_RXINV_ENABLE   USART_CR2_RXINV

RX pin active level inversion enable

Definition at line 495 of file stm32l4xx_hal_smartcard.h.