pub trait _esp_hal_spi_dma_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>;
}
pub trait _esp_hal_spi_dma_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>;
}