Trait sam4l::dma::DMAClient [] [src]

pub trait DMAClient {
    fn xfer_done(&self, pid: DMAPeripheral);
}

Required Methods

Implementors