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