Skip to main content

AesDmaChannel

Trait AesDmaChannel 

Source
pub trait AesDmaChannel<'d>: Sealed + Into<AxiGdmaChannel<'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".

Implementors§

Source§

impl<'d> AesDmaChannel<'d> for AxiGdmaChannel<'d>

Available on crate feature unstable only.
Source§

impl<'d> AesDmaChannel<'d> for DMA_AXI_CH0<'d>

Available on crate feature unstable only.
Source§

impl<'d> AesDmaChannel<'d> for DMA_AXI_CH1<'d>

Available on crate feature unstable only.
Source§

impl<'d> AesDmaChannel<'d> for DMA_AXI_CH2<'d>

Available on crate feature unstable only.