Trait esp32c3_hal::aes::dma::WithDmaAes
source · pub trait WithDmaAes<'d, C>where
C: ChannelTypes,
<C as ChannelTypes>::P: AesPeripheral,{
// Required method
fn with_dma(self, channel: Channel<'d, C>) -> AesDma<'d, C>;
}