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