STM32L486xx HAL User Manual
Defines
Stop Bits
LPUART Exported Constants

Defines

#define LL_LPUART_STOPBITS_1   0x00000000U
#define LL_LPUART_STOPBITS_2   USART_CR2_STOP_1

Define Documentation

#define LL_LPUART_STOPBITS_1   0x00000000U

1 stop bit

Definition at line 337 of file stm32l4xx_ll_lpuart.h.

Referenced by LL_LPUART_StructInit().

#define LL_LPUART_STOPBITS_2   USART_CR2_STOP_1

2 stop bits

Definition at line 338 of file stm32l4xx_ll_lpuart.h.