pub trait SpiSlaveDmaChannel<'d, S>: Sealed + Into<AhbGdmaChannel<'d>> { }Expand description
DMA channel trait for SPI slave 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> SpiSlaveDmaChannel<'d, SPI2<'d>> for AhbGdmaChannel<'d>
Available on crate feature
unstable only.impl<'d> SpiSlaveDmaChannel<'d, SPI2<'d>> for DMA_CH0<'d>
Available on crate feature
unstable only.impl<'d> SpiSlaveDmaChannel<'d, SPI2<'d>> for DMA_CH1<'d>
Available on crate feature
unstable only.impl<'d> SpiSlaveDmaChannel<'d, SPI2<'d>> for DMA_CH2<'d>
Available on crate feature
unstable only.impl<'d> SpiSlaveDmaChannel<'d, SPI2<'d>> for DMA_CH3<'d>
Available on crate feature
unstable only.impl<'d> SpiSlaveDmaChannel<'d, SPI2<'d>> for DMA_CH4<'d>
Available on crate feature
unstable only.impl<'d> SpiSlaveDmaChannel<'d, SPI3<'d>> for AhbGdmaChannel<'d>
Available on crate feature
unstable only.impl<'d> SpiSlaveDmaChannel<'d, SPI3<'d>> for DMA_CH0<'d>
Available on crate feature
unstable only.impl<'d> SpiSlaveDmaChannel<'d, SPI3<'d>> for DMA_CH1<'d>
Available on crate feature
unstable only.impl<'d> SpiSlaveDmaChannel<'d, SPI3<'d>> for DMA_CH2<'d>
Available on crate feature
unstable only.impl<'d> SpiSlaveDmaChannel<'d, SPI3<'d>> for DMA_CH3<'d>
Available on crate feature
unstable only.impl<'d> SpiSlaveDmaChannel<'d, SPI3<'d>> for DMA_CH4<'d>
Available on crate feature
unstable only.impl<'d> SpiSlaveDmaChannel<'d, AnySpi<'d>> for AhbGdmaChannel<'d>
Available on crate feature
unstable only.impl<'d> SpiSlaveDmaChannel<'d, AnySpi<'d>> for DMA_CH0<'d>
Available on crate feature
unstable only.impl<'d> SpiSlaveDmaChannel<'d, AnySpi<'d>> for DMA_CH1<'d>
Available on crate feature
unstable only.impl<'d> SpiSlaveDmaChannel<'d, AnySpi<'d>> for DMA_CH2<'d>
Available on crate feature
unstable only.impl<'d> SpiSlaveDmaChannel<'d, AnySpi<'d>> for DMA_CH3<'d>
Available on crate feature
unstable only.impl<'d> SpiSlaveDmaChannel<'d, AnySpi<'d>> for DMA_CH4<'d>
Available on crate feature
unstable only.