29 #ifndef __DEV_MC146818_HH__ 30 #define __DEV_MC146818_HH__ 42 warn(
"No RTC event handler defined.\n");
112 void setTime(
const struct tm time);
130 static inline bool rega_dv_disabled(
const RtcRegA &
reg);
151 bool bcd,
Tick frequency);
181 #endif // __DEV_MC146818_HH__
void serialize(CheckpointOut &cp) const override
Serialize an object.
uint8_t readData(const uint8_t addr)
RTC read data.
void unserialize(CheckpointIn &cp) override
Unserialize an object.
Real-Time Clock (MC146818)
void writeData(const uint8_t addr, const uint8_t data)
RTC write data.
MC146818(EventManager *em, const std::string &name, const struct tm time, bool bcd, Tick frequency)
Bitfield< 4 > uie
1 = enable alarm interrupt
virtual const char * description() const
Event description.
BitUnion8(RtcRegA) Bitfield< 7 > uip
Bitfield< 2 > dm
1 = output sqare wave at SQW pin
Bitfield< 5 > aie
1 = enable periodic clock interrupt
Bitfield< 6 > pie
stop clock updates
RtcRegB stat_regB
RTC status register B.
These are variables that are set based on the simulator frequency.
Bitfield< 0 > dse
0 = 12 hours, 1 = 24 hours
virtual const std::string name() const
RTCEvent(MC146818 *_parent, Tick i)
RTCEvent event
RTC periodic interrupt event.
virtual void process()
Event process to occur at interrupt.
RTCTickEvent tickEvent
RTC tick event.
uint64_t Tick
Tick count type.
void scheduleIntr()
Schedule the RTC periodic interrupt.
Event for RTC periodic interrupt.
Bitfield< 3, 0 > rs
Divider configuration.
virtual void handleEvent()
void setTime(const struct tm time)
RTCTickEvent(MC146818 *_parent)
Event for RTC periodic interrupt.
std::ostream CheckpointOut
virtual void startup()
Start ticking.
Bitfield< 3 > sqwe
1 = enable update-ended interrupt
Bitfield< 6, 4 > dv
1 = date and time update in progress
const std::string & name() const
Bitfield< 1 > format24h
0 = BCD, 1 = Binary coded time
EndBitUnion(RtcRegA) static inline bool rega_dv_disabled(const RtcRegA ®)
Is the DV field in regA set to disabled?