Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibertyOS-Development/kernel
/ enable_alarmintr
Method
enable_alarmintr
src/cmos.rs:218–221 ·
view source on GitHub ↗
Enable alarm interrupt
(&mut self)
Source
from the content-addressed store, hash-verified
216
217
// Enable alarm interrupt
218
pub fn enable_alarmintr(&mut self)
219
{
220
self.enable_intr(Intr::Alarm);
221
}
222
223
224
// Enable update interrupt
Callers
nothing calls this directly
Calls
1
enable_intr
Method · 0.80
Tested by
no test coverage detected