[][src]Trait stm32f1xx_hal::spi::Pins

pub trait Pins<REMAP, P> {
    type _Pos;
}

Associated Types

type _Pos

Loading content...

Implementors

impl<REMAP, MISO, MOSI, SCK> Pins<REMAP, (_Miso, _Mosi, _Sck)> for (MISO, MOSI, SCK) where
    MISO: Miso<REMAP>,
    MOSI: Mosi<REMAP>,
    SCK: Sck<REMAP>, 
[src]

type _Pos = (_Miso, _Mosi, _Sck)

impl<REMAP, MISO, SCK, MOSI> Pins<REMAP, (_Miso, _Sck, _Mosi)> for (MISO, SCK, MOSI) where
    MISO: Miso<REMAP>,
    SCK: Sck<REMAP>,
    MOSI: Mosi<REMAP>, 
[src]

type _Pos = (_Miso, _Sck, _Mosi)

impl<REMAP, MOSI, MISO, SCK> Pins<REMAP, (_Mosi, _Miso, _Sck)> for (MOSI, MISO, SCK) where
    MOSI: Mosi<REMAP>,
    MISO: Miso<REMAP>,
    SCK: Sck<REMAP>, 
[src]

type _Pos = (_Mosi, _Miso, _Sck)

impl<REMAP, MOSI, SCK, MISO> Pins<REMAP, (_Mosi, _Sck, _Miso)> for (MOSI, SCK, MISO) where
    MOSI: Mosi<REMAP>,
    SCK: Sck<REMAP>,
    MISO: Miso<REMAP>, 
[src]

type _Pos = (_Mosi, _Sck, _Miso)

impl<REMAP, SCK, MISO, MOSI> Pins<REMAP, (_Sck, _Miso, _Mosi)> for (SCK, MISO, MOSI) where
    SCK: Sck<REMAP>,
    MISO: Miso<REMAP>,
    MOSI: Mosi<REMAP>, 
[src]

type _Pos = (_Sck, _Miso, _Mosi)

impl<REMAP, SCK, MOSI, MISO> Pins<REMAP, (_Sck, _Mosi, _Miso)> for (SCK, MOSI, MISO) where
    SCK: Sck<REMAP>,
    MOSI: Mosi<REMAP>,
    MISO: Miso<REMAP>, 
[src]

type _Pos = (_Sck, _Mosi, _Miso)

Loading content...