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
Auto Trait Implementations§
impl<'d> Freeze for Aes<'d>
impl<'d> RefUnwindSafe for Aes<'d>
impl<'d> Send for Aes<'d>
impl<'d> Sync for Aes<'d>
impl<'d> Unpin for Aes<'d>
impl<'d> !UnwindSafe for Aes<'d>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more