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