Searched refs:cachedLifeCycleState (Results 1 – 1 of 1) sorted by relevance
56 cachedLifeCycleState = null; in Reset()151 cachedLifeCycleState = value;155 if(!cachedLifeCycleState.HasValue)158 …cachedLifeCycleState = TryDecodeLifeCycleState(out state) ? state : OpenTitan_LifeCycleState.Inval…160 return cachedLifeCycleState.Value;605 private OpenTitan_LifeCycleState? cachedLifeCycleState; field in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_OneTimeProgrammableMemoryController