Module irq

Source
Expand description

IRQ line and IRQ guards.

Structs§

DisabledLocalIrqGuard
A guard for disabled local IRQs.
IrqLine
An Interrupt ReQuest (IRQ) line.

Functions§

disable_local
Disables all IRQs on the current CPU (i.e., locally).

Type Aliases§

IrqCallbackFunction
A type alias for the IRQ callback function.