Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/serial/
Duart_b91.c21 #define GET_UART(dev) ((volatile struct uart_b91_t *) \ macro
255 volatile struct uart_b91_t *uart = GET_UART(dev); in uart_b91_configure()
312 volatile struct uart_b91_t *uart = GET_UART(dev); in uart_b91_driver_init()
340 volatile struct uart_b91_t *uart = GET_UART(dev); in uart_b91_poll_out()
353 volatile struct uart_b91_t *uart = GET_UART(dev); in uart_b91_poll_in()
369 volatile struct uart_b91_t *uart = GET_UART(dev); in uart_b91_err_check()
382 volatile struct uart_b91_t *uart = GET_UART(dev); in uart_b91_fifo_fill()
405 volatile struct uart_b91_t *uart = GET_UART(dev); in uart_b91_fifo_read()
421 volatile struct uart_b91_t *uart = GET_UART(dev); in uart_b91_irq_tx_enable()
431 volatile struct uart_b91_t *uart = GET_UART(dev); in uart_b91_irq_tx_disable()
[all …]