STM32F439xx HAL User Manual
Defines
Stop Bits
USART Exported Constants

Defines

#define LL_USART_STOPBITS_0_5   USART_CR2_STOP_0
#define LL_USART_STOPBITS_1   0x00000000U
#define LL_USART_STOPBITS_1_5   (USART_CR2_STOP_0 | USART_CR2_STOP_1)
#define LL_USART_STOPBITS_2   USART_CR2_STOP_1

Define Documentation

#define LL_USART_STOPBITS_0_5   USART_CR2_STOP_0

0.5 stop bit

Definition at line 295 of file stm32f4xx_ll_usart.h.

#define LL_USART_STOPBITS_1   0x00000000U

1 stop bit

Definition at line 296 of file stm32f4xx_ll_usart.h.

Referenced by LL_USART_StructInit().

#define LL_USART_STOPBITS_1_5   (USART_CR2_STOP_0 | USART_CR2_STOP_1)

1.5 stop bits

Definition at line 297 of file stm32f4xx_ll_usart.h.

#define LL_USART_STOPBITS_2   USART_CR2_STOP_1

2 stop bits

Definition at line 298 of file stm32f4xx_ll_usart.h.