#include <malta_io.hh>
|
| RTC (const std::string &name, const MaltaIOParams *p) |
|
| MC146818 (EventManager *em, const std::string &name, const struct tm time, bool bcd, Tick frequency) |
|
virtual | ~MC146818 () |
|
virtual void | startup () |
| Start ticking. More...
|
|
void | writeData (const uint8_t addr, const uint8_t data) |
| RTC write data. More...
|
|
uint8_t | readData (const uint8_t addr) |
| RTC read data. More...
|
|
void | tickClock () |
|
void | serialize (const std::string &base, CheckpointOut &cp) const |
| Serialize this object to the given output stream. More...
|
|
void | unserialize (const std::string &base, CheckpointIn &cp) |
| Reconstruct the state of this object from a checkpoint. More...
|
|
| EventManager (EventManager &em) |
|
| EventManager (EventManager *em) |
|
| EventManager (EventQueue *eq) |
|
EventQueue * | eventQueue () const |
|
void | schedule (Event &event, Tick when) |
|
void | deschedule (Event &event) |
|
void | reschedule (Event &event, Tick when, bool always=false) |
|
void | schedule (Event *event, Tick when) |
|
void | deschedule (Event *event) |
|
void | reschedule (Event *event, Tick when, bool always=false) |
|
void | wakeupEventQueue (Tick when=(Tick) -1) |
|
void | setCurTick (Tick newVal) |
|
Definition at line 56 of file malta_io.hh.
◆ RTC()
MaltaIO::RTC::RTC |
( |
const std::string & |
name, |
|
|
const MaltaIOParams * |
p |
|
) |
| |
◆ handleEvent()
void MaltaIO::RTC::handleEvent |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ malta
Malta* MaltaIO::RTC::malta |
The documentation for this class was generated from the following files: