Searched defs:arg (Results 1 – 5 of 5) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/Mocks/ |
| D | MockExtension.cs | 22 …ing MethodThatTakesParamsIntArrayAfterString(this Emulation emulation, string arg, params int[] ar… in MethodThatTakesParamsIntArrayAfterString() 27 …odThatTakesParamsIntArrayAfterOptionalString(this Emulation emulation, string arg = "default", par… in MethodThatTakesParamsIntArrayAfterOptionalString()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/S32K3XX_FlexIO/ |
| D | UARTDirectionBase.cs | 51 protected void LogWarning(string message, params object[] arg) in LogWarning()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/Cadence_xSPICommands/ |
| D | Command.cs | 60 protected void Log(LogLevel logLevel, string message, params object[] arg) in Log()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/ |
| D | LibCWrapper.cs | 153 public static int Ioctl(int fd, int request, int arg) in Ioctl() 162 public static int Ioctl(int fd, int request, IntPtr arg) in Ioctl()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SD/ |
| D | SDCard.cs | 180 public BitStream HandleCommand(uint commandIndex, uint arg) in HandleCommand() 569 private BitStream HandleStandardCommand(SdCardCommand command, uint arg) in HandleStandardCommand() 772 …dleApplicationSpecificCommand(SdCardApplicationSpecificCommand command, uint arg, out BitStream re… in TryHandleApplicationSpecificCommand()
|