Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibertyOS-Development/kernel
/ data_write
Method
data_write
src/fs/ata.rs:152–158 ·
view source on GitHub ↗
DATA WRITE
(&mut self, data: u16)
Source
from the content-addressed store, hash-verified
150
151
// DATA WRITE
152
fn data_write(&mut self, data: u16)
153
{
154
unsafe
155
{
156
self.data_reg.write(data)
157
}
158
}
159
160
161
// DEBUG
Callers
1
write
Method · 0.80
Calls
1
write
Method · 0.45
Tested by
no test coverage detected