axhal
0.1.0
Module irq
Functions
Type Aliases
In crate axhal
?
Settings
Module
axhal
::
irq
Copy item path
source
·
[
−
]
Available on
crate feature
irq
only.
Expand description
Interrupt management.
Functions
§
register_handler
Registers an IRQ handler for the given IRQ.
set_enable
Enables or disables the given IRQ.
Type Aliases
§
IrqHandler
The type if an IRQ handler.