Searched refs:SetCounterValue (Results 1 – 3 of 3) sorted by relevance
36 timer.SetCounterValue(0, TicksPerSecond); in ShouldResetCounter()81 timer.SetCounterValue(0, initValue); in ShouldOverflowInOneSecond()
141 public void SetCounterValue(uint counter, uint value) in SetCounterValue() method in Antmicro.Renode.Peripherals.Miscellaneous.ArmPerformanceMonitoringUnit388 writeCallback: (_, newValue) => SetCounterValue(counterIndex, (uint)newValue), in DefineEventCountRegister()
62 public void SetCounterValue(int timerIndex, uint value) in SetCounterValue() method in Antmicro.Renode.Peripherals.Timers.Cadence_TTC