Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DBusControllerProxy.cs59 …public virtual void WriteByteWithState(ulong address, byte value, IPeripheral context, IContextSta… in WriteByteWithState() method in Antmicro.Renode.Peripherals.Bus.BusControllerProxy
63 ParentController.WriteByteWithState(address, value, context, stateObj); in WriteByteWithState()
DIBusController.cs30 … void WriteByteWithState(ulong address, byte value, IPeripheral context, IContextState stateObj); in WriteByteWithState() method
DSystemBusGenerated.cs125 …public void WriteByteWithState(ulong address, byte value, IPeripheral context, IContextState state… in WriteByteWithState() method in Antmicro.Renode.Peripherals.Bus.SystemBus