[−][src]Trait embedded_hal::blocking::spi::WriteIter
Blocking write (iterator version)
Associated Types
type Error
Error type
Required Methods
fn write_iter<WI>(&mut self, words: WI) -> Result<(), Self::Error> where
WI: IntoIterator<Item = W>,
WI: IntoIterator<Item = W>,
Sends words
to the slave, ignoring all the incoming words
Implementors
impl<W, S> WriteIter<W> for S where
S: Default<W>,
W: Clone,
[src]
impl<W, S> WriteIter<W> for S where
S: Default<W>,
W: Clone,
type Error = S::Error
fn write_iter<WI>(&mut self, words: WI) -> Result<(), S::Error> where
WI: IntoIterator<Item = W>,
[src]
fn write_iter<WI>(&mut self, words: WI) -> Result<(), S::Error> where
WI: IntoIterator<Item = W>,