Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibertyOS-Development/kernel
/ clrintr
Method
clrintr
src/fs/ata.rs:132–138 ·
view source on GitHub ↗
CLEAR INTERRUPT
(&mut self)
Source
from the content-addressed store, hash-verified
130
131
// CLEAR INTERRUPT
132
fn clrintr(&mut self) -> u8
133
{
134
unsafe
135
{
136
self.status_reg.read()
137
}
138
}
139
140
141
// DATA READ
Callers
1
writecmd
Method · 0.80
Calls
1
read
Method · 0.45
Tested by
no test coverage detected