Searched refs:compareValue (Results 1 – 3 of 3) sorted by relevance
126 return compareValue;136 compareValue = value;212 …return ((compareValue > valueAccumulatedSoFar) ? compareValue : initialLimit) - valueAccumulatedSo… in CalculatePeriod()220 if(valueAccumulatedSoFar >= initialLimit && compareValue != initialLimit) in CompareReachedInternal()225 …ngeClockEntryWith(CompareReachedInternal, entry => entry.With(period: compareValue, enabled: true)… in CompareReachedInternal()248 compareValue = initialCompare; in InternalReset()261 private ulong compareValue; field in Antmicro.Renode.Peripherals.Timers.ComparingTimer
33 TryEnableCompareTimer(compareValue.Value); in STM32L0_LpTimer()201 TryEnableCompareTimer(compareValue.Value); in STM32L0_LpTimer()209 TryEnableCompareTimer(compareValue.Value); in STM32L0_LpTimer()223 .WithValueField(0, 16, out compareValue, name: "Compare value (CMP)", in STM32L0_LpTimer()303 private void TryEnableCompareTimer(ulong compareValue) in TryEnableCompareTimer() argument305 if(compareValue == 0) in TryEnableCompareTimer()312 if(compareValue >= autoReloadLimit) in TryEnableCompareTimer()314 …greater than auto reload limit ({1}). Compare value will be ignored", compareValue, autoReloadLimi… in TryEnableCompareTimer()322 if(compareValue > autoReloadValue) in TryEnableCompareTimer()324 compareTimer.Limit = compareValue - autoReloadValue; in TryEnableCompareTimer()[all …]
443 compareValue = ushort.MaxValue; in Reset()462 get => compareValue;466 compareValue = value;558 private ushort compareValue; field in Antmicro.Renode.Peripherals.Timers.RenesasRA_AGT.CompareChannel