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