[][src]Trait stm32f103xx_hal::spi::Pins

pub trait Pins<SPI> {
    const REMAP: bool;
}

Associated Constants

const REMAP: bool

Loading content...

Implementors

impl Pins<SPI1> for (PA5<Alternate<PushPull>>, PA6<Input<Floating>>, PA7<Alternate<PushPull>>)[src]

impl Pins<SPI1> for (PB3<Alternate<PushPull>>, PB4<Input<Floating>>, PB5<Alternate<PushPull>>)[src]

impl Pins<SPI2> for (PB13<Alternate<PushPull>>, PB14<Input<Floating>>, PB15<Alternate<PushPull>>)[src]

Loading content...