Searched refs:currentSampleEnumerator (Results 1 – 2 of 2) sorted by relevance
102 currentSampleEnumerator = null; in Reset()202 if(currentSampleEnumerator == null || !currentSampleEnumerator.TryGetNext(out output)) in DequeueSampleByte()208 currentSampleEnumerator = sample.Enumerator; in DequeueSampleByte()209 currentSampleEnumerator.TryGetNext(out output); in DequeueSampleByte()392 private IEnumerator<byte> currentSampleEnumerator; field in Antmicro.Renode.Peripherals.Sensors.MAX30208
1067 … if(currentSampleEnumerator == null || !currentSampleEnumerator.TryGetNext(out output)) in DequeueByte()1071 currentSampleEnumerator = currentSample.Enumerator; in DequeueByte()1072 currentSampleEnumerator.TryGetNext(out output); in DequeueByte()1126 private IEnumerator<byte> currentSampleEnumerator; field in Antmicro.Renode.Peripherals.Sensors.MAX86171.AFESampleFIFO