Home
last modified time | relevance | path

Searched defs:arg (Results 1 – 5 of 5) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/Mocks/
DMockExtension.cs22 …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/
DUARTDirectionBase.cs51 protected void LogWarning(string message, params object[] arg) in LogWarning()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/Cadence_xSPICommands/
DCommand.cs60 protected void Log(LogLevel logLevel, string message, params object[] arg) in Log()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DLibCWrapper.cs153 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/
DSDCard.cs180 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()