pub struct AnyI2sDmaTxChannel(/* private fields */);
Available on crate feature
unstable
only.Expand description
The TX half of an arbitrary I2S DMA channel.
Trait Implementations§
Source§impl Debug for AnyI2sDmaTxChannel
impl Debug for AnyI2sDmaTxChannel
Source§impl Format for AnyI2sDmaTxChannelwhere
AnyI2sDmaChannel: Format,
impl Format for AnyI2sDmaTxChannelwhere
AnyI2sDmaChannel: Format,
Source§impl Peripheral for AnyI2sDmaTxChannel
impl Peripheral for AnyI2sDmaTxChannel
Source§type P = AnyI2sDmaTxChannel
type P = AnyI2sDmaTxChannel
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