pub const TRIGGER_LOW: usize = bindings::IRQF_TRIGGER_LOW as _; // 8usize
Expand description

The interrupt is triggered while the signal is held low.

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