MCPcopy Create free account
hub / github.com/LibertyOS-Development/kernel / rtc_intrh

Function rtc_intrh

src/time.rs:172–176  ·  view source on GitHub ↗

RTC interrupt handler

()

Source from the content-addressed store, hash-verified

170
171// RTC interrupt handler
172pub fn rtc_intrh()
173{
174 LAST_RTCUPDATE.store(tick(), Ordering::Relaxed);
175 CMOS::new().notify_intrend();
176}

Callers

nothing calls this directly

Calls 2

tickFunction · 0.85
notify_intrendMethod · 0.45

Tested by

no test coverage detected