Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DSAMD21_Timer.cs73 compare0Value = value; in WriteDoubleWord()
108 return (uint)compare0Value; in ReadDoubleWord()
144 compare0Value = 0; in Reset()
200 captureTimer0.Limit = compare0Value; in StartChannels()
207 captureTimer0.Limit = topValue - compare0Value; in StartChannels()
386 if(compare0Value > 0 &&
390 return (uint)compare0Value;
414 private ulong compare0Value; field in Antmicro.Renode.Peripherals.Timers.SAMD21_Timer
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/SiLabs/
DEFR32xG2_SYSRTC_1.cs247 .WithValueField(0, 32, out compare0Value, name: "CMP0VALUE") in BuildRegistersCollection()
295 private IValueRegisterField compare0Value; field in Antmicro.Renode.Peripherals.Miscellaneous.SiLabs.EFR32xG2_SYSRTC_1
358 if (timer.Limit == compare0Value.Value + 1) in TimerLimitReached()
394 && currentValue < (compare0Value.Value + 1) in RestartTimer()
395 && (compare0Value.Value + 1) < limit) in RestartTimer()
397 limit = (uint)compare0Value.Value + 1; in RestartTimer()