[−][src]Trait embedded_hal::blocking::spi::Transfer
Blocking transfer
Associated Types
type Error
Error type
Required methods
fn try_transfer<'w>(
&mut self,
words: &'w mut [W]
) -> Result<&'w [W], Self::Error>
&mut self,
words: &'w mut [W]
) -> Result<&'w [W], Self::Error>
Sends words
to the slave. Returns the words
received from the slave