pub type IntrFlags = InterruptType;Expand description
For backwards compatibility
Aliased Type§
enum IntrFlags {
Show 13 variants
    Level1,
    Level2,
    Level3,
    Level4,
    Level5,
    Level6,
    Nmi,
    Shared,
    Edge,
    Iram,
    IntrDisabled,
    LowMed,
    High,
}