Searched refs:ReadAddress (Results 1 – 7 of 7) sorted by relevance
12 public ulong? ReadAddress { get; set; } property
27 ReadAddress = request.Source.Address, in IssueCopy()58 response.ReadAddress += (ulong)request.Size; in IssueCopy()98 response.ReadAddress += request.SourceIncrementStep; in IssueCopy()
418 sourceAddress.Value = response.ReadAddress.Value; in DoTransfer()419 currentSourceAddress = response.ReadAddress.Value; in DoTransfer()
220 sourceAddress = (ulong)response.ReadAddress; in DoTransfer()
332 currentPeripheralAddress = response.ReadAddress.Value; in DoTransfer()
373 currentSourceAddress = response.ReadAddress.Value; in PerformTransfer()
841 selectedChannel.SourceAddress = (uint)response.ReadAddress.Value; in DoTransfer()