Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/
DLSM9DS1_IMU.cs39 currentReportedFifoDepth = 0; in Reset()
100 if(currentReportedFifoDepth > 0) in Read()
102 currentReportedFifoDepth--; in Read()
329 if(currentReportedFifoDepth == 0) in DefineRegisters()
332currentReportedFifoDepth = 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