Macros | |
| #define | LL_UART_DATABITS_5B UART_LCR_DLS_5 |
| #define | LL_UART_DATABITS_6B UART_LCR_DLS_6 |
| #define | LL_UART_DATABITS_7B UART_LCR_DLS_7 |
| #define | LL_UART_DATABITS_8B UART_LCR_DLS_8 |
| #define LL_UART_DATABITS_5B UART_LCR_DLS_5 |
5 bits word length : Start bit, 5 data bits, n stop bits
| #define LL_UART_DATABITS_6B UART_LCR_DLS_6 |
6 bits word length : Start bit, 6 data bits, n stop bits
| #define LL_UART_DATABITS_7B UART_LCR_DLS_7 |
7 bits word length : Start bit, 7 data bits, n stop bits
| #define LL_UART_DATABITS_8B UART_LCR_DLS_8 |
8 bits word length : Start bit, 8 data bits, n stop bits