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

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

Output type

Required methods

pub fn output_type(&self) -> U1[src]

converts type state to actual type

Loading content...

Implementors

impl OutputType for OpenDrain[src]

impl OutputType for PushPull[src]

Loading content...