pub struct CryptoDmaRxChannel<'d>(/* private fields */);Available on crate feature
unstable only.Expand description
The RX half of a Crypto DMA channel.
Trait Implementations§
Source§impl<'d> Debug for CryptoDmaRxChannel<'d>
impl<'d> Debug for CryptoDmaRxChannel<'d>
Source§impl<'d> From<DMA_CRYPTO<'d>> for CryptoDmaRxChannel<'d>
impl<'d> From<DMA_CRYPTO<'d>> for CryptoDmaRxChannel<'d>
Source§fn from(this: DMA_CRYPTO<'d>) -> CryptoDmaRxChannel<'d>
fn from(this: DMA_CRYPTO<'d>) -> CryptoDmaRxChannel<'d>
Converts to this type from the input type.