Home
last modified time | relevance | path

Searched defs:MappedSegments (Results 1 – 4 of 4) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/
DIMapped.cs16 IEnumerable<IMappedSegment> MappedSegments { get; } property
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/
DSerializableMappedSegmentTests.cs55 public IEnumerable<IMappedSegment> MappedSegments property in Antmicro.Renode.UnitTests.PeripheralWithMappedSegment
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_ScrambledMemory.cs68 public IEnumerable<IMappedSegment> MappedSegments => underlyingMemory.MappedSegments; field in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_ScrambledMemory
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Memory/
DMappedMemory.cs113 public IEnumerable<IMappedSegment> MappedSegments property in Antmicro.Renode.Peripherals.Memory.MappedMemory