Searched refs:GetClockEntry (Results 1 – 9 of 9) sorted by relevance
69 …urce.AddClockEntry(new ClockEntry(10, 1, () => values.Add(clockSource.GetClockEntry(firstHandler).… in ShouldHaveHandlersInSync()92 entryA = clockSource.GetClockEntry(handlerA); in ShouldObserveShorterPeriodClockAfterAdd()93 entryB = clockSource.GetClockEntry(handlerB); in ShouldObserveShorterPeriodClockAfterAdd()100 entryA = clockSource.GetClockEntry(handlerA); in ShouldObserveShorterPeriodClockAfterAdd()101 entryB = clockSource.GetClockEntry(handlerB); in ShouldObserveShorterPeriodClockAfterAdd()110 entryA = clockSource.GetClockEntry(handlerA); in ShouldObserveShorterPeriodClockAfterAdd()111 entryB = clockSource.GetClockEntry(handlerB); in ShouldObserveShorterPeriodClockAfterAdd()
57 var clockEntry = clockSource.GetClockEntry(OnLimitReached); in GetValueAndLimit()104 return clockSource.GetClockEntry(OnLimitReached).Value;123 return clockSource.GetClockEntry(OnLimitReached).WorkMode;159 return clockSource.GetClockEntry(OnLimitReached).Period;186 return clockSource.GetClockEntry(OnLimitReached).Enabled;264 return clockSource.GetClockEntry(OnLimitReached).Direction;
63 return clockSource.GetClockEntry(CompareReachedInternal).Enabled;219 valueAccumulatedSoFar += clockSource.GetClockEntry(CompareReachedInternal).Period; in CompareReachedInternal()
32 var clockEntry = clockSource.GetClockEntry(OnLimitReached); in ReadDoubleWord()91 …this.Log(LogLevel.Noisy, "Alarm on tmr, value 0x{0:X}", clockSource.GetClockEntry(OnLimitReached).… in OnLimitReached()
20 ClockEntry GetClockEntry(Action handler); in GetClockEntry() method
121 public virtual ClockEntry GetClockEntry(Action handler) in GetClockEntry() method in Antmicro.Renode.Time.BaseClockSource
133 return checked((ulong)machine.ClockSource.GetClockEntry(DecrementerHandler).Value); in ReadDecrementer()
139 return checked((uint)machine.ClockSource.GetClockEntry(DecrementerHandler).Value); in ReadDecrementer()
673 var name = machine.ClockSource.GetClockEntry(action).LocalName; in StartDelayed()684 get => (uint)machine.ClockSource.GetClockEntry(action).Frequency;