Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Time/
DBaseClockSource.cs32 public TimeInterval NearestLimitIn property in Antmicro.Renode.Time.BaseClockSource
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DBaseCPU.cs901 var nearestLimitIn = ((BaseClockSource)machine.ClockSource).NearestLimitIn; in InstructionsToNearestLimit()