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