#[non_exhaustive]pub struct Spi3DmaChannel {}
Available on crate feature
unstable
only.Expand description
DMA channel suitable for SPI3
Implementations§
Trait Implementations§
Source§impl Debug for Spi3DmaChannel
impl Debug for Spi3DmaChannel
Source§impl DmaChannel for Spi3DmaChannel
impl DmaChannel for Spi3DmaChannel
Source§type Rx = AnySpiDmaRxChannel
type Rx = AnySpiDmaRxChannel
A description of the RX half of a DMA Channel.
Source§type Tx = AnySpiDmaTxChannel
type Tx = AnySpiDmaTxChannel
A description of the TX half of a DMA Channel.
Source§impl Format for Spi3DmaChannel
impl Format for Spi3DmaChannel
Source§impl From<Spi3DmaChannel> for AnySpiDmaChannel
impl From<Spi3DmaChannel> for AnySpiDmaChannel
Source§fn from(inner: Spi3DmaChannel) -> Self
fn from(inner: Spi3DmaChannel) -> Self
Converts to this type from the input type.
Source§impl Peripheral for Spi3DmaChannel
impl Peripheral for Spi3DmaChannel
Source§type P = Spi3DmaChannel
type P = Spi3DmaChannel
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