MCPcopy 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

shutdownFunction · 0.45
clr_irmaskFunction · 0.45
set_irmaskFunction · 0.45
createMethod · 0.45
fh_delFunction · 0.45
fh_newFunction · 0.45
fh_updateFunction · 0.45
set_caFunction · 0.45
setdirFunction · 0.45
setenvFunction · 0.45
setregFunction · 0.45
setsfFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected