Searched refs:uart_b91_get_tx_bufcnt (Results 1 – 1 of 1) sorted by relevance
109 static inline uint8_t uart_b91_get_tx_bufcnt(volatile struct uart_b91_t *uart) in uart_b91_get_tx_bufcnt() function343 while (uart_b91_get_tx_bufcnt(uart) >= UART_TX_BUF_CNT) { in uart_b91_poll_out()441 return ((uart_b91_get_tx_bufcnt(uart) < UART_TX_BUF_CNT) && in uart_b91_irq_tx_ready()450 return (uart_b91_get_tx_bufcnt(uart) == 0) ? 1 : 0; in uart_b91_irq_tx_complete()