Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/src/Plugins/SystemCPlugin/Peripheral/
DSystemCPeripheral.cs52 ConnectionIndex = connectionIndex; in RenodeMessage()
101 public bool IsSystemBusConnection() => ConnectionIndex == MainSystemBusConnectionIndex; in IsSystemBusConnection()
111 return (byte)(ConnectionIndex - 1); in GetDirectConnectionIndex()
121 public readonly byte ConnectionIndex; field
595 … message.DataLength, (long)message.Address, message.Payload, message.ConnectionIndex); in BackwardConnectionLoop()
632 …tConnectionIndex()].ReadDirect(message.DataLength, (long)message.Address, message.ConnectionIndex); in BackwardConnectionLoop()