Enum kernel::hil::gpio::InterruptMode
[−]
[src]
pub enum InterruptMode { RisingEdge, FallingEdge, EitherEdge, }
Enum for selecting which edge to trigger interrupts on.
Variants
RisingEdge
FallingEdge
EitherEdge