pub struct AnyI2sDmaRxChannel(/* private fields */);
Available on crate feature
unstable
only.Expand description
The RX half of an arbitrary I2S DMA channel.
Trait Implementations§
Source§impl Debug for AnyI2sDmaRxChannel
impl Debug for AnyI2sDmaRxChannel
Source§impl Format for AnyI2sDmaRxChannelwhere
AnyI2sDmaChannel: Format,
impl Format for AnyI2sDmaRxChannelwhere
AnyI2sDmaChannel: Format,
Source§impl Peripheral for AnyI2sDmaRxChannel
impl Peripheral for AnyI2sDmaRxChannel
Source§type P = AnyI2sDmaRxChannel
type P = AnyI2sDmaRxChannel
Peripheral singleton type
Source§unsafe fn clone_unchecked(&self) -> Self::P
unsafe fn clone_unchecked(&self) -> Self::P
Unsafely clone (duplicate) a peripheral singleton. Read more
Source§fn into_ref<'a>(self) -> PeripheralRef<'a, Self::P>where
Self: 'a,
fn into_ref<'a>(self) -> PeripheralRef<'a, Self::P>where
Self: 'a,
Convert a value into a
PeripheralRef
. Read more