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

Defines

#define UART_STOPBITS_0_5   USART_CR2_STOP_0
#define UART_STOPBITS_1   0x00000000U
#define UART_STOPBITS_1_5   (USART_CR2_STOP_0 | USART_CR2_STOP_1)
#define UART_STOPBITS_2   USART_CR2_STOP_1

Define Documentation

#define UART_STOPBITS_0_5   USART_CR2_STOP_0

UART frame with 0.5 stop bit

Definition at line 363 of file stm32l4xx_hal_uart.h.

#define UART_STOPBITS_1   0x00000000U

UART frame with 1 stop bit

Definition at line 364 of file stm32l4xx_hal_uart.h.

#define UART_STOPBITS_1_5   (USART_CR2_STOP_0 | USART_CR2_STOP_1)

UART frame with 1.5 stop bits

Definition at line 365 of file stm32l4xx_hal_uart.h.

#define UART_STOPBITS_2   USART_CR2_STOP_1

UART frame with 2 stop bits

Definition at line 366 of file stm32l4xx_hal_uart.h.