Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DBusControllerProxy.cs220 …public virtual bool TryGetCurrentContextState<T>(out IPeripheralWithTransactionState context, out … in TryGetCurrentContextState() method in Antmicro.Renode.Peripherals.Bus.BusControllerProxy
222 return ParentController.TryGetCurrentContextState(out context, out stateObj); in TryGetCurrentContextState()
DIBusController.cs73 … bool TryGetCurrentContextState<T>(out IPeripheralWithTransactionState context, out T stateObj); in TryGetCurrentContextState() method
DSystemBus.cs390 … public bool TryGetCurrentContextState<T>(out IPeripheralWithTransactionState cpu, out T cpuState) in TryGetCurrentContextState() method in Antmicro.Renode.Peripherals.Bus.SystemBus