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