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