Searched refs:activeLowSignals (Results 1 – 1 of 1) sorted by relevance
23 activeLowSignals = new HashSet<int>(); in SPIMultiplexer()36 activeLowSignals.Add(number); in SetActiveLow()42 activeLowSignals.Remove(number); in SetActiveHigh()117 var active = activeLowSignals.Contains(number) ? !value : value; in UpdateChipSelectState()131 private readonly HashSet<int> activeLowSignals; field in Antmicro.Renode.Peripherals.SPI.SPIMultiplexer