gem5
|
Base class for UART. More...
Go to the source code of this file.
Classes | |
class | Uart |
Variables | |
const int | RX_INT = 0x1 |
const int | TX_INT = 0x2 |
Base class for UART.
Definition in file uart.hh.
const int RX_INT = 0x1 |
Definition at line 44 of file uart.hh.
Referenced by Uart8250::dataAvailable(), Uart8250::read(), and Uart8250::write().
const int TX_INT = 0x2 |
Definition at line 45 of file uart.hh.
Referenced by Uart8250::read(), and Uart8250::write().