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