#[non_exhaustive]pub struct CryptoDmaChannel {}
Available on crate feature
unstable
only.Expand description
DMA channel suitable for CRYPTO
Implementations§
Trait Implementations§
Source§impl Debug for CryptoDmaChannel
impl Debug for CryptoDmaChannel
Source§impl DmaChannel for CryptoDmaChannel
impl DmaChannel for CryptoDmaChannel
Source§type Rx = CryptoDmaRxChannel
type Rx = CryptoDmaRxChannel
A description of the RX half of a DMA Channel.
Source§type Tx = CryptoDmaTxChannel
type Tx = CryptoDmaTxChannel
A description of the TX half of a DMA Channel.
Source§impl Format for CryptoDmaChannel
impl Format for CryptoDmaChannel
Source§impl Peripheral for CryptoDmaChannel
impl Peripheral for CryptoDmaChannel
Source§type P = CryptoDmaChannel
type P = CryptoDmaChannel
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