Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/
DDummyLINPeripheral.cs71 public bool ValidateFrame property in Antmicro.Renode.Peripherals.LIN.DummyLINPeripheral
73 get => linEntry.ValidateFrame;
74 set => linEntry.ValidateFrame = value;
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DLINDecoder.cs18 bool ValidateFrame { get; set; } property
127 var frameValid = !entry.ValidateFrame || entry.IsFrameValid(frame, crc); in Feed()
286 public bool ValidateFrame { get; set; } property in Antmicro.Renode.Utilities.LINDecoder.LINEntry