+ Collaboration diagram for UART Number of Data Bits:

Macros

#define UART_DATABITS_5   LL_UART_DATABITS_5B
 UART frame with 5 data bits. More...
 
#define UART_DATABITS_6   LL_UART_DATABITS_6B
 UART frame with 6 data bits. More...
 
#define UART_DATABITS_7   LL_UART_DATABITS_7B
 UART frame with 7 data bits. More...
 
#define UART_DATABITS_8   LL_UART_DATABITS_8B
 UART frame with 8 data bits. More...
 

Detailed Description

Macro Definition Documentation

◆ UART_DATABITS_5

#define UART_DATABITS_5   LL_UART_DATABITS_5B

UART frame with 5 data bits.

Definition at line 247 of file gr55xx_hal_uart.h.

◆ UART_DATABITS_6

#define UART_DATABITS_6   LL_UART_DATABITS_6B

UART frame with 6 data bits.

Definition at line 248 of file gr55xx_hal_uart.h.

◆ UART_DATABITS_7

#define UART_DATABITS_7   LL_UART_DATABITS_7B

UART frame with 7 data bits.

Definition at line 249 of file gr55xx_hal_uart.h.

◆ UART_DATABITS_8

#define UART_DATABITS_8   LL_UART_DATABITS_8B

UART frame with 8 data bits.

Definition at line 250 of file gr55xx_hal_uart.h.