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