Home
last modified time | relevance | path

Searched refs:UART_LSR_TEMT (Results 1 – 1 of 1) sorted by relevance

/picolibc-latest/semihost/machine/mips/
Dmips_iob.c83 #define UART_LSR_TEMT 0x40 /* Transmitter empty */ macro
95 while ((uart.lsr & (UART_LSR_TEMT|UART_LSR_THRE)) != (UART_LSR_TEMT|UART_LSR_THRE)) in mips_putc()