Go to the documentation of this file.
45 #ifndef __DEV_TERMINAL_HH__
46 #define __DEV_TERMINAL_HH__
55 #include "params/Terminal.hh"
62 class TerminalListener;
124 size_t read(uint8_t *buf,
size_t len);
126 size_t write(
const uint8_t *buf,
size_t len);
155 #endif // __DEV_TERMINAL_HH__
Base class for serial devices such as terminals.
OutputStream * terminalDump(const TerminalParams &p)
Terminal(const Params &p)
uint8_t readData() override
Read a character from the device.
ListenEvent * listenEvent
bool dataAvailable() const override
Check if there is pending data from the serial device.
void writeData(uint8_t c) override
Transmit a character from the host interface to the device.
ListenEvent(Terminal *t, int fd, int e)
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
DataEvent(Terminal *t, int fd, int e)
Generated on Thu Jun 16 2022 10:41:53 for gem5 by doxygen 1.8.17