Searched refs:limitTimer (Results 1 – 1 of 1) sorted by relevance
21 …limitTimer = new LimitTimer(machine.ClockSource, frequency, this, "limitTimer", uint.MaxValue, dir… in EFR32xG24_SYSRTC()22 limitTimer.LimitReached += () => interruptManager.SetInterrupt(Interrupt.Overflow); in EFR32xG24_SYSRTC()42 limitTimer.Reset(); in Reset()81 limitTimer.Enabled = true; in DefineRegisters()94 limitTimer.Enabled = false; in DefineRegisters()114 limitTimer.Value = value; in DefineRegisters()144 … limitTimer.Enabled = compare0Timer.Enabled | compare1Timer.Enabled | capture0Timer.Enabled; in DefineRegisters()206 private readonly LimitTimer limitTimer; field in Antmicro.Renode.Peripherals.Timers.EFR32xG24_SYSRTC