Searched refs:fatalErrorInterrupt (Results 1 – 1 of 1) sorted by relevance
93 ….WithFlag(3, out fatalErrorInterrupt, FieldMode.Read | FieldMode.WriteOneToClear, name: "cs_fatal_… in DefineRegisters()107 ….WithFlag(3, FieldMode.Write, writeCallback: (_, val) => { if(val) fatalErrorInterrupt.Value = tru… in DefineRegisters()292 FatalErrorIRQ.Set(fatalErrorInterrupt.Value && fatalErrorInterruptEnabled.Value); in UpdateInterrupts()365 fatalErrorInterrupt.Value = true; in RaiseCommandError()424 fatalErrorInterrupt.Value = true; in FillFifoWithGeneratedBits()589 fatalErrorInterrupt.Value = false; in ClearState()631 private IFlagRegisterField fatalErrorInterrupt; field in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_CSRNG