Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DLINDecoder.cs103 currentProtectedIdentifier = value; in Feed()
129 FrameReceived?.Invoke(currentProtectedIdentifier, frame, frameValid); in Feed()
233 …protected LINEntry CurrentEntry => entries.TryGetValue(currentProtectedIdentifier, out var entry) …
241 protected byte currentProtectedIdentifier; field in Antmicro.Renode.Utilities.LINDecoder