Home
last modified time | relevance | path

Searched defs:arg2 (Results 1 – 3 of 3) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/
DLogger.cs106 public static void Log(LogLevel type, string message, object arg1, object arg2) in Log()
111 public static void Log(LogLevel type, string message, object arg1, object arg2, object arg3) in Log()
156 … public static void ErrorLog(this IEmulationElement e, string message, object arg1, object arg2) in ErrorLog()
161 …atic void ErrorLog(this IEmulationElement e, string message, object arg1, object arg2, object arg3) in ErrorLog()
181 … public static void WarningLog(this IEmulationElement e, string message, object arg1, object arg2) in WarningLog()
186 …ic void WarningLog(this IEmulationElement e, string message, object arg1, object arg2, object arg3) in WarningLog()
206 … public static void InfoLog(this IEmulationElement e, string message, object arg1, object arg2) in InfoLog()
211 …tatic void InfoLog(this IEmulationElement e, string message, object arg1, object arg2, object arg3) in InfoLog()
231 … public static void DebugLog(this IEmulationElement e, string message, object arg1, object arg2) in DebugLog()
236 …atic void DebugLog(this IEmulationElement e, string message, object arg1, object arg2, object arg3) in DebugLog()
[all …]
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USB/
DNRF_USBD.cs65 private void HandleSetupPacket(SetupPacket packet, byte[] arg2, Action<byte[]> action) in HandleSetupPacket()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Storage/
DUFSHostController.cs616 private IValueRegisterField arg2; field in Antmicro.Renode.Peripherals.Storage.UFSHostController