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