Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DLINDecoder.cs127 var frameValid = !entry.ValidateFrame || entry.IsFrameValid(frame, crc); in Feed()
275 public bool IsFrameValid(IEnumerable<byte> data, byte checksum) in IsFrameValid() method in Antmicro.Renode.Utilities.LINDecoder.LINEntry