Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/serial/
Duart_b91.c109 static inline uint8_t uart_b91_get_tx_bufcnt(volatile struct uart_b91_t *uart) in uart_b91_get_tx_bufcnt() function
343 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()