Searched refs:ReadWordWithState (Results 1 – 3 of 3) sorted by relevance
76 …public virtual ushort ReadWordWithState(ulong address, IPeripheral context, IContextState stateObj) in ReadWordWithState() method in Antmicro.Renode.Peripherals.Bus.BusControllerProxy80 return ParentController.ReadWordWithState(address, context, stateObj); in ReadWordWithState()
33 ushort ReadWordWithState(ulong address, IPeripheral context, IContextState stateObj); in ReadWordWithState() method
181 public ushort ReadWordWithState(ulong address, IPeripheral context, IContextState stateObj) in ReadWordWithState() method in Antmicro.Renode.Peripherals.Bus.SystemBus