pub trait CamDmaRxChannel<'d>: Into<<AhbGdmaChannel<'d> as DmaChannel>::Rx> + Sealed { }Expand description
DMA RX channel trait for the Camera peripheral.
Implemented for every RX-capable channel type that can serve the Camera module.
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> CamDmaRxChannel<'d> for <AhbGdmaChannel<'d> as DmaChannel>::Rx
Available on crate feature
unstable only.impl<'d> CamDmaRxChannel<'d> for AhbGdmaChannel<'d>
Available on crate feature
unstable only.impl<'d> CamDmaRxChannel<'d> for DMA_CH0<'d>
Available on crate feature
unstable only.impl<'d> CamDmaRxChannel<'d> for DMA_CH1<'d>
Available on crate feature
unstable only.impl<'d> CamDmaRxChannel<'d> for DMA_CH2<'d>
Available on crate feature
unstable only.impl<'d> CamDmaRxChannel<'d> for DMA_CH3<'d>
Available on crate feature
unstable only.impl<'d> CamDmaRxChannel<'d> for DMA_CH4<'d>
Available on crate feature
unstable only.