Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibertyOS-Development/kernel
/ mask_write
Method
mask_write
src/dev/drivers/pic8259.rs:48–51 ·
view source on GitHub ↗
Write the interrupt mask for the PIC.
(&mut self, mask: u8)
Source
from the content-addressed store, hash-verified
46
47
// Write the interrupt mask for the PIC.
48
unsafe fn mask_write(&mut self, mask: u8)
49
{
50
self.data.write(mask)
51
}
52
}
53
54
Callers
2
init
Method · 0.80
disable
Method · 0.80
Calls
1
write
Method · 0.45
Tested by
no test coverage detected