|
STM32L443xx HAL User Manual
|
Defines | |
| #define | UART_ADVFEATURE_MSBFIRST_DISABLE 0x00000000U |
| #define | UART_ADVFEATURE_MSBFIRST_ENABLE USART_CR2_MSBFIRST |
| #define UART_ADVFEATURE_MSBFIRST_DISABLE 0x00000000U |
Most significant bit sent/received first disable
Definition at line 633 of file stm32l4xx_hal_uart.h.
| #define UART_ADVFEATURE_MSBFIRST_ENABLE USART_CR2_MSBFIRST |
Most significant bit sent/received first enable
Definition at line 635 of file stm32l4xx_hal_uart.h.
1.7.6.1