Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DSAMD21_Timer.cs83 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
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/SiLabs/
DEFR32xG2_SYSRTC_1.cs251 .WithValueField(0, 32, out compare1Value, name: "CMP1VALUE") in BuildRegistersCollection()
296 private IValueRegisterField compare1Value; field in Antmicro.Renode.Peripherals.Miscellaneous.SiLabs.EFR32xG2_SYSRTC_1
365 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()