Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/UART/
DLINBase.cs19 linDecoder = new LINDecoder(); in LINBase()
26 if(linDecoder.CurrentState != LINDecoder.State.Ignoring) in WriteChar()
51 protected readonly LINDecoder linDecoder;
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DLINDecoder.cs31 public class LINDecoder class
33 public LINDecoder() in LINDecoder() method in Antmicro.Renode.Utilities.LINDecoder