Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bendudson/EuraliOS
/ as_u8
Method
as_u8
kernel/src/interrupts.rs:303–305 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
301
302
impl InterruptIndex {
303
pub fn as_u8(self) -> u8 {
304
self as u8
305
}
306
307
pub fn as_usize(self) -> usize {
308
usize::from(self.as_u8())
Callers
4
timer_handler
Function · 0.80
as_usize
Method · 0.80
await_interrupt
Function · 0.80
timer_handler
Function · 0.80
Calls
no outgoing calls
Tested by
1
timer_handler
Function · 0.64