Searched refs:UART_LSR_PE (Results 1 – 14 of 14) sorted by relevance
128 #define UART_LSR_PE 0x04 /* Parity error indicator */ macro131 #define UART_LSR_BRK_ERROR_BITS (UART_LSR_BI|UART_LSR_FE|UART_LSR_PE|UART_LSR_OE)
123 if (intsrc & UART_LSR_PE) in UART0_IRQHandler()175 if (intsrc & UART_LSR_PE) in UART2_IRQHandler()
106 #define UART_LSR_PE ((uint8_t)(1<<2)) /*!<Line status register: Parity error*/ macro
224 #define UART_LSR_PE ((uint8_t)(1<<2)) macro424 UART_LINESTAT_PE = UART_LSR_PE, /*!<Line status register: Parity error*/
126 #define UART_LSR_PE (BIT(2)) macro
116 #define UART_LSR_PE 0x04 /**< Parity error indicator */ macro
99 if (intsrc & UART_LSR_PE) in _do_uart_isr()
212 #define UART_LINE_STATUS_RX_PARITY_ERROR (UART_LSR_PE)
1328 #define UART_LSR_PE ((uint32_t)0x0004) macro
49 #define UART_LSR_PE (BIT(2)) macro
560 if (reg_value & (UART_LSR_PFE|UART_LSR_BI|UART_LSR_FE|UART_LSR_PE|UART_LSR_OE)) in prvUart_IrqHandle()
306 #define UART_LSR_PE (BIT(2)) macro
1927 #define UART_LSR_PE UART_LSR_PE_Msk macro
Completed in 76 milliseconds