Trait esp32c2_hal::spi::dma::WithDmaSpi2
source · pub trait WithDmaSpi2<'d, T, C, M>where
T: Instance + Spi2Instance,
C: ChannelTypes,
<C as ChannelTypes>::P: SpiPeripheral,
M: DuplexMode,{
// Required method
fn with_dma(self, channel: Channel<'d, C>) -> SpiDma<'d, T, C, M>;
}