STM32L486xx HAL User Manual
Defines
Bit Order
LPUART Exported Constants

Defines

#define LL_LPUART_BITORDER_LSBFIRST   0x00000000U
#define LL_LPUART_BITORDER_MSBFIRST   USART_CR2_MSBFIRST

Define Documentation

#define LL_LPUART_BITORDER_LSBFIRST   0x00000000U

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

Definition at line 382 of file stm32l4xx_ll_lpuart.h.

#define LL_LPUART_BITORDER_MSBFIRST   USART_CR2_MSBFIRST

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

Definition at line 383 of file stm32l4xx_ll_lpuart.h.