Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSystemBus.cs580 public IEnumerable<IBusRegistered<IMapped>> GetMappedPeripherals(IPeripheral context = null) in GetMappedPeripherals() method in Antmicro.Renode.Peripherals.Bus.SystemBus
1764 …mappedInRange = GetMappedPeripherals(context).Where(x => x.RegistrationPoint.Range.Intersects(rang… in CanRangeBeLocked()