Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibertyOS-Development/kernel
/ asu8
Method
asu8
src/interrupts.rs:53–56 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
51
impl IntrIdx
52
{
53
fn asu8(self) -> u8
54
{
55
self as u8
56
}
57
fn asusize(self) -> usize
58
{
59
usize::from(self.asu8())
Callers
3
asusize
Method · 0.80
keyboard_interrupt_handler
Function · 0.80
timer_interrupt_handler
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected