Home
last modified time | relevance | path

Searched refs:arrayMemoryList (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/MSP430X/
DMSP430X.cs36 …foreach(var startingPoint in arrayMemoryList.Where(keyValue => keyValue.Value == arrayMemory).Sele… in MSP430X()
38 arrayMemoryList.Remove(startingPoint); in MSP430X()
47 arrayMemoryList[registrationPoint.StartingPoint] = arrayMemory; in MSP430X()
1363 …var keyValue = arrayMemoryList.Where(e => address >= e.Key && address + len < e.Key + (ulong)e.Val… in TryPerformDirectWrite()
1428 …var keyValue = arrayMemoryList.Where(e => address >= e.Key && address + len < e.Key + (ulong)e.Val… in TryPerfrormDirectRead()
1524 …private readonly SortedList<ulong, ArrayMemory> arrayMemoryList = new SortedList<ulong, ArrayMemor… field in Antmicro.Renode.Peripherals.CPU.MSP430X