STM32L443xx HAL User Manual
|
Defines | |
#define | LL_USART_BITORDER_LSBFIRST 0x00000000U |
#define | LL_USART_BITORDER_MSBFIRST USART_CR2_MSBFIRST |
#define LL_USART_BITORDER_LSBFIRST 0x00000000U |
data is transmitted/received with data bit 0 first, following the start bit
Definition at line 482 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 483 of file stm32l4xx_ll_usart.h.