Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DBusControllerProxy.cs76 …public virtual ushort ReadWordWithState(ulong address, IPeripheral context, IContextState stateObj) in ReadWordWithState() method in Antmicro.Renode.Peripherals.Bus.BusControllerProxy
80 return ParentController.ReadWordWithState(address, context, stateObj); in ReadWordWithState()
DIBusController.cs33 ushort ReadWordWithState(ulong address, IPeripheral context, IContextState stateObj); in ReadWordWithState() method
DSystemBusGenerated.cs181 public ushort ReadWordWithState(ulong address, IPeripheral context, IContextState stateObj) in ReadWordWithState() method in Antmicro.Renode.Peripherals.Bus.SystemBus