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)
 

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 320 of file hal_uart.h.