pub struct CryptoDmaRxChannel(/* private fields */);
Available on crate feature
unstable
only.Expand description
The RX half of a Crypto DMA channel.
Trait Implementations§
Source§impl Debug for CryptoDmaRxChannel
impl Debug for CryptoDmaRxChannel
Source§impl Format for CryptoDmaRxChannelwhere
CryptoDmaChannel: Format,
impl Format for CryptoDmaRxChannelwhere
CryptoDmaChannel: Format,
Source§impl Peripheral for CryptoDmaRxChannel
impl Peripheral for CryptoDmaRxChannel
Source§type P = CryptoDmaRxChannel
type P = CryptoDmaRxChannel
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