Macros

#define UART_DATABITS_5   LL_UART_DATABITS_5B
 
#define UART_DATABITS_6   LL_UART_DATABITS_6B
 
#define UART_DATABITS_7   LL_UART_DATABITS_7B
 
#define UART_DATABITS_8   LL_UART_DATABITS_8B
 

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.