STM32L486xx HAL User Manual
Defines
SMARTCARD Number of Stop Bits
SMARTCARD Exported Constants

Defines

#define SMARTCARD_STOPBITS_0_5   USART_CR2_STOP_0
#define SMARTCARD_STOPBITS_1_5   USART_CR2_STOP

Define Documentation

#define SMARTCARD_STOPBITS_0_5   USART_CR2_STOP_0

SMARTCARD frame with 0.5 stop bit

Definition at line 380 of file stm32l4xx_hal_smartcard.h.

#define SMARTCARD_STOPBITS_1_5   USART_CR2_STOP

SMARTCARD frame with 1.5 stop bits

Definition at line 381 of file stm32l4xx_hal_smartcard.h.