Searched refs:LINMode (Results 1 – 4 of 4) sorted by relevance
16 LINMode Mode { get; set; }25 public enum LINMode enum104 CurrentState = entry.Mode == LINMode.Source ? State.Writing : State.Reading; in Feed()284 public LINMode Mode { get; set; }
26 linEntry = RegisterProtectedIdentifier(protectedId, LINMode.Sink, frameLength); in DummyLINPeripheral()59 public LINMode Mode
653 LINMode = 0x54, enumerator
40 protected ILINEntry RegisterProtectedIdentifier(byte pid, LINMode mode, int frameLength) in RegisterProtectedIdentifier()