Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/src/Renode/Integrations/
DArduinoLoader.cs110 … machine.SystemBus.WriteBytes(flashBuffer, binaryLoadAddress, binaryLength, context: cpu); in WaitForBinary()
128 binaryLength = 0; in Reset()
318 binaryLength += len; in CopyFromSRAMToFlash()
334 private uint binaryLength; field in Antmicro.Renode.Integrations.ArduinoLoader