MCPcopy 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_irmaskFunction · 0.45
set_irmaskFunction · 0.45
spawnMethod · 0.45
caFunction · 0.45
directoryFunction · 0.45
envFunction · 0.45
envsFunction · 0.45
exitFunction · 0.45
fhFunction · 0.45
regFunction · 0.45
sfFunction · 0.45
userFunction · 0.45

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected