Crate interrupt_controller
source ·Expand description
Support for accessing interupt controllers across multiple architectures.
Structs
- Struct representing a per-CPU interrupt controller chip.
- Structure representing a top-level/system-wide interrupt controller chip, responsible for routing interrupts between peripherals and CPU cores.
Enums
- The CPU where an interrupt should be handled, as well as the local interrupt number this gets translated to.
Traits
- Functionality provided by local interrupt controllers, which exist on a per-CPU basis.
- Functionality provided by system-wide interrupt controllers.
Functions
- Initializes the interrupt controller(s) on this system.