STM32L443xx HAL User Manual
Defines
USARTEx Word Length
USARTEx Exported Constants

Defines

#define USART_WORDLENGTH_7B   (USART_CR1_M1)
#define USART_WORDLENGTH_8B   (0x00000000U)
#define USART_WORDLENGTH_9B   (USART_CR1_M0)

Define Documentation

#define USART_WORDLENGTH_7B   (USART_CR1_M1)

7-bit long USART frame

Definition at line 47 of file stm32l4xx_hal_usart_ex.h.

#define USART_WORDLENGTH_8B   (0x00000000U)

8-bit long USART frame

Definition at line 48 of file stm32l4xx_hal_usart_ex.h.

#define USART_WORDLENGTH_9B   (USART_CR1_M0)