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

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

Create a peripheral that can accept u8 data from DMA transfers