pub const TRIGGER_FALLING: usize = bindings::IRQF_TRIGGER_FALLING as _; // 2usize
Expand description

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

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