Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_OneTimeProgrammableMemoryController.cs57 cachedTransitionCount = null; in Reset()
168 cachedTransitionCount = value;
173 if(!cachedTransitionCount.HasValue)
175 cachedTransitionCount = DecodeLifeCycleTransitionCount();
177 return cachedTransitionCount.Value;
606 private ushort? cachedTransitionCount; field in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_OneTimeProgrammableMemoryController