Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Timers/
DLimitTimer.cs55 public ulong GetValueAndLimit(out ulong currentLimit) in GetValueAndLimit() method in Antmicro.Renode.Peripherals.Timers.LimitTimer
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DSTM32L0_LpTimer.cs311 var autoReloadValue = GetValueAndLimit(out var autoReloadLimit); in TryEnableCompareTimer()