示例#1
0
 public bool TransferIn(uint count, byte[] data, uint offset)
 {
     return(DMA.TransferIn(channel, count, data, offset));
 }