29 #ifndef __DEV_X86_SPEAKER_HH__ 30 #define __DEV_X86_SPEAKER_HH__ 34 #include "params/PcSpeaker.hh" 52 SpeakerControl controlVal;
62 return dynamic_cast<const Params *
>(
_params);
66 latency(p->pio_latency), controlVal(0), timer(p->i8254)
80 #endif //__DEV_X86_SPEAKER_HH__
const Params * params() const
BitUnion8(SpeakerControl) Bitfield< 0 > gate
EndBitUnion(SpeakerControl) SpeakerControl controlVal
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 serialize(CheckpointOut &cp) const override
Serialize an object.
std::ostream CheckpointOut
This is exposed globally, independent of the ISA.
const SimObjectParams * _params
Cached copy of the object parameters.
void unserialize(CheckpointIn &cp) override
Unserialize an object.
Tick write(PacketPtr pkt) override
Pure virtual function that the device must implement.