[−][src]Trait bl602_hal::prelude::_embedded_hal_blocking_spi_WriteIter
Blocking write (iterator version)
Associated Types
Required methods
fn try_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