pub trait ParlIoDmaChannel<'d>: DmaChannel + Into<AhbGdmaChannel<'d>> { }Expand description
DMA channel trait for the PARL_IO peripheral.
Implemented for every channel type capable of serving PARL_IO.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
Implementors§
impl<'d> ParlIoDmaChannel<'d> for AhbGdmaChannel<'d>
Available on crate feature
unstable only.impl<'d> ParlIoDmaChannel<'d> for DMA_CH0<'d>
Available on crate feature
unstable only.impl<'d> ParlIoDmaChannel<'d> for DMA_CH1<'d>
Available on crate feature
unstable only.impl<'d> ParlIoDmaChannel<'d> for DMA_CH2<'d>
Available on crate feature
unstable only.