Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DBusPointRegistration.cs62 public BusRangeRegistration ToRangeRegistration(ulong size) in ToRangeRegistration() method in Antmicro.Renode.Peripherals.Bus.BusPointRegistration
DSystemBus.cs152 … Register(peripheral, registrationPoint.ToRangeRegistration(checked((ulong)peripheral.Size))); in Register()