STM32L443xx HAL User Manual
|
Defines | |
#define | LL_LPUART_BITORDER_LSBFIRST 0x00000000U |
#define | LL_LPUART_BITORDER_MSBFIRST USART_CR2_MSBFIRST |
#define LL_LPUART_BITORDER_LSBFIRST 0x00000000U |
data is transmitted/received with data bit 0 first, following the start bit
Definition at line 383 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 385 of file stm32l4xx_ll_lpuart.h.