Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DS32K3XX_SoftwareWatchdogTimer.cs69 public ushort NextServiceKey => (ushort)(ServiceKey * 17 + 3); field in Antmicro.Renode.Peripherals.Timers.S32K3XX_SoftwareWatchdogTimer
126 if(value == NextServiceKey) in HandleServiceKey()
128 ServiceKey = NextServiceKey; in HandleServiceKey()
213 new Tuple<ushort, ushort>(ServiceKey, NextServiceKey);