#[non_exhaustive]pub struct DmaChannel2 {}
Available on crate feature
unstable
only.Expand description
A description of a specific GDMA channel
Implementations§
Trait Implementations§
Source§impl Debug for DmaChannel2
impl Debug for DmaChannel2
Source§impl DmaChannel for DmaChannel2
impl DmaChannel for DmaChannel2
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 DmaChannel2
impl Format for DmaChannel2
Source§impl PartialEq for DmaChannel2
impl PartialEq for DmaChannel2
Source§impl Peripheral for DmaChannel2
impl Peripheral for DmaChannel2
Source§type P = DmaChannel2
type P = DmaChannel2
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