[][src]Trait alt_stm32f30x_hal::gpio::OutputType

pub trait OutputType {
    fn output_type(&self) -> U1;
}

Output type

Required methods

fn output_type(&self) -> U1

converts type state to actual type

Loading content...

Implementors

impl OutputType for OpenDrain[src]

impl OutputType for PushPull[src]

Loading content...