39#ifndef __DEV_SERIAL_SIMPLE_HH__
40#define __DEV_SERIAL_SIMPLE_HH__
47struct SimpleUartParams;
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.
Tick write(PacketPtr pkt) override
Pure virtual function that the device must implement.
Tick read(PacketPtr pkt) override
Pure virtual function that the device must implement.
const ByteOrder byteOrder
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
uint64_t Tick
Tick count type.