Go to the documentation of this file.
38 #ifndef __DEV_SERIAL_HH__
39 #define __DEV_SERIAL_HH__
48 struct SerialDeviceParams;
49 struct SerialNullDeviceParams;
162 #endif // __DEV_SERIAL_HH__
Base class for serial devices such as terminals.
SerialDevice(const SerialDeviceParams &p)
std::function< void()> interfaceCallback
Currently regisxtered host interface layer callback.
bool dataAvailable() const override
Check if there is pending data from the serial device.
virtual bool dataAvailable() const =0
Check if there is pending data from the serial device.
virtual void writeData(uint8_t c)=0
Transmit a character from the host interface to the device.
uint8_t readData() override
Read a character from the device.
Abstract superclass for simulation objects.
Dummy serial device that discards all data sent to it.
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.
void writeData(uint8_t c) override
Transmit a character from the host interface to the device.
SerialNullDevice(const SerialNullDeviceParams &p)
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
virtual uint8_t readData()=0
Read a character from the device.
Generated on Wed May 4 2022 12:13:57 for gem5 by doxygen 1.8.17