pub struct CryptoDmaRxChannel<'d>(/* private fields */);Expand description
The RX half of a Crypto DMA channel.
Trait Implementations§
Source§impl<'d> Debug for CryptoDmaRxChannel<'d>
Available on crate feature unstable only.
impl<'d> Debug for CryptoDmaRxChannel<'d>
Available on crate feature
unstable only.impl DmaRxChannel for CryptoDmaRxChannel<'_>
Available on crate feature
unstable only.