[−][src]Trait embedded_hal::blocking::spi::Transactional
Transactional trait allows multiple actions to be executed as part of a single SPI transaction
Associated Types
Required methods
fn try_exec<'a>(
&mut self,
operations: &mut [Operation<'a, W>]
) -> Result<(), Self::Error>
[−]
&mut self,
operations: &mut [Operation<'a, W>]
) -> Result<(), Self::Error>
Execute the provided transactions