STM32L486xx HAL User Manual
Defines
Bit Order
USART Exported Constants

Defines

#define LL_USART_BITORDER_LSBFIRST   0x00000000U
#define LL_USART_BITORDER_MSBFIRST   USART_CR2_MSBFIRST

Define Documentation

#define LL_USART_BITORDER_LSBFIRST   0x00000000U

data is transmitted/received with data bit 0 first, following the start bit

Definition at line 495 of file stm32l4xx_ll_usart.h.

#define LL_USART_BITORDER_MSBFIRST   USART_CR2_MSBFIRST

data is transmitted/received with the MSB first, following the start bit

Definition at line 496 of file stm32l4xx_ll_usart.h.