Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Extensions/
DFileLoaderExtensions.cs214 … var bytesCount = Convert.ToUInt16(line.Substring(SRecBytesCountStart, SRecBytesCountLength), 16); in LoadSRecord()
271 … var bufferLength = bytesCount * 2 + SRecBytesCountLength - SRecChecksumLength; in LoadSRecord()
284 var data = buffer.Skip((addressLength + SRecBytesCountLength) / 2); in LoadSRecord()
458 private const int SRecBytesCountLength = 2; field in Antmicro.Renode.Core.Extensions.FileLoaderExtensions