Macros

#define LL_UART_STOPBITS_1   UART_LCR_STOP_1
 
#define LL_UART_STOPBITS_1_5   UART_LCR_STOP_1_5
 
#define LL_UART_STOPBITS_2   UART_LCR_STOP_2
 

Detailed Description

Macro Definition Documentation

◆ LL_UART_STOPBITS_1

#define LL_UART_STOPBITS_1   UART_LCR_STOP_1

1 stop bit

Definition at line 175 of file gr55xx_ll_uart.h.

◆ LL_UART_STOPBITS_1_5

#define LL_UART_STOPBITS_1_5   UART_LCR_STOP_1_5

1.5 stop bits

Definition at line 176 of file gr55xx_ll_uart.h.

◆ LL_UART_STOPBITS_2

#define LL_UART_STOPBITS_2   UART_LCR_STOP_2

2 stop bits

Definition at line 177 of file gr55xx_ll_uart.h.