Expand description
IRQ line and IRQ guards.
Structsยง
- Callback
Handle ๐ - A handle for a registered callback on an IRQ line.
- Disabled
Local IrqGuard - A guard for disabled local IRQs.
- Inner ๐
- Inner
Handle ๐ - A handle for an allocated IRQ line.
- IrqLine
- An Interrupt ReQuest (IRQ) line.
Constantsยง
- NUMBER_
OF_ ๐IRQS
Staticsยง
Functionsยง
- disable_
local - Disables all IRQs on the current CPU (i.e., locally).
- get_
or_ ๐init_ allocator - process_
top_ ๐half
Type Aliasesยง
- IrqCallback
Function - A type alias for the IRQ callback function.