Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibertyOS-Development/kernel
/ write
Method
write
src/sys/pci.rs:115–122 ·
view source on GitHub ↗
Write
(&mut self, data: u32)
Source
from the content-addressed store, hash-verified
113
114
// Write
115
pub fn write(&mut self, data: u32)
116
{
117
unsafe
118
{
119
self.aport.write(self.address);
120
self.dport.write(data);
121
}
122
}
123
}
124
125
Callers
15
shutdown
Function · 0.45
clr_irmask
Function · 0.45
set_irmask
Function · 0.45
create
Method · 0.45
fh_del
Function · 0.45
fh_new
Function · 0.45
fh_update
Function · 0.45
set_ca
Function · 0.45
setdir
Function · 0.45
setenv
Function · 0.45
setreg
Function · 0.45
setsf
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected