Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Timers/
DLimitTimer.cs62 public uint Increment(ulong incrementBy) in Increment() argument
64 var incValue = Value + incrementBy; in Increment()