Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/ICM20948/
DICM20948_Gyroscope.cs21 gyroFeederThread?.Stop(); in FeedAngularRateSamplesFromRESD()
22 gyroFeederThread = gyroResdStream.StartSampleFeedThread(this, in FeedAngularRateSamplesFromRESD()
95 gyroFeederThread.Stop(); in HandleAngularRateSampleEnded()
96 gyroFeederThread = null; in HandleAngularRateSampleEnded()
116 private IManagedThread gyroFeederThread; field in Antmicro.Renode.Peripherals.Sensors.ICM20948
DICM20948.cs185 gyroFeederThread?.Stop(); in Reset()
188 gyroFeederThread = null; in Reset()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/
DLSM6DSO_IMU.cs66 gyroFeederThread?.Stop(); in FeedAngularRateSamplesFromRESD()
67 gyroFeederThread = gyroResdStream.StartSampleFeedThread(this, in FeedAngularRateSamplesFromRESD()
93 gyroFeederThread?.Stop(); in Reset()
96 gyroFeederThread = null; in Reset()
293 … if(gyroscopeFifoBatchingDataRateSelection.Value != DataRates.Disabled && gyroFeederThread == null) in DefineRegisters()
295 gyroFeederThread = CreateAngularRateDefaultSampleFeeder(); in DefineRegisters()
427 gyroFeederThread.Stop(); in HandleAngularRateSampleEnded()
428 gyroFeederThread = CreateAngularRateDefaultSampleFeeder(); in HandleAngularRateSampleEnded()
632 private IManagedThread gyroFeederThread; field in Antmicro.Renode.Peripherals.Sensors.LSM6DSO_IMU
996 if(gyroFeederThread == null) in UpdateAngularRateSampleFrequency()
[all …]