39 #ifndef __DEV_SERIAL_SIMPLE_HH__ 40 #define __DEV_SERIAL_SIMPLE_HH__ 44 struct SimpleUartParams;
67 #endif // __DEV_SERIAL_SIMPLE_HH__ Tick write(PacketPtr pkt) override
Pure virtual function that the device must implement.
uint64_t Tick
Tick count type.
Tick read(PacketPtr pkt) override
Pure virtual function that the device must implement.
A Packet is used to encapsulate a transfer between two objects in the memory system (e...
void dataAvailable() override
Inform the uart that there is data available.
const ByteOrder byteOrder
SimpleUart(const SimpleUartParams *p)