Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DBusParametrizedRegistration.cs43 var readWord = GetReadWordMethod(peripheral); in FillAccessMethods()
72 public virtual Func<long, ushort> GetReadWordMethod(IBusPeripheral _) => null; in GetReadWordMethod() method in Antmicro.Renode.Peripherals.Bus.BusParametrizedRegistration