pub trait _esp_hal_spi_master_dma_WithDmaSpi2<'d, C, M>where
C: ChannelTypes,
<C as ChannelTypes>::P: SpiPeripheral,
M: DuplexMode,{
// Required method
fn with_dma(self, channel: Channel<'d, C>) -> SpiDma<'d, SPI2, C, M>;
}
pub trait _esp_hal_spi_master_dma_WithDmaSpi2<'d, C, M>where
C: ChannelTypes,
<C as ChannelTypes>::P: SpiPeripheral,
M: DuplexMode,{
// Required method
fn with_dma(self, channel: Channel<'d, C>) -> SpiDma<'d, SPI2, C, M>;
}