Searched refs:CalculateElapsedSeconds (Results 1 – 1 of 1) sorted by relevance
91 return (uint)CalculateElapsedSeconds(currentTime); in DefineRegisters()103 var currentValue = CalculateElapsedSeconds(timeToUpload); in DefineRegisters()128 return (uint)(CalculateElapsedSeconds(currentTime) >> 32); in DefineRegisters()140 var currentValue = CalculateElapsedSeconds(timeToUpload); in DefineRegisters()311 private ulong CalculateElapsedSeconds(DateTime dt) in CalculateElapsedSeconds() method in Antmicro.Renode.Peripherals.Timers.MPFS_RTC349 ? CalculateElapsedSeconds(currentTime) in UpdateState()