Function imxrt_hal::dma::transfer_u8[][src]

pub fn transfer_u8<P, B>(
    destination: P,
    channel: Channel
) -> Peripheral<P, u8, B> where
    P: Destination<u8>,
    B: Source<u8>, 

Create a peripheral that can accept u8 data from DMA transfers