Searched defs:binaryLoadAddress (Results 1 – 1 of 1) sorted by relevance
27 …c void CreateArduinoLoader(this USBIPServer server, CortexM cpu, ulong binaryLoadAddress = 0x10000… in CreateArduinoLoader()39 public ArduinoLoader(CortexM cpu, ulong binaryLoadAddress = 0x10000) in ArduinoLoader()339 private readonly ulong binaryLoadAddress; field in Antmicro.Renode.Integrations.ArduinoLoader