Trait embedded_hal::spi::blocking::Transfer [−][src]
pub trait Transfer<W> {
type Error: Debug;
fn transfer(&mut self, words: &mut [W]) -> Result<(), Self::Error>;
}
Expand description
Blocking transfer
pub trait Transfer<W> {
type Error: Debug;
fn transfer(&mut self, words: &mut [W]) -> Result<(), Self::Error>;
}
Blocking transfer