Searched refs:GetWriteByteMethod (Results 1 – 3 of 3) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/ | ||
| D | BusParametrizedRegistration.cs | 58 var writeByte = GetWriteByteMethod(peripheral); in FillAccessMethods() |
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/ARM_GenericInterruptController/ | ||
| D | ArmGicRedistributorRegistration.cs | 22 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/ | ||
| D | SystemBusTests.cs | 563 public override Action<long, byte> GetWriteByteMethod(IBusPeripheral peripheral) in GetWriteByteMethod() method in Antmicro.Renode.UnitTests.SystemBusTests.ParametrizedRegistrationPeripheral.Registration |