Searched refs:UART_LSR_FE (Results 1 – 12 of 12) sorted by relevance
127 #define UART_LSR_FE 0x08 /* Frame error indicator */ macro131 #define UART_LSR_BRK_ERROR_BITS (UART_LSR_BI|UART_LSR_FE|UART_LSR_PE|UART_LSR_OE)
226 #define UART_LSR_FE ((uint8_t)(1<<3)) macro425 UART_LINESTAT_FE = UART_LSR_FE, /*!<Line status register: Framing error*/
125 #define UART_LSR_FE (BIT(3)) macro
115 #define UART_LSR_FE 0x08 /**< Frame error indicator */ macro
107 #define UART_LSR_FE ((uint8_t)(1<<3)) /*!<Line status register: Framing error*/ macro
213 #define UART_LINE_STATUS_RX_FRAMING_ERROR (UART_LSR_FE)
1329 #define UART_LSR_FE ((uint32_t)0x0008) macro
48 #define UART_LSR_FE (BIT(3)) macro
560 if (reg_value & (UART_LSR_PFE|UART_LSR_BI|UART_LSR_FE|UART_LSR_PE|UART_LSR_OE)) in prvUart_IrqHandle()
305 #define UART_LSR_FE (BIT(3)) macro
1924 #define UART_LSR_FE UART_LSR_FE_Msk macro
Completed in 72 milliseconds