STM32F439xx HAL User Manual
Defines
USART Word Length
USART Exported Constants

Defines

#define USART_WORDLENGTH_8B   0x00000000U
#define USART_WORDLENGTH_9B   ((uint32_t)USART_CR1_M)

Define Documentation

#define USART_WORDLENGTH_8B   0x00000000U

Definition at line 170 of file stm32f4xx_hal_usart.h.

#define USART_WORDLENGTH_9B   ((uint32_t)USART_CR1_M)