Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DCadence_TTC.cs504 private ulong TranslateValueForInternalTimer(ulong value) in TranslateValueForInternalTimer() method in Antmicro.Renode.Peripherals.Timers.Cadence_TTC.TimerUnit.MatchTimerUnit
516 get => TranslateValueForInternalTimer(timer.Limit);
517 set => timer.Limit = TranslateValueForInternalTimer(value);
522 get => TranslateValueForInternalTimer(timer.Value);
523 set => timer.Value = TranslateValueForInternalTimer(value);