Trait stm32wlxx_hal::spi::Transfer
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
Required Associated Types§
type Error
type Error
Error type