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....
SimpleUart(const SimpleUartParams &p)
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
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved.
uint64_t Tick
Tick count type.