Searched refs:UART_LSR_THRE (Results 1 – 16 of 16) sorted by relevance
86 #define UART_LSR_THRE 0x20 /* Transmit-hold-register empty */ macro
39 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE)
230 #define UART_LSR_THRE ((uint8_t)(1<<5)) macro427 …UART_LINESTAT_THRE = UART_LSR_THRE, /*!<Line status register: Transmit holding register em…
283 while (!(uart->UART->LSR & UART_LSR_THRE)); in rt_uart_write()287 while (!(uart->UART->LSR & UART_LSR_THRE)); in rt_uart_write()
227 while (!(UARTx->LSR & UART_LSR_THRE)); in UART_Init()496 while (!(UARTx->LSR & UART_LSR_THRE)) in UART_Send()532 if (!(UARTx->LSR & UART_LSR_THRE)) in UART_Send()
123 #define UART_LSR_THRE (BIT(5)) macro
125 #define UART_LSR_THRE 0x20 /* Transmit-hold-register empty */ macro
30 const int uart_lsr_both_empty = (UART_LSR_TEMT | UART_LSR_THRE); in serial8250_early_putc()
113 #define UART_LSR_THRE 0x20 /**< Transmit-hold-register empty */ macro
109 #define UART_LSR_THRE ((uint8_t)(1<<5)) /*!<Line status register: Transmit holding register… macro
215 #define UART_LINE_STATUS_TX_HOLDING_REGISTER_EMPTY (UART_LSR_THRE)
1331 #define UART_LSR_THRE ((uint32_t)0x0020) macro
46 #define UART_LSR_THRE (BIT(5)) macro
303 #define UART_LSR_THRE (BIT(5)) macro
1918 #define UART_LSR_THRE UART_LSR_THRE_Msk macro
Completed in 85 milliseconds