[][src]Module ruspiro_interrupt::irqtypes

IRQ Types

Defining the different possible IRQ's that can 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 is might be untested/undefined. Please read the corresponding specs for the different interrupts to understand how to acknowledge them inside the handler implementation.