[][src]Function imxrt_hal::dma::receive_u8

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

Create a peripheral that can suppy u8 data for DMA transfers