Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibertyOS-Development/kernel
/ read
Method
read
src/sys/pci.rs:104–111 ·
view source on GitHub ↗
Read
(&mut self)
Source
from the content-addressed store, hash-verified
102
103
// Read
104
pub fn read(&mut self) -> u32
105
{
106
unsafe
107
{
108
self.aport.write(self.address);
109
self.dport.read()
110
}
111
}
112
113
114
// Write
Callers
15
clr_irmask
Function · 0.45
set_irmask
Function · 0.45
spawn
Method · 0.45
ca
Function · 0.45
directory
Function · 0.45
env
Function · 0.45
envs
Function · 0.45
exit
Function · 0.45
fh
Function · 0.45
reg
Function · 0.45
sf
Function · 0.45
user
Function · 0.45
Calls
1
write
Method · 0.45
Tested by
no test coverage detected