示例#1
0
 public void SetupChannel(DMAMode mode, DMATransferType type, bool auto, uint count)
 {
     DMA.SetupChannel(channel, count, mode, type, auto);
 }