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