Trait embedded_hal_async::spi::SpiBusFlush
source · pub trait SpiBusFlush: ErrorType {
// Required method
async fn flush(&mut self) -> Result<(), Self::Error>;
}Expand description
Flush support for SPI bus
pub trait SpiBusFlush: ErrorType {
// Required method
async fn flush(&mut self) -> Result<(), Self::Error>;
}Flush support for SPI bus