MCPcopy 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

51impl 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

asusizeMethod · 0.80
timer_interrupt_handlerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected