gem5
v20.1.0.0
|
#include "base/callback.hh"
#include "dev/io_device.hh"
#include "dev/serial/serial.hh"
#include "params/Uart.hh"
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 43 of file uart.hh.
Referenced by Uart8250::dataAvailable(), Uart8250::read(), and Uart8250::write().
const int TX_INT = 0x2 |
Definition at line 44 of file uart.hh.
Referenced by Uart8250::read(), Uart8250::Uart8250(), and Uart8250::write().