pub trait I2sParallelDmaChannel<'d, S>: Into<I2sDmaTxChannel<'d>> + Sealed { }Expand description
DMA channel trait for I2S peripherals.
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> I2sParallelDmaChannel<'d, I2S0<'d>> for I2sDmaChannel<'d>
Available on crate feature
unstable only.impl<'d> I2sParallelDmaChannel<'d, I2S0<'d>> for I2sDmaTxChannel<'d>
Available on crate feature
unstable only.impl<'d> I2sParallelDmaChannel<'d, I2S0<'d>> for DMA_I2S0<'d>
Available on crate feature
unstable only.impl<'d> I2sParallelDmaChannel<'d, I2S1<'d>> for I2sDmaChannel<'d>
Available on crate feature
unstable only.impl<'d> I2sParallelDmaChannel<'d, I2S1<'d>> for I2sDmaTxChannel<'d>
Available on crate feature
unstable only.impl<'d> I2sParallelDmaChannel<'d, I2S1<'d>> for DMA_I2S1<'d>
Available on crate feature
unstable only.impl<'d> I2sParallelDmaChannel<'d, AnyI2s<'d>> for I2sDmaChannel<'d>
Available on crate feature
unstable only.impl<'d> I2sParallelDmaChannel<'d, AnyI2s<'d>> for I2sDmaTxChannel<'d>
Available on crate feature
unstable only.impl<'d> I2sParallelDmaChannel<'d, AnyI2s<'d>> for DMA_I2S0<'d>
Available on crate feature
unstable only.impl<'d> I2sParallelDmaChannel<'d, AnyI2s<'d>> for DMA_I2S1<'d>
Available on crate feature
unstable only.