UART Line Error Flag Mask
+ Collaboration diagram for UART Line Error Flag Mask:

Macros

#define UART_LINE_ERROR_MASK   (LL_UART_LSR_PE | LL_UART_LSR_OE | LL_UART_LSR_FE | LL_UART_LSR_BI)
 UART interruptions flags mask. More...
 

Detailed Description

Macro Definition Documentation

◆ UART_LINE_ERROR_MASK

#define UART_LINE_ERROR_MASK   (LL_UART_LSR_PE | LL_UART_LSR_OE | LL_UART_LSR_FE | LL_UART_LSR_BI)

UART interruptions flags mask.

Definition at line 311 of file gr55xx_hal_uart.h.