Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
172
pub fn rtc_intrh()
173
{
174
LAST_RTCUPDATE.store(tick(), Ordering::Relaxed);
175
CMOS::new().notify_intrend();
176
}
Callers
nothing calls this directly
Calls
2
tick
Function · 0.85
notify_intrend
Method · 0.45
Tested by
no test coverage detected