gem5
v22.0.0.1
|
#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 | gem5::Uart |
Namespaces | |
gem5 | |
Reference material can be found at the JEDEC website: UFS standard http://www.jedec.org/standards-documents/results/jesd220 UFS HCI specification http://www.jedec.org/standards-documents/results/jesd223. | |
Variables | |
const int | gem5::RX_INT = 0x1 |
const int | gem5::TX_INT = 0x2 |
Base class for UART
Definition in file uart.hh.