Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DBusParametrizedRegistration.cs48 var writeWord = GetWriteWordMethod(peripheral); in FillAccessMethods()
73 public virtual Action<long, ushort> GetWriteWordMethod(IBusPeripheral _) => null; in GetWriteWordMethod() method in Antmicro.Renode.Peripherals.Bus.BusParametrizedRegistration