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
 

Detailed Description

Macro Definition Documentation

◆ LL_UART_DATABITS_5B

#define LL_UART_DATABITS_5B   UART_LCR_DLS_5

5 bits word length : Start bit, 5 data bits, n stop bits

Definition at line 165 of file gr55xx_ll_uart.h.

◆ LL_UART_DATABITS_6B

#define LL_UART_DATABITS_6B   UART_LCR_DLS_6

6 bits word length : Start bit, 6 data bits, n stop bits

Definition at line 166 of file gr55xx_ll_uart.h.

◆ LL_UART_DATABITS_7B

#define LL_UART_DATABITS_7B   UART_LCR_DLS_7

7 bits word length : Start bit, 7 data bits, n stop bits

Definition at line 167 of file gr55xx_ll_uart.h.

◆ LL_UART_DATABITS_8B

#define LL_UART_DATABITS_8B   UART_LCR_DLS_8

8 bits word length : Start bit, 8 data bits, n stop bits

Definition at line 168 of file gr55xx_ll_uart.h.