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

Method lba2

src/fs/ata.rs:248–254  ·  view source on GitHub ↗

LBA2

(&mut self)

Source from the content-addressed store, hash-verified

246
247 // LBA2
248 fn lba2(&mut self) -> u8
249 {
250 unsafe
251 {
252 self.lba2_reg.read()
253 }
254 }
255
256
257 // POLL

Callers 1

id_driveMethod · 0.80

Calls 1

readMethod · 0.45

Tested by

no test coverage detected