pub struct CopyDmaRxChannel<'d>(/* private fields */);Expand description
The RX half of a Copy DMA channel.
Trait Implementations§
Source§impl<'d> Debug for CopyDmaRxChannel<'d>
Available on crate feature unstable only.
impl<'d> Debug for CopyDmaRxChannel<'d>
Available on crate feature
unstable only.impl DmaRxChannel for CopyDmaRxChannel<'_>
Available on crate feature
unstable only.