Searched defs:MappedSegments (Results 1 – 4 of 4) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/ | ||
| D | IMapped.cs | 16 IEnumerable<IMappedSegment> MappedSegments { get; } property |
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/ | ||
| D | SerializableMappedSegmentTests.cs | 55 public IEnumerable<IMappedSegment> MappedSegments property in Antmicro.Renode.UnitTests.PeripheralWithMappedSegment |
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/ | ||
| D | OpenTitan_ScrambledMemory.cs | 68 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/ | ||
| D | MappedMemory.cs | 113 public IEnumerable<IMappedSegment> MappedSegments property in Antmicro.Renode.Peripherals.Memory.MappedMemory |