Home
last modified time | relevance | path

Searched refs:SRecBytesCountStart (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()
274 … var buffer = Misc.HexStringToByteArray(line.Substring(SRecBytesCountStart, bufferLength)); in LoadSRecord()
457 private const int SRecBytesCountStart = 2; field in Antmicro.Renode.Core.Extensions.FileLoaderExtensions