|
STM32G474xx HAL用户手册
|
定义 | |
| #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行
1.7.6.1