Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_CSRNG.cs31 EntropyeRequestedIRQ = new GPIO(); in OpenTitan_CSRNG()
216 public GPIO EntropyeRequestedIRQ { get; } property in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_CSRNG
291EntropyeRequestedIRQ.Set(entropyRequestInterrupt.Value && entropyRequestInterruptEnabled.Value); in UpdateInterrupts()