Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSystemBus.cs608 var targets = FindTargets(address, checked((ulong)count), context); in ReadBytes()
655 var targets = FindTargets(address, checked((ulong)count), context); in WriteBytes()
1770 …private IEnumerable<PeripheralLookupResult> FindTargets(ulong address, ulong count, IPeripheral co… in FindTargets() method in Antmicro.Renode.Peripherals.Bus.SystemBus