[][src]Module ruspiro_interrupt::irqtypes

Interrupt Types

Defining the different possible interrupts of the Raspberry Pi a handler could be registered for.

Enums

Interrupt

The list of available interrupts on Raspberry Pi 3. Note: Even if it is possible to register an interrupt handler for them the behaviour might be untested/undefined. Please read the corresponding specs for the different interrupts to understand how to acknowledge them inside the individual handler implementation.