RTEMS 6.1-rc2
Loading...
Searching...
No Matches
Variables
uartlite.c File Reference

MicroBlaze AXI UART Lite support. More...

#include <bsp/irq.h>
#include <dev/serial/uartlite.h>
#include <bspopts.h>

Variables

const rtems_termios_device_handler microblaze_uart_fns
 

Detailed Description

MicroBlaze AXI UART Lite support.

Variable Documentation

◆ microblaze_uart_fns

const rtems_termios_device_handler microblaze_uart_fns
Initial value:
= {
.first_open = uart_first_open,
.last_close = uart_last_close,
.write = uart_write,
.poll_read = uart_read_polled,
.mode = TERMIOS_POLLED
}