Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DBusParametrizedRegistration.cs58 var writeByte = GetWriteByteMethod(peripheral); in FillAccessMethods()
75 public virtual Action<long, byte> GetWriteByteMethod(IBusPeripheral _) => null; in GetWriteByteMethod() method in Antmicro.Renode.Peripherals.Bus.BusParametrizedRegistration
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/ARM_GenericInterruptController/
DArmGicRedistributorRegistration.cs22 public override Action<long, byte> GetWriteByteMethod(IBusPeripheral peripheral) in GetWriteByteMethod() method in Antmicro.Renode.Peripherals.IRQControllers.ArmGicRedistributorRegistration
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/
DSystemBusTests.cs563 public override Action<long, byte> GetWriteByteMethod(IBusPeripheral peripheral) in GetWriteByteMethod() method in Antmicro.Renode.UnitTests.SystemBusTests.ParametrizedRegistrationPeripheral.Registration