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

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

Configures output speed

Required methods

fn output_speed(&self) -> U2

Converts type state to actual bits

Loading content...

Implementors

impl OutputSpeed for FastSpeed[src]

impl OutputSpeed for HighSpeed[src]

impl OutputSpeed for LowSpeed[src]

impl OutputSpeed for MediumSpeed[src]

Loading content...