Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DBusParametrizedRegistration.cs38 var writeDoubleWord = GetWriteDoubleWordMethod(peripheral); in FillAccessMethods()
71 public virtual Action<long, uint> GetWriteDoubleWordMethod(IBusPeripheral _) => null; in GetWriteDoubleWordMethod() method in Antmicro.Renode.Peripherals.Bus.BusParametrizedRegistration
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/ARM_GenericInterruptController/
DArmGicRedistributorRegistration.cs52 public override Action<long, uint> GetWriteDoubleWordMethod(IBusPeripheral peripheral) in GetWriteDoubleWordMethod() method in Antmicro.Renode.Peripherals.IRQControllers.ArmGicRedistributorRegistration