Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DBusControllerProxy.cs93 …public virtual void WriteWordWithState(ulong address, ushort value, IPeripheral context, IContextS… in WriteWordWithState() method in Antmicro.Renode.Peripherals.Bus.BusControllerProxy
97 ParentController.WriteWordWithState(address, value, context, stateObj); in WriteWordWithState()
DIBusController.cs35 … void WriteWordWithState(ulong address, ushort value, IPeripheral context, IContextState stateObj); in WriteWordWithState() method
DSystemBusGenerated.cs239 …public void WriteWordWithState(ulong address, ushort value, IPeripheral context, IContextState sta… in WriteWordWithState() method in Antmicro.Renode.Peripherals.Bus.SystemBus