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