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