pub trait SpiBusFlush: ErrorType { async fn flush(&mut self) -> Result<(), Self::Error>; }
Flush support for SPI bus
Wait until all operations have completed and the bus is idle.
See (the docs on embedded-hal)[embedded_hal::spi::blocking] for information on flushing.