Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_EntropyDistributionNetwork.cs48 SendCsrngCommand((uint)bootGenerateCommand.Value); in RequestData()
57 SendCsrngCommand(generateCommand); in RequestData()
69 SendCsrngCommand(reseedCommand); in RequestData()
201 SendCsrngCommand((uint)val); in DefineRegisters()
213 SendCsrngCommand((uint)val); in DefineRegisters()
230 SendCsrngCommand((uint)val); in DefineRegisters()
362 private void SendCsrngCommand(uint command) in SendCsrngCommand() method in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_EntropyDistributionNetwork