Trait alt_stm32f30x_hal::gpio::OutputSpeed[][src]

pub trait OutputSpeed {
    fn output_speed(&self) -> U2;
}

Configures output speed

Required Methods

Converts type state to actual bits

Implementors