[−][src]Trait stm32f103xx_hal::prelude::_embedded_hal_blocking_spi_Write
Blocking write
Associated Types
type Error
Error type
Required methods
fn write(&mut self, words: &[W]) -> Result<(), Self::Error>
Sends words to the slave, ignoring all the incoming words
Implementors
impl<PINS: Pins<SPI2>> Write<u8> for DmaSpi<PINS>[src]
impl<W, S> Write<W> for S where
S: Default<W>,
W: Clone, [src]
S: Default<W>,
W: Clone,