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