[−][src]Trait stm32f1xx_hal::spi::Pins
Associated Types
type _Pos
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]
MISO: Miso<REMAP>,
MOSI: Mosi<REMAP>,
SCK: Sck<REMAP>,
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]
MISO: Miso<REMAP>,
SCK: Sck<REMAP>,
MOSI: Mosi<REMAP>,
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]
MOSI: Mosi<REMAP>,
MISO: Miso<REMAP>,
SCK: Sck<REMAP>,
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]
MOSI: Mosi<REMAP>,
SCK: Sck<REMAP>,
MISO: Miso<REMAP>,
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]
SCK: Sck<REMAP>,
MISO: Miso<REMAP>,
MOSI: Mosi<REMAP>,
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]
SCK: Sck<REMAP>,
MOSI: Mosi<REMAP>,
MISO: Miso<REMAP>,