Searched refs:peripheralIndex (Results 1 – 5 of 5) sorted by relevance
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/src/ |
D | renode_dpi.cpp | 13 … 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()
|
D | renode.h | 18 Protocol(int actionId, uint64_t addr, uint64_t value, int peripheralIndex = 0) 23 this->peripheralIndex = peripheralIndex; 29 int peripheralIndex; member
|
D | renode_dpi.h | 16 …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/ |
D | ProtocolMessage.cs | 15 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/ |
D | renode_pkg.sv | 63 output int peripheralIndex 70 int peripheralIndex 77 int peripheralIndex
|