pub const NO_AUTOEN: usize = bindings::IRQF_NO_AUTOEN as _; // 524_288usize
Don’t enable IRQ or NMI automatically when users request it. Users will enable it explicitly by enable_irq or enable_nmi later.
enable_irq
enable_nmi