Home
last modified time | relevance | path

Searched defs:RenodeMessage (Results 1 – 1 of 1) sorted by relevance

/Renode-v1.15.3-c57714d/src/Plugins/SystemCPlugin/Peripheral/
DSystemCPeripheral.cs46 public struct RenodeMessage struct
48 …public RenodeMessage(RenodeAction actionId, byte dataLength, byte connectionIndex, ulong address, … in RenodeMessage() method
57 public byte[] Serialize() in Serialize()
79 public void Deserialize(byte[] message) in Deserialize()
96 public override string ToString() in ToString()
101 public bool IsSystemBusConnection() => ConnectionIndex == MainSystemBusConnectionIndex; in IsSystemBusConnection()
102 public bool IsDirectConnection() => !IsSystemBusConnection(); in IsDirectConnection()
104 public byte GetDirectConnectionIndex() in GetDirectConnectionIndex()
114 public const int DMIAllowed = 1;
115 public const int DMINotAllowed = 0;
[all …]