Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/RESD/
DRESDStream.cs60 …public static IManagedThread StartSampleFeedThread<T>(this RESDStream<T> @this, IUnderstandRESD ow…
81 … return @this.StartSampleFeedThread(owner, frequency, sampleCallback, startTime, shouldStop);
84 …public static IManagedThread StartSampleFeedThread<T, Out>(this RESDStream<T, Out> @this, IUnderst…
105 … return @this.StartSampleFeedThread(owner, frequency, sampleCallback, startTime, shouldStop);
175 …public IManagedThread StartSampleFeedThread(IPeripheral owner, uint frequency, Action<Out, TimeInt… in StartSampleFeedThread() method in Antmicro.Renode.Utilities.RESD.RESDStream
179 … return StartSampleFeedThread(owner, frequency, transformedCallback, startTime, shouldStop); in StartSampleFeedThread()
276 …public IManagedThread StartSampleFeedThread(IPeripheral owner, uint frequency, Action<T, TimeInter… in StartSampleFeedThread() method in Antmicro.Renode.Utilities.RESD.RESDStream
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/ICM20948/
DICM20948_Gyroscope.cs22 gyroFeederThread = gyroResdStream.StartSampleFeedThread(this, in FeedAngularRateSamplesFromRESD()
DICM20948_Accelerometer.cs22 accelerometerFeederThread = accelerometerResdStream.StartSampleFeedThread(this, in FeedAccelerationSamplesFromRESD()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/
DLSM6DSO_IMU.cs48 accelerometerFeederThread = accelerometerResdStream.StartSampleFeedThread(this, in FeedAccelerationSamplesFromRESD()
67 gyroFeederThread = gyroResdStream.StartSampleFeedThread(this, in FeedAngularRateSamplesFromRESD()
DLIS2DW12.cs101 feederThread = resdStream.StartSampleFeedThread(this, in FeedAccelerationSamplesFromRESD()
405 … feederThread = resdStream.StartSampleFeedThread(this, sampleRate, (sample, ts, status) => in FeedMultiFrequencyAccelerationSamplesFromRESD()
DMAX86171.cs71 …feederThread = resdStream.StartSampleFeedThread(this, RESDFrequencyMultiplier * CalculateCurrentFr… in FeedSamplesFromRESD()