33 #ifndef __DEV_UART8250_HH__ 34 #define __DEV_UART8250_HH__ 38 #include "params/Uart8250.hh" 85 return dynamic_cast<const Params *
>(
_params);
109 #endif // __TSUNAMI_UART_HH__ const uint8_t UART_IER_THRI
EventFunctionWrapper txIntrEvent
const uint8_t UART_IER_RDI
void dataAvailable() override
Inform the uart that there is data available.
void unserialize(CheckpointIn &cp) override
Unserialize an object.
const uint8_t UART_LSR_TEMT
const Params * params() const
const uint8_t UART_IER_RLSI
const uint8_t UART_MCR_LOOP
Tick write(PacketPtr pkt) override
Pure virtual function that the device must implement.
Uart8250(const Params *p)
uint64_t Tick
Tick count type.
void processIntrEvent(int intrBit)
AddrRangeList getAddrRanges() const override
Determine the address ranges that this device responds to.
Tick read(PacketPtr pkt) override
Pure virtual function that the device must implement.
const uint8_t UART_LSR_DR
A Packet is used to encapsulate a transfer between two objects in the memory system (e...
void scheduleIntr(Event *event)
EventFunctionWrapper rxIntrEvent
const uint8_t UART_LSR_THRE
std::ostream CheckpointOut
const SimObjectParams * _params
Cached copy of the object parameters.
virtual bool intStatus()
Return if we have an interrupt pending.
void serialize(CheckpointOut &cp) const override
Serialize an object.