Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/
DComparingTimerTests.cs22 … var timer = new ComparingTimer(new BaseClockSource(), 10, null, String.Empty, 20, compare: 5); in ShouldThrowOnCompareHigherThanLimit()
30 var clockSource = new BaseClockSource(); in ShouldHandleCompareValueChangeWhenEnabled()
83 var clockSource = new BaseClockSource(); in ShouldClearWhenValueSetToZero()
106 …var clockSource = new BaseClockSource(); var timer = new ComparingTimer(clockSource, frequency: 10… in ShouldGenerateCompareEventAtCompareAfterClear()
129 var clockSource = new BaseClockSource(); in ShouldNotGenerateAdditionalCompareEvent()
DTimeTests.cs21 var clocksource = new BaseClockSource(); in ShouldTickWithOneHandler()
38 var clocksource = new BaseClockSource(); in ShouldTickWithTwoHandlers()
60 var clockSource = new BaseClockSource(); in ShouldHaveHandlersInSync()
81 var clockSource = new BaseClockSource(); in ShouldObserveShorterPeriodClockAfterAdd()
DCoreTimerTest.cs154 private class ManualClockSource : BaseClockSource
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Time/
DBaseClockSource.cs17 public class BaseClockSource : IClockSource class
19 public BaseClockSource(bool skipAdvancesHigherThanNearestLimit = false) in BaseClockSource() method in Antmicro.Renode.Time.BaseClockSource
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Test/PeripheralsTests/
DCadence_TTCTests.cs96 ((BaseClockSource)machine.ClockSource).Advance(TimeInterval.FromSeconds(seconds)); in AdvanceBySeconds()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DBaseCPU.cs901 var nearestLimitIn = ((BaseClockSource)machine.ClockSource).NearestLimitIn; in InstructionsToNearestLimit()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DMachine.cs47 clockSource = new BaseClockSource(); in Machine()
708 private BaseClockSource clockSource;