Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DBusControllerProxy.cs110 …public virtual uint ReadDoubleWordWithState(ulong address, IPeripheral context, IContextState stat… in ReadDoubleWordWithState() method in Antmicro.Renode.Peripherals.Bus.BusControllerProxy
114 return ParentController.ReadDoubleWordWithState(address, context, stateObj); in ReadDoubleWordWithState()
DIBusController.cs38 uint ReadDoubleWordWithState(ulong address, IPeripheral context, IContextState stateObj); in ReadDoubleWordWithState() method
DSystemBusGenerated.cs295 … public uint ReadDoubleWordWithState(ulong address, IPeripheral context, IContextState stateObj) in ReadDoubleWordWithState() method in Antmicro.Renode.Peripherals.Bus.SystemBus