[−][src]Trait stm32f1xx_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<SPI, REMAP, PINS> Write<u8> for Spi<SPI, REMAP, PINS, u8> where
SPI: Deref<Target = SpiRegisterBlock>,
[src]
SPI: Deref<Target = SpiRegisterBlock>,
impl<SPI, REMAP, PINS> Write<u16> for Spi<SPI, REMAP, PINS, u16> where
SPI: Deref<Target = SpiRegisterBlock>,
[src]
SPI: Deref<Target = SpiRegisterBlock>,
impl<W, S> Write<W> for S where
S: Default<W>,
W: Clone,
[src]
S: Default<W>,
W: Clone,