Home
last modified time | relevance | path

Searched defs:argument (Results 1 – 6 of 6) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Plugins/TracePlugin/Handlers/
DDefaultFunctionHandler.cs29 …void ReturnHandler(TranslationCPU cpu, ulong pc, string functionName, IEnumerable<object> argument) in ReturnHandler()
DPrintfHandler.cs28 …void ReturnHandler(TranslationCPU cpu, ulong pc, string functionName, IEnumerable<object> argument) in ReturnHandler()
DIFunctionHandler.cs19 …oid ReturnHandler(TranslationCPU cpu, ulong pc, string functionName, IEnumerable<object> argument); in ReturnHandler()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DSAM4S_EEFC.cs103 private void ExecuteFlashCommand(Commands command, int argument) in ExecuteFlashCommand()
236 private void AssertPositive(string argument, int value) in AssertPositive()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Network/
DAtCommandModemParsing.cs49 private object ParseArgument(string argument, Type parameterType) in ParseArgument()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SD/
DDeprecatedSDCard.cs124 public uint AppCommand(uint argument) in AppCommand()