Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibertyOS-Development/kernel
/ enable_updateintr
Method
enable_updateintr
src/cmos.rs:225–228 ·
view source on GitHub ↗
Enable update interrupt
(&mut self)
Source
from the content-addressed store, hash-verified
223
224
// Enable update interrupt
225
pub fn enable_updateintr(&mut self)
226
{
227
self.enable_intr(Intr::Update);
228
}
229
230
231
// Notify when interrupt has ended
Callers
1
init
Function · 0.80
Calls
1
enable_intr
Method · 0.80
Tested by
no test coverage detected