#[non_exhaustive]pub struct DmaTransferTx<'a, I>where
    I: DmaSupportTx,{ /* private fields */ }Expand description
DMA transaction for TX only transfers
§Safety
Never use [core::mem::forget] on an in-progress transfer
#[non_exhaustive]pub struct DmaTransferTx<'a, I>where
    I: DmaSupportTx,{ /* private fields */ }DMA transaction for TX only transfers
Never use [core::mem::forget] on an in-progress transfer