Trait kernel::hil::gpio::PinCtl [] [src]

pub trait PinCtl {
    fn set_input_mode(&self, _: InputMode);
}

Required Methods

Configure whether the pin should have a pull-up or pull-down resistor or neither.

Implementors