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

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

Output type

Required Methods

converts type state to actual type

Implementors