Trait esp32s3_hal::spi::slave::dma::WithDmaSpi3
source · pub trait WithDmaSpi3<'d, C>{
// Required method
fn with_dma(self, channel: Channel<'d, C>) -> SpiDma<'d, SPI3, C>;
}
pub trait WithDmaSpi3<'d, C>{
// Required method
fn with_dma(self, channel: Channel<'d, C>) -> SpiDma<'d, SPI3, C>;
}