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

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

Trait for pin mode

Required methods

fn pin_mode() -> U2

Convert type state into actual bits

Loading content...

Implementors

impl PinMode for Analog[src]

impl PinMode for Input[src]

fn pin_mode() -> U2[src]

bits

impl<AN: AltFnNum, OT: OutputType, OS: OutputSpeed> PinMode for AltFn<AN, OT, OS>[src]

impl<OT: OutputType, OS: OutputSpeed> PinMode for Output<OT, OS>[src]

Loading content...