Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_OneTimeProgrammableMemoryController.cs56 cachedLifeCycleState = null; in Reset()
151 cachedLifeCycleState = value;
155 if(!cachedLifeCycleState.HasValue)
158cachedLifeCycleState = TryDecodeLifeCycleState(out state) ? state : OpenTitan_LifeCycleState.Inval…
160 return cachedLifeCycleState.Value;
605 private OpenTitan_LifeCycleState? cachedLifeCycleState; field in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_OneTimeProgrammableMemoryController