STM32G474xx HAL用户手册
定义
位顺序
USART导出常量

定义

#define LL_USART_BITORDER_LSBFIRST   0x00000000U
#define LL_USART_BITORDER_MSBFIRST   USART_CR2_MSBFIRST

定义文档

#define LL_USART_BITORDER_LSBFIRST   0x00000000U

数据在起始位之后,先传输/接收数据位0

定义在文件stm32g4xx_ll_usart.h的第446

#define LL_USART_BITORDER_MSBFIRST   USART_CR2_MSBFIRST

数据在起始位之后,先传输/接收最高有效位

定义在文件stm32g4xx_ll_usart.h的第447