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