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