Trait alt_stm32f30x_hal::gpio::PinMode[][src]

pub trait PinMode {
    fn pin_mode() -> U2;
}

Trait for pin mode

Required Methods

Convert type state into actual bits

Implementors