gem5 v23.0.0.0
|
#include <array>
#include <iostream>
#include <string>
#include "base/bitunion.hh"
#include "base/types.hh"
#include "base/trace.hh"
#include "debug/Intel8254Timer.hh"
#include "sim/eventq.hh"
#include "sim/serialize.hh"
Go to the source code of this file.
Classes | |
class | gem5::Intel8254Timer |
Programmable Interval Timer (Intel 8254) More... | |
class | gem5::Intel8254Timer::Counter |
Counter element for PIT. More... | |
class | gem5::Intel8254Timer::Counter::CounterEvent |
Event for counter interrupt. More... | |
Namespaces | |
namespace | gem5 |
Reference material can be found at the JEDEC website: UFS standard http://www.jedec.org/standards-documents/results/jesd220 UFS HCI specification http://www.jedec.org/standards-documents/results/jesd223. | |