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

pub enum InputMode {
    PullUp,
    PullDown,
    PullNone,
}

Enum for configuring any pull-up or pull-down resistors on the GPIO pin.

Variants

Trait Implementations

impl Debug for InputMode
[src]

[src]

Formats the value using the given formatter. Read more