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