pub struct SpiDmaRxChannel<'d>(/* private fields */);Available on crate feature
unstable only.Expand description
The RX half of an arbitrary SPI DMA channel.
Trait Implementations§
Source§impl<'d> Debug for SpiDmaRxChannel<'d>
impl<'d> Debug for SpiDmaRxChannel<'d>
Source§impl<'d> From<DMA_SPI2<'d>> for SpiDmaRxChannel<'d>
impl<'d> From<DMA_SPI2<'d>> for SpiDmaRxChannel<'d>
Source§fn from(this: DMA_SPI2<'d>) -> SpiDmaRxChannel<'d>
fn from(this: DMA_SPI2<'d>) -> SpiDmaRxChannel<'d>
Converts to this type from the input type.
Source§impl<'d> From<DMA_SPI3<'d>> for SpiDmaRxChannel<'d>
impl<'d> From<DMA_SPI3<'d>> for SpiDmaRxChannel<'d>
Source§fn from(this: DMA_SPI3<'d>) -> SpiDmaRxChannel<'d>
fn from(this: DMA_SPI3<'d>) -> SpiDmaRxChannel<'d>
Converts to this type from the input type.
Source§impl<'d> From<SpiDmaChannel<'d>> for SpiDmaRxChannel<'d>
impl<'d> From<SpiDmaChannel<'d>> for SpiDmaRxChannel<'d>
Source§fn from(this: SpiDmaChannel<'d>) -> SpiDmaRxChannel<'d>
fn from(this: SpiDmaChannel<'d>) -> SpiDmaRxChannel<'d>
Converts to this type from the input type.