Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DMAX32650_RTC.cs58 subSecondsCounterCache = 0; in Reset()
84 public byte SubSecondsSignificantBits => (byte)(subSecondsCounterCache >> 8);
112 subSecondsCounterCache = (uint)CurrentSubSecond; in UpdateCounterCacheIfInvalid()
140 return (byte)subSecondsCounterCache; in DefineRegisters()
294 private uint subSecondsCounterCache; field in Antmicro.Renode.Peripherals.Timers.MAX32650_RTC