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