Trait embedded_hal::blocking::spi::Transfer
source · pub trait Transfer<W> {
type Error;
// Required method
fn transfer<'w>(
&mut self,
words: &'w mut [W]
) -> Result<&'w [W], Self::Error>;
}
Expand description
Blocking transfer