Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sound/
DLiteX_I2S_Slave.cs101 previousPushTimestamp = null; in TryStopPusher()
108 if(!previousPushTimestamp.HasValue) in PushSamples()
110 previousPushTimestamp = currentTimestamp; in PushSamples()
114 var timeDiff = currentTimestamp - previousPushTimestamp.Value; in PushSamples()
115 previousPushTimestamp = currentTimestamp; in PushSamples()
133 private TimeInterval? previousPushTimestamp; field in Antmicro.Renode.Peripherals.Sound.LiteX_I2S_Slave