Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/src/
Drenode_dpi.cpp13 … renodeDPIReceive(uint32_t* actionId, uint64_t* address, uint64_t* value, int32_t* peripheralIndex) in renodeDPIReceive() argument
23 *peripheralIndex = message->peripheralIndex; in renodeDPIReceive()
48 bool renodeDPISend(uint32_t actionId, uint64_t address, uint64_t value, int32_t peripheralIndex) in renodeDPISend() argument
54 socketChannel->sendMain(Protocol(actionId, address, value, peripheralIndex)); in renodeDPISend()
58 … renodeDPISendToAsync(uint32_t actionId, uint64_t address, uint64_t value, int32_t peripheralIndex) in renodeDPISendToAsync() argument
64 socketChannel->sendSender(Protocol(actionId, address, value, peripheralIndex)); in renodeDPISendToAsync()
Drenode.h18 Protocol(int actionId, uint64_t addr, uint64_t value, int peripheralIndex = 0)
23 this->peripheralIndex = peripheralIndex;
29 int peripheralIndex; member
Drenode_dpi.h16 …renodeDPIReceive(uint32_t *actionId, uint64_t *address, uint64_t *value, int32_t *peripheralIndex);
17 bool renodeDPISend(uint32_t actionId, uint64_t address, uint64_t value, int32_t peripheralIndex);
18 …renodeDPISendToAsync(uint32_t actionId, uint64_t address, uint64_t value, int32_t peripheralIndex);
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/Connection/Protocols/
DProtocolMessage.cs15 public ProtocolMessage(ActionType actionId, ulong address, ulong data, int peripheralIndex) in ProtocolMessage()
20 this.PeripheralIndex = peripheralIndex; in ProtocolMessage()
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/hdl/
Drenode_pkg.sv63 output int peripheralIndex
70 int peripheralIndex
77 int peripheralIndex