Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/Crypto/
DAthenaX5200.cs47 .WithFlag(4, out coreExecuteCommand, name: "EXECUTE_COMMAND") in AthenaX5200()
55 if(!coreExecuteCommand.Value) in AthenaX5200()
67 coreExecuteCommand.Value = false; in AthenaX5200()
165 private readonly IFlagRegisterField coreExecuteCommand; field in Antmicro.Renode.Peripherals.Miscellaneous.Crypto.AthenaX5200