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