pub struct Aes<'d> { /* private fields */ }Expand description
AES peripheral container
Implementations§
Source§impl<'d> Aes<'d>
 
impl<'d> Aes<'d>
Sourcepub fn with_dma(self, channel: impl DmaChannelFor<AES<'d>>) -> AesDma<'d>
 
pub fn with_dma(self, channel: impl DmaChannelFor<AES<'d>>) -> AesDma<'d>
Enable DMA for the current instance of the AES driver