Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/
DHM01B0.cs24 currentFrameIndex = 0; in HiMaxHM01B0()
30 currentFrameIndex = 0; in Reset()
40 output = frames[currentFrameIndex]; in ReadFrame()
41 currentFrameIndex = (currentFrameIndex + 1) % frames.Count; in ReadFrame()
73 currentFrameIndex = 0; in DropFrames()
83 private int currentFrameIndex; field in Antmicro.Renode.Peripherals.Sensors.HiMaxHM01B0