Go to the documentation of this file.
41 #include "params/SerialDevice.hh"
42 #include "params/SerialNullDevice.hh"
62 "A UART has already been associated with this device.");
86 panic(
"SerialNullDevice does not have pending data.\n");
Base class for serial devices such as terminals.
SerialDevice(const SerialDeviceParams &p)
std::function< void()> interfaceCallback
Currently regisxtered host interface layer callback.
virtual bool dataAvailable() const =0
Check if there is pending data from the serial device.
uint8_t readData() override
Read a character from the device.
Abstract superclass for simulation objects.
void regInterfaceCallback(const std::function< void()> &callback)
Register a data available callback into the host interface layer.
void notifyInterface()
Notify the host interface of pending data.
#define fatal_if(cond,...)
Conditional fatal macro that checks the supplied condition and only causes a fatal error if the condi...
SerialNullDevice(const SerialNullDeviceParams &p)
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
#define panic(...)
This implements a cprintf based panic() function.
Generated on Wed Jul 28 2021 12:10:26 for gem5 by doxygen 1.8.17