Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibertyOS-Development/kernel
/ lba1
Method
lba1
src/fs/ata.rs:238–244 ·
view source on GitHub ↗
LBA1
(&mut self)
Source
from the content-addressed store, hash-verified
236
237
// LBA1
238
fn lba1(&mut self) -> u8
239
{
240
unsafe
241
{
242
self.lba1_reg.read()
243
}
244
}
245
246
247
// LBA2
Callers
1
id_drive
Method · 0.80
Calls
1
read
Method · 0.45
Tested by
no test coverage detected