Searched refs:ISR_RX (Results 1 – 2 of 2) sorted by relevance
115 #define ISR_RX (1 << 3) /* rx interrupt status */ macro
66 #define ISR_RX BIT(2) /* Receive */ macro68 #define ISR_MASK (ISR_RXOF | ISR_RXTO | ISR_RX | ISR_TX)
Completed in 6 milliseconds