Trait esp32c2_hal::spi::dma::WithDmaSpi2
source · pub trait WithDmaSpi2<T, RX, TX, P>where
T: Instance + Spi2Instance,
TX: Tx,
RX: Rx,
P: SpiPeripheral,{
fn with_dma(self, channel: Channel<TX, RX, P>) -> SpiDma<T, TX, RX, P>;
}