MCPcopy Create free account
hub / github.com/LibertyOS-Development/kernel / check_floating_bus

Method check_floating_bus

src/fs/ata.rs:121–128  ·  view source on GitHub ↗

CHECK FLOATING BUS

(&mut self)

Source from the content-addressed store, hash-verified

119
120 // CHECK FLOATING BUS
121 fn check_floating_bus(&mut self) -> Result<(), ()>
122 {
123 match self.status()
124 {
125 0xFF | 0x7F => Err(()),
126 _ => Ok(()),
127 }
128 }
129
130
131 // CLEAR INTERRUPT

Callers 1

id_driveMethod · 0.80

Calls 2

statusMethod · 0.80
ErrEnum · 0.50

Tested by

no test coverage detected