Searched refs:BitPatternDetector (Results 1 – 3 of 3) sorted by relevance
14 public class BitPatternDetector class16 …public BitPatternDetector(int width, IPeripheral loggingParent = null) : this(new bool[width], log… in BitPatternDetector() method in Antmicro.Renode.Utilities.BitPatternDetector20 public BitPatternDetector(bool[] resetValue, IPeripheral loggingParent = null) in BitPatternDetector() method in Antmicro.Renode.Utilities.BitPatternDetector
27 i2cDecoder = new BitPatternDetector(new [] { true, true, true }, this); in LiteX_I2C()275 private readonly BitPatternDetector i2cDecoder;
26 i2cDecoder = new BitPatternDetector(new [] { true, true }, this); in LiteX_I2C_Zephyr()257 private readonly BitPatternDetector i2cDecoder;