Searched refs:compare1Value (Results 1 – 2 of 2) sorted by relevance
83 compare1Value = value; in WriteDoubleWord()114 return (uint)compare1Value; in ReadDoubleWord()145 compare1Value = 0; in Reset()201 captureTimer1.Limit = compare1Value; in StartChannels()208 captureTimer1.Limit = topValue - compare1Value; in StartChannels()415 private ulong compare1Value; field in Antmicro.Renode.Peripherals.Timers.SAMD21_Timer
251 .WithValueField(0, 32, out compare1Value, name: "CMP1VALUE") in BuildRegistersCollection()296 private IValueRegisterField compare1Value; field in Antmicro.Renode.Peripherals.Miscellaneous.SiLabs.EFR32xG2_SYSRTC_1365 if (timer.Limit == compare1Value.Value + 1) in TimerLimitReached()401 && currentValue < (compare1Value.Value + 1) in RestartTimer()402 && (compare1Value.Value + 1) < limit) in RestartTimer()404 limit = (uint)compare1Value.Value + 1; in RestartTimer()