#include <uart.h>
Data Fields | |
volatile uchar | buffer |
volatile uchar | ier |
volatile uchar | iir |
volatile uchar | lcr |
volatile uchar | mcr |
volatile uchar | lsr |
volatile uchar | msr |
volatile uchar | scr |
Definition at line 18 of file uart.h.
volatile uchar uart_csreg::buffer |
receive buffer (read only) OR transmit hold (write only)
Definition at line 20 of file uart.h.
Referenced by uartIntr().
volatile uchar uart_csreg::ier |
interrupt enable
Definition at line 22 of file uart.h.
Referenced by kputc(), uartInit(), and uartStat().
volatile uchar uart_csreg::iir |
interrupt ident (read only) OR FIFO control (write only)
Definition at line 23 of file uart.h.
Referenced by uartIntr().
volatile uchar uart_csreg::lcr |
volatile uchar uart_csreg::mcr |
volatile uchar uart_csreg::lsr |
volatile uchar uart_csreg::msr |
volatile uchar uart_csreg::scr |