Searched defs:UART_LSR_FE (Results 1 – 10 of 10) sorted by relevance
125 #define UART_LSR_FE (BIT(3)) macro
48 #define UART_LSR_FE (BIT(3)) macro
107 #define UART_LSR_FE ((uint8_t)(1<<3)) /*!<Line status register: Framing error*/ macro
115 #define UART_LSR_FE 0x08 /**< Frame error indicator */ macro
127 #define UART_LSR_FE 0x08 /* Frame error indicator */ macro
226 #define UART_LSR_FE ((uint8_t)(1<<3)) macro
305 #define UART_LSR_FE (BIT(3)) macro
1329 #define UART_LSR_FE ((uint32_t)0x0008) macro
1924 #define UART_LSR_FE UART_LSR_FE_Msk macro
Completed in 91 milliseconds