Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_EntropySource.cs117 if(observeFifo.Count >= (int)observeFifoThreshold.Value) in ObserveDataPath()
223 if(val && observeFifo.Count >= (int)observeFifoThreshold.Value) in DefineRegisters()
533 .WithValueField(0, 7, out observeFifoThreshold, name: "OBSERVE_FIFO_THRESH") in DefineRegisters()
624 private IValueRegisterField observeFifoThreshold; field in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_EntropySource