Searched refs:SRecBytesCountStart (Results 1 – 1 of 1) sorted by relevance
214 … 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