Enum kernel::hil::gpio::InterruptMode [] [src]

pub enum InterruptMode {
    RisingEdge,
    FallingEdge,
    EitherEdge,
}

Enum for selecting which edge to trigger interrupts on.

Variants

Trait Implementations

impl Debug for InterruptMode
[src]

[src]

Formats the value using the given formatter. Read more