#[non_exhaustive]pub struct Spi2DmaChannel {}
Available on crate feature
unstable
only.Expand description
DMA channel suitable for SPI2
Implementations§
Trait Implementations§
Source§impl Debug for Spi2DmaChannel
impl Debug for Spi2DmaChannel
Source§impl DmaChannel for Spi2DmaChannel
impl DmaChannel for Spi2DmaChannel
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 Spi2DmaChannel
impl Format for Spi2DmaChannel
Source§impl From<Spi2DmaChannel> for AnySpiDmaChannel
impl From<Spi2DmaChannel> for AnySpiDmaChannel
Source§fn from(inner: Spi2DmaChannel) -> Self
fn from(inner: Spi2DmaChannel) -> Self
Converts to this type from the input type.
Source§impl Peripheral for Spi2DmaChannel
impl Peripheral for Spi2DmaChannel
Source§type P = Spi2DmaChannel
type P = Spi2DmaChannel
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