Trait cortex_m::prelude::_embedded_hal_blocking_spi_Write [−][src]
Blocking write
Associated Types
Loading content...Required methods
pub fn write(&mut self, words: &[W]) -> Result<(), Self::Error>[src]
Sends words to the slave, ignoring all the incoming words
Implementors
impl<W, S> Write<W> for S where
W: Clone,
S: Default<W>, [src]
W: Clone,
S: Default<W>,