pub const COND_SUSPEND: usize = bindings::IRQF_COND_SUSPEND as _; // 262_144usize
Expand description

If the IRQ is shared with a NO_SUSPEND user, execute this interrupt handler after suspending interrupts. For system wakeup devices users need to implement wakeup detection in their interrupt handlers.