Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/src/Renode/Network/ExternalControl/
DGetMachine.cs21 public bool TryGetMachine(int id, out IMachine machine) => machines.TryGet(id, out machine); in TryGetMachine()
47 bool TryGetMachine(int id, out IMachine machine); in TryGetMachine()
DGPIOPort.cs122 private void DecodeIdArgument(List<byte> data, out int id) in DecodeIdArgument()
127 private void DecodeSetValueArguments(List<byte> data, out int id, out bool value) in DecodeSetValueArguments()
133 private void DecodeRegisterEventArguments(List<byte> data, out int id, out int ed) in DecodeRegisterEventArguments()
DIInstanceBasedCommand.cs184 public bool TryAdd(T instance, out int id) in TryAdd()
198 public void Remove(int id) => collection.Remove(id); in Remove()
200 public bool TryGet(int id, out T instance) => collection.TryGetValue(id, out instance); in TryGet()
DExternalControlServer.cs410 public bool TryActivate(Command id, byte version) in TryActivate()
431 public ICommand GetHandler(Command id) in GetHandler()
440 public bool TryGetVersion(Command id, out byte version) in TryGetVersion()
/Renode-v1.15.3-c57714d/tools/packaging/linux_portable/
Dadditional.c171 static MonoBundledAssembly *get_bundle(int id) { in get_bundle()
175 ATTR char* GetBundleName(int id) { in GetBundleName()
180 ATTR uint32_t GetBundleDataSize(int id) { in GetBundleDataSize()
185 ATTR void* GetBundleDataPointer(int id) { in GetBundleDataPointer()
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/hdl/modules/axi/
Drenode_axi_manager.sv104 …task static read(transaction_id_t id, address_t address, burst_size_t burst_size, output data_t da… port
114 …task static write(transaction_id_t id, address_t address, burst_size_t burst_size, strobe_t strobe… port
154 task static set_write_address(transaction_id_t id, address_t address, burst_size_t burst_size); port
Drenode_axi_subordinate.sv176 task static set_write_response(transaction_id_t id, response_e response); port
/Renode-v1.15.3-c57714d/src/Renode/RobotFrameworkEngine/
DTestersProvider.cs105 public void SetDefaultTesterId(int? id) in SetDefaultTesterId()
DUartKeywords.cs30 public void SetDefaultTester(int? id) in SetDefaultTester()
/Renode-v1.15.3-c57714d/tools/external_control_client/lib/
Drenode_api.c34 int32_t id; member
39 int32_t id; member
636 int32_t id; in renode_get_adc() local
654 int32_t id; member
732 int32_t id; in renode_get_gpio() local
750 int32_t id; member
761 renode_error_t *renode_get_gpio_state(renode_gpio_t *gpio, int32_t id, bool *state) in renode_get_gpio_state()
783 renode_error_t *renode_set_gpio_state(renode_gpio_t *gpio, int32_t id, bool state) in renode_set_gpio_state()
810 int32_t id; member
816 renode_error_t *renode_register_gpio_state_change_callback(renode_gpio_t *gpio, int32_t id, void *u… in renode_register_gpio_state_change_callback()
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/src/peripherals/
Dcpu-agent.h138 uint64_t getRegister(uint64_t id) in getRegister()
153 void setRegister(uint64_t id, uint64_t value) in setRegister()