Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/serial/
Duart_b91.c115 static inline uint8_t uart_b91_get_rx_bufcnt(volatile struct uart_b91_t *uart) in uart_b91_get_rx_bufcnt() function
356 if (uart_b91_get_rx_bufcnt(uart) == 0) { in uart_b91_poll_in()
389 if (uart_b91_get_rx_bufcnt(uart) != 0) { in uart_b91_fifo_fill()
408 if (uart_b91_get_rx_bufcnt(uart) == 0) { in uart_b91_fifo_read()
476 return (uart_b91_get_rx_bufcnt(uart) > 0) ? 1 : 0; in uart_b91_irq_rx_ready()