STM32F439xx HAL User Manual
Defines
Datawidth
USART Exported Constants

Defines

#define LL_USART_DATAWIDTH_8B   0x00000000U
#define LL_USART_DATAWIDTH_9B   USART_CR1_M

Define Documentation

#define LL_USART_DATAWIDTH_8B   0x00000000U

8 bits word length : Start bit, 8 data bits, n stop bits

Definition at line 238 of file stm32f4xx_ll_usart.h.

Referenced by LL_USART_StructInit().

#define LL_USART_DATAWIDTH_9B   USART_CR1_M

9 bits word length : Start bit, 9 data bits, n stop bits

Definition at line 239 of file stm32f4xx_ll_usart.h.