Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DBitPatternDetector.cs14 public class BitPatternDetector class
16 …public BitPatternDetector(int width, IPeripheral loggingParent = null) : this(new bool[width], log… in BitPatternDetector() method in Antmicro.Renode.Utilities.BitPatternDetector
20 public BitPatternDetector(bool[] resetValue, IPeripheral loggingParent = null) in BitPatternDetector() method in Antmicro.Renode.Utilities.BitPatternDetector
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DLiteX_I2C.cs27 i2cDecoder = new BitPatternDetector(new [] { true, true, true }, this); in LiteX_I2C()
275 private readonly BitPatternDetector i2cDecoder;
DLiteX_I2C_Zephyr.cs26 i2cDecoder = new BitPatternDetector(new [] { true, true }, this); in LiteX_I2C_Zephyr()
257 private readonly BitPatternDetector i2cDecoder;