STM32H735xx 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 305 of file stm32h7xx_ll_lpuart.h.

Referenced by LL_LPUART_StructInit().

#define LL_LPUART_STOPBITS_2   USART_CR2_STOP_1

2 stop bits

Definition at line 306 of file stm32h7xx_ll_lpuart.h.