Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_EntropySource.cs204 entropyValidInterruptState.Value = true; in FirmwareInterfacePath()
212 ….WithFlag(0, out entropyValidInterruptState, FieldMode.Read | FieldMode.WriteOneToClear, name: "es… in DefineRegisters()
217 entropyValidInterruptState.Value = true; in DefineRegisters()
241 …hFlag(0, FieldMode.Write, writeCallback: (_, val) => { if(val) entropyValidInterruptState.Value = … in DefineRegisters()
590 … EsEntropyValidIRQ.Set(entropyValidInterruptState.Value && entropyValidInterruptEnable.Value); in UpdateInterrupts()
625 private IFlagRegisterField entropyValidInterruptState; field in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_EntropySource