Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/ICM20948/
DICM20948_Gyroscope.cs20gyroResdStream = this.CreateRESDStream<AngularRateSample>(path, channel, sampleOffsetType, sampleO… in FeedAngularRateSamplesFromRESD()
22 gyroFeederThread = gyroResdStream.StartSampleFeedThread(this, in FeedAngularRateSamplesFromRESD()
115 private RESDStream<AngularRateSample> gyroResdStream; field in Antmicro.Renode.Peripherals.Sensors.ICM20948
DICM20948.cs186 gyroResdStream?.Dispose(); in Reset()
187 gyroResdStream = null; in Reset()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/
DLSM6DSO_IMU.cs65gyroResdStream = this.CreateRESDStream<AngularRateSample>(path, channel, sampleOffsetType, sampleO… in FeedAngularRateSamplesFromRESD()
67 gyroFeederThread = gyroResdStream.StartSampleFeedThread(this, in FeedAngularRateSamplesFromRESD()
94 gyroResdStream?.Dispose(); in Reset()
95 gyroResdStream = null; in Reset()
629 private RESDStream<AngularRateSample> gyroResdStream; field in Antmicro.Renode.Peripherals.Sensors.LSM6DSO_IMU