Home
last modified time | relevance | path

Searched refs:renodeToCosimIndex (Results 1 – 2 of 2) sorted by relevance

/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/CoSimulated/Peripherals/
DCoSimulatedPeripheral.cs28 …osimSignalsOffset = 0, Range? cosimToRenodeSignalRange = null, int renodeToCosimIndex = 0, int cos… in CoSimulatedPeripheral() argument
34 RenodeToCosimIndex = renodeToCosimIndex; in CoSimulatedPeripheral()
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/Connection/
DCoSimulationConnection.cs219 …int renodeToCosimIndex = connectible != null ? connectible.RenodeToCosimIndex : ProtocolMessage.No… in Send()
220 var message = new ProtocolMessage(actionId, offset, value, renodeToCosimIndex); in Send()