Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sound/
DLiteX_I2S_Slave.cs118 var samples = decoder.GetSamplesByTime((uint)(timeDiff.TotalMicroseconds / 1000)); in PushSamples()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Time/
DTimeInterval.cs249 public double TotalMicroseconds => ticks / (double)TicksPerMicrosecond; field
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/RESD/
DRESDStream.cs52 … sampleOffsetTime += (long)machine.ClockSource.CurrentValue.TotalMicroseconds * -1000L;
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/
DLIS2DW12.cs391 …(long)machine.ClockSource.CurrentValue.TotalMicroseconds * -1000L + (long)block.StartTime - (init … in FeedMultiFrequencyAccelerationSamplesFromRESD()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/
DEFR32xG24_Radio.cs190 var txRxSimulatorDelayUs = (GetTime() - txStartTime).TotalMicroseconds; in ReceiveFrame()