#[non_exhaustive]pub struct DmaChannel1 {}
Available on crate feature
unstable
only.Expand description
A description of a specific GDMA channel
Implementations§
Trait Implementations§
Source§impl Debug for DmaChannel1
impl Debug for DmaChannel1
Source§impl DmaChannel for DmaChannel1
impl DmaChannel for DmaChannel1
Source§type Rx = AnyGdmaRxChannel
type Rx = AnyGdmaRxChannel
A description of the RX half of a DMA Channel.
Source§type Tx = AnyGdmaTxChannel
type Tx = AnyGdmaTxChannel
A description of the TX half of a DMA Channel.
Source§impl Format for DmaChannel1
impl Format for DmaChannel1
Source§impl PartialEq for DmaChannel1
impl PartialEq for DmaChannel1
Source§impl Peripheral for DmaChannel1
impl Peripheral for DmaChannel1
Source§type P = DmaChannel1
type P = DmaChannel1
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