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