Searched refs:subSecondsCounterCache (Results 1 – 1 of 1) sorted by relevance
58 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