Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_KMAC.cs388 .WithValueField(0, 32, out errorCode, name: "err_code") in BuildRegisterMap()
439 errorCode.Value = (uint)ErrorCode.UnexpectedModeStrength; in RunCommand()
482 errorCode.Value = (uint)ErrorCode.IncorrectFunctionName; in InitHasher()
618 errorCode.Value = (uint)ErrorCode.SwCmdSequence | (uint)Command.Run; in RunHasher()
657 errorCode.Value = (uint)ErrorCode.SwCmdSequence | (uint)command; in CheckComandSequence()
789 private IValueRegisterField errorCode; field in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_KMAC
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DPythonEngine.cs204 …ErrorReported(ScriptSource source, string message, SourceSpan span, int errorCode, Severity severi… in ErrorReported() argument
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/
DQuectel_BC660K.cs281 const int errorCode = 111; // errorCode: PLMN not allowed in QplmnsExec()
DQuectelModem.cs949 private Response MobileTerminationError(int errorCode) in MobileTerminationError() argument