pub const TRIGGER_HIGH: usize = bindings::IRQF_TRIGGER_HIGH as _; // 4usize
Expand description

The interrupt is triggered while the signal is held high.

This documentation is an old archive. Please see https://rust.docs.kernel.org instead.