STM32L486xx HAL User Manual
Defines
SMARTCARD Last Bit
SMARTCARD Exported Constants

Defines

#define SMARTCARD_LASTBIT_DISABLE   0x00000000U
#define SMARTCARD_LASTBIT_ENABLE   USART_CR2_LBCL

Define Documentation

#define SMARTCARD_LASTBIT_DISABLE   0x00000000U

SMARTCARD frame last data bit clock pulse not output to SCLK pin

Definition at line 426 of file stm32l4xx_hal_smartcard.h.

#define SMARTCARD_LASTBIT_ENABLE   USART_CR2_LBCL

SMARTCARD frame last data bit clock pulse output to SCLK pin

Definition at line 427 of file stm32l4xx_hal_smartcard.h.