Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/Connection/
DCoSimulationConnection.cs57 …lass CoSimulationConnection : IHostMachineElement, IConnectable<ICoSimulationConnectible>, IDispos…
77 cosimIdxToPeripheral = new Dictionary<int, ICoSimulationConnectible>(); in CoSimulationConnection()
80 public void AttachTo(ICoSimulationConnectible peripheral) in AttachTo()
90 public void DetachFrom(ICoSimulationConnectible peripheral) in DetachFrom()
217 …public void Send(ICoSimulationConnectible connectible, ActionType actionId, ulong offset, ulong va… in Send()
275 … public void Write(ICoSimulationConnectible connectible, ActionType type, long offset, ulong value) in Write()
286 public ulong Read(ICoSimulationConnectible connectible, ActionType type, long offset) in Read()
371 ICoSimulationConnectible peripheral = null; in HandleReceivedMessage()
508 private readonly Dictionary<int, ICoSimulationConnectible> cosimIdxToPeripheral;
DICoSimulationConnectible.cs12 public interface ICoSimulationConnectible interface
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/CoSimulated/Peripherals/
DCoSimulatedCPU.cs31 …public abstract class CoSimulatedCPU : BaseCPU, IGPIOReceiver, ICoSimulationConnectible, ITimeSink…
DCoSimulatedCFU.cs25 public class CoSimulatedCFU : ICFU, ICoSimulationConnectible, IDisposable
DCoSimulatedPeripheral.cs22 …public class CoSimulatedPeripheral : ICoSimulationConnectible, IQuadWordPeripheral, IDoubleWordPer…