|
STM32G474xx HAL User Manual
|
定义 | |
| #define | LL_LPUART_BITORDER_LSBFIRST 0x00000000U |
| #define | LL_LPUART_BITORDER_MSBFIRST USART_CR2_MSBFIRST |
| #define LL_LPUART_BITORDER_LSBFIRST 0x00000000U |
数据在起始位之后以位0优先的方式进行发送/接收
定义于文件 stm32g4xx_ll_lpuart.h 的第 357 行。
| #define LL_LPUART_BITORDER_MSBFIRST USART_CR2_MSBFIRST |
数据在起始位之后以MSB优先的方式进行发送/接收
定义于文件 stm32g4xx_ll_lpuart.h 的第 359 行。
1.7.6.1