Home
last modified time | relevance | path

Searched refs:SetCounterValue (Results 1 – 3 of 3) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Test/PeripheralsTests/
DCadence_TTCTests.cs36 timer.SetCounterValue(0, TicksPerSecond); in ShouldResetCounter()
81 timer.SetCounterValue(0, initValue); in ShouldOverflowInOneSecond()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DArmPerformanceMonitoringUnit.cs141 public void SetCounterValue(uint counter, uint value) in SetCounterValue() method in Antmicro.Renode.Peripherals.Miscellaneous.ArmPerformanceMonitoringUnit
388 writeCallback: (_, newValue) => SetCounterValue(counterIndex, (uint)newValue), in DefineEventCountRegister()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DCadence_TTC.cs62 public void SetCounterValue(int timerIndex, uint value) in SetCounterValue() method in Antmicro.Renode.Peripherals.Timers.Cadence_TTC