pub const TRIGGER_RISING: usize = bindings::IRQF_TRIGGER_RISING as _; // 1usize
Expand description

The interrupt is triggered when the signal goes from low to high.

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