STM32H735xx 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 485 of file stm32h7xx_hal_smartcard.h.

#define SMARTCARD_ADVFEATURE_RXINV_ENABLE   USART_CR2_RXINV

RX pin active level inversion enable

Definition at line 486 of file stm32h7xx_hal_smartcard.h.