Searched refs:SCxSR_TEND (Results 1 – 2 of 2) sorted by relevance
86 if (!(sci_in(port, SCxSR) & SCxSR_TEND(port))) in serial_raw_putc()90 sci_out(port, SCxSR, sci_in(port, SCxSR) & ~SCxSR_TEND(port)); in serial_raw_putc()
182 #define SCxSR_TEND(port)\ macro
Completed in 4 milliseconds