Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_CSRNG.cs93 ….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