Searched refs:peripheralOffset (Results 1 – 1 of 1) sorted by relevance
2271 …public MappedSegmentWrapper(IMappedSegment wrappedSegment, ulong peripheralOffset, ulong maximumSi… in MappedSegmentWrapper() argument2274 this.peripheralOffset = peripheralOffset; in MappedSegmentWrapper()2302 return peripheralOffset + wrappedSegment.StartingOffset;2334 return peripheralOffset;2347 && peripheralOffset == objAsMappedSegmentWrapper.peripheralOffset in Equals()2357 hash = hash * 23 + (int)peripheralOffset; in GetHashCode()2364 private readonly ulong peripheralOffset; field in Antmicro.Renode.Peripherals.Bus.SystemBus.MappedSegmentWrapper