Trait kernel::hil::gpio::PinCtl
[−]
[src]
pub trait PinCtl { fn set_input_mode(&self, _: InputMode); }
Required Methods
fn set_input_mode(&self, _: InputMode)
Configure whether the pin should have a pull-up or pull-down resistor or neither.