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

◆ UART_DATABITS_6

#define UART_DATABITS_6   LL_UART_DATABITS_6B

UART frame with 6 data bits

◆ UART_DATABITS_7

#define UART_DATABITS_7   LL_UART_DATABITS_7B

UART frame with 7 data bits

◆ UART_DATABITS_8

#define UART_DATABITS_8   LL_UART_DATABITS_8B

UART frame with 8 data bits