Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DBusControllerProxy.cs42 … public virtual byte ReadByteWithState(ulong address, IPeripheral context, IContextState stateObj) in ReadByteWithState() method in Antmicro.Renode.Peripherals.Bus.BusControllerProxy
46 return ParentController.ReadByteWithState(address, context, stateObj); in ReadByteWithState()
DIBusController.cs28 byte ReadByteWithState(ulong address, IPeripheral context, IContextState stateObj); in ReadByteWithState() method
DSystemBusGenerated.cs67 public byte ReadByteWithState(ulong address, IPeripheral context, IContextState stateObj) in ReadByteWithState() method in Antmicro.Renode.Peripherals.Bus.SystemBus