Searched refs:ReadByteWithState (Results 1 – 3 of 3) sorted by relevance
42 … public virtual byte ReadByteWithState(ulong address, IPeripheral context, IContextState stateObj) in ReadByteWithState() method in Antmicro.Renode.Peripherals.Bus.BusControllerProxy46 return ParentController.ReadByteWithState(address, context, stateObj); in ReadByteWithState()
28 byte ReadByteWithState(ulong address, IPeripheral context, IContextState stateObj); in ReadByteWithState() method
67 public byte ReadByteWithState(ulong address, IPeripheral context, IContextState stateObj) in ReadByteWithState() method in Antmicro.Renode.Peripherals.Bus.SystemBus