Go to the documentation of this file.
29 #ifndef __DEV_MC146818_HH__
30 #define __DEV_MC146818_HH__
46 warn(
"No RTC event handler defined.\n");
136 static inline bool rega_dv_disabled(
const RtcRegA &
reg);
157 bool bcd,
Tick frequency);
189 #endif // __DEV_MC146818_HH__
Bitfield< 4 > uie
1 = enable alarm interrupt
Bitfield< 5 > aie
1 = enable periodic clock interrupt
void setTime(const struct tm time)
RTCTickEvent(MC146818 *_parent)
RTCEvent event
RTC periodic interrupt event.
MC146818(EventManager *em, const std::string &name, const struct tm time, bool bcd, Tick frequency)
Event for RTC periodic interrupt.
RTCEvent(MC146818 *_parent, Tick i)
Bitfield< 6 > pie
stop clock updates
Bitfield< 1 > format24h
0 = BCD, 1 = Binary coded time
virtual void handleEvent()
Event for RTC periodic interrupt.
const std::string & name() const
RtcRegB stat_regB
RTC status register B.
virtual void startup()
Start ticking.
uint64_t Tick
Tick count type.
Bitfield< 3, 0 > rs
Divider configuration.
virtual const char * description() const
Event description.
void writeData(const uint8_t addr, const uint8_t data)
RTC write data.
virtual void process()
Event process to occur at interrupt.
void process()
Event process to occur at interrupt.
const char * description() const
Event description.
void serialize(const std::string &base, CheckpointOut &cp) const
Serialize this object to the given output stream.
Bitfield< 0 > dse
0 = 12 hours, 1 = 24 hours
void scheduleIntr()
Schedule the RTC periodic interrupt.
BitUnion8(RtcRegA) Bitfield< 7 > uip
std::ostream CheckpointOut
Bitfield< 3 > sqwe
1 = enable update-ended interrupt
Bitfield< 2 > dm
1 = output sqare wave at SQW pin
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
void unserialize(const std::string &base, CheckpointIn &cp)
Reconstruct the state of this object from a checkpoint.
uint8_t readData(const uint8_t addr)
RTC read data.
Bitfield< 6, 4 > dv
1 = date and time update in progress
RTCTickEvent tickEvent
RTC tick event.
Real-Time Clock (MC146818)
EndBitUnion(RtcRegA) static inline bool rega_dv_disabled(const RtcRegA ®)
Is the DV field in regA set to disabled?
Generated on Tue Sep 7 2021 14:53:46 for gem5 by doxygen 1.8.17