Home
last modified time | relevance | path

Searched refs:IPeripheralWithTransactionState (Results 1 – 5 of 5) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/
DIPeripheralWithTransactionState.cs11 public interface IPeripheralWithTransactionState : IPeripheral interface
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DIBusController.cs73 … bool TryGetCurrentContextState<T>(out IPeripheralWithTransactionState context, out T stateObj); in TryGetCurrentContextState()
DBusControllerProxy.cs220 …public virtual bool TryGetCurrentContextState<T>(out IPeripheralWithTransactionState context, out … in TryGetCurrentContextState()
DSystemBus.cs390 … public bool TryGetCurrentContextState<T>(out IPeripheralWithTransactionState cpu, out T cpuState) in TryGetCurrentContextState()
398 cpu = threadLocalContext.Initiator as IPeripheralWithTransactionState; in TryGetCurrentContextState()
414 if(!(context is IPeripheralWithTransactionState peripheralWithTransactionState) in TryConvertStateToUlongForContext()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm-M/
DCortexM.cs25 public partial class CortexM : Arm, IPeripheralWithTransactionState