Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/src/Plugins/SystemCPlugin/Peripheral/
DSystemCPeripheral.cs51 DataLength = dataLength; in RenodeMessage()
120 public readonly byte DataLength; field
573 switch(message.DataLength) in BackwardConnectionLoop()
588 …d data length {0} sent through backward connection from the SystemC process.", message.DataLength); in BackwardConnectionLoop()
595 … message.DataLength, (long)message.Address, message.Payload, message.ConnectionIndex); in BackwardConnectionLoop()
597 … var writeResponseMessage = new RenodeMessage(message.ActionId, message.DataLength, in BackwardConnectionLoop()
611 switch(message.DataLength) in BackwardConnectionLoop()
626 …d data length {0} sent through backward connection from the SystemC process.", message.DataLength); in BackwardConnectionLoop()
632 …cessPeripherals[message.GetDirectConnectionIndex()].ReadDirect(message.DataLength, (long)message.A… in BackwardConnectionLoop()
634 … var readResponseMessage = new RenodeMessage(message.ActionId, message.DataLength, in BackwardConnectionLoop()