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

Method status

src/fs/ata.rs:329–335  ·  view source on GitHub ↗

STATUS

(&mut self)

Source from the content-addressed store, hash-verified

327
328 // STATUS
329 fn status(&mut self) -> u8
330 {
331 unsafe
332 {
333 self.alt_status_reg.read()
334 }
335 }
336
337
338 // WAIT

Callers 5

check_floating_busMethod · 0.80
errorMethod · 0.80
id_driveMethod · 0.80
pollMethod · 0.80
writecmdMethod · 0.80

Calls 1

readMethod · 0.45

Tested by

no test coverage detected