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