Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Sensor/
DSensorSamplesFifo.cs121 … TimeInterval startDelay, uint frequency, IEnumerable<T> samples, bool repeatMode = false, Action … in FeedSamplesInner() argument
123 var samplesBuffer = new SamplesBuffer(samples, autoRewind: repeatMode); in FeedSamplesInner()