Searched refs:currentReportedFifoDepth (Results 1 – 1 of 1) sorted by relevance
39 currentReportedFifoDepth = 0; in Reset()100 if(currentReportedFifoDepth > 0) in Read()102 currentReportedFifoDepth--; in Read()329 if(currentReportedFifoDepth == 0) in DefineRegisters()332 …currentReportedFifoDepth = Math.Min(MaxFifoDepth, Math.Max(accelerationFifo.SamplesCount, angularR… in DefineRegisters()333 if(currentReportedFifoDepth == 0) in DefineRegisters()335 currentReportedFifoDepth = 1; in DefineRegisters()339 return currentReportedFifoDepth; in DefineRegisters()456 private uint currentReportedFifoDepth; field in Antmicro.Renode.Peripherals.Sensors.LSM9DS1_IMU