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>; }