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