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