pub struct AnyGdmaChannel(/* private fields */);
Available on crate feature
unstable
only.Expand description
An arbitrary GDMA channel
Trait Implementations§
Source§impl Debug for AnyGdmaChannel
impl Debug for AnyGdmaChannel
Source§impl DmaChannel for AnyGdmaChannel
impl DmaChannel for AnyGdmaChannel
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 AnyGdmaChannel
impl Format for AnyGdmaChannel
Source§impl Peripheral for AnyGdmaChannel
impl Peripheral for AnyGdmaChannel
Source§type P = AnyGdmaChannel
type P = AnyGdmaChannel
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