[−]Trait metro_m0::prelude::_embedded_hal_blocking_spi_Transfer
Blocking transfer
Associated Types
type Error
Error type
Required methods
fn transfer(&mut self, words: &'w mut [W]) -> Result<&'w [W], Self::Error>
Sends words
to the slave. Returns the words
received from the slave
Implementors
impl<W, S> Transfer<W> for S where
S: Default<W>,
W: Clone,
S: Default<W>,
W: Clone,
type Error = <S as FullDuplex<W>>::Error
fn transfer(
&mut self,
words: &'w mut [W]
) -> Result<&'w [W], <S as FullDuplex<W>>::Error>
&mut self,
words: &'w mut [W]
) -> Result<&'w [W], <S as FullDuplex<W>>::Error>