pub trait DMAClient { // Required method fn transfer_done(&self, pid: DMAPeripheral); }
Implements a client of a DMA.