pub trait SpiBusFlush: ErrorType {
    fn flush(&mut self) -> Result<(), Self::Error>;
}
Expand description

Flush support for SPI bus

Required Methods

Wait until all operations have completed and the bus is idle.

See the module-level documentation for important usage information.

Implementations on Foreign Types

Implementors