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