pub struct Aes<'d> { /* private fields */ }
Available on crate feature
unstable
only.Expand description
AES peripheral container
Implementations§
Source§impl<'d> Aes<'d>
impl<'d> Aes<'d>
Sourcepub fn with_dma<CH>(self, channel: impl Peripheral<P = CH> + 'd) -> AesDma<'d>where
CH: DmaChannelFor<AES>,
pub fn with_dma<CH>(self, channel: impl Peripheral<P = CH> + 'd) -> AesDma<'d>where
CH: DmaChannelFor<AES>,
Enable DMA for the current instance of the AES driver