pub trait AesDmaChannel<'d>: Sealed + Into<CryptoDmaChannel<'d>> { }Expand description
DMA channel trait for the AES peripheral.
Implemented for every channel type capable of serving AES.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.
Implementors§
impl<'d> AesDmaChannel<'d> for DMA_CRYPTO<'d>
Available on crate feature
unstable only.