Home
last modified time | relevance | path

Searched refs:function (Results 1 – 13 of 13) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/
DQuectel_BC660K.cs129 protected override Response Qcfg(string function, params int[] args) in Qcfg() argument
131 if(!nameModemConfigDecoder.TryGetValue(function, out var modemFunction)) in Qcfg()
133 return base.Qcfg(function, args); // unrecognized function in Qcfg()
141 var parameters = string.Format("+QCFG: \"{0}\",{1}", function, value); in Qcfg()
157 return base.Qcfg(function, args); in Qcfg()
175 return base.Qcfg(function, args); in Qcfg()
182 foreach(string function in nameModemConfigDecoder.Keys) in QcfgRead()
184 var modemFunction = nameModemConfigDecoder[function]; in QcfgRead()
187 parameters.Add(string.Format("+QCFG: \"{0}\",{1}", function, value)); in QcfgRead()
408 const string function = "GPIO"; in GetQcfgGPIOStatus()
[all …]
DQuectel_BC66.cs120 protected override Response Qcfg(string function, params int[] args) in Qcfg() argument
122 if(!nameModemConfigDecoder.TryGetValue(function, out var modemFunction)) in Qcfg()
124 return base.Qcfg(function, args); // unrecognized function in Qcfg()
132 var parameters = string.Format("+QCFG: \"{0}\",{1}", function, value); in Qcfg()
148 return base.Qcfg(function, args); in Qcfg()
153 return base.Qcfg(function, args); in Qcfg()
DQuectel_BG96.cs96 protected override Response Qcfg(string function, params int[] args) in Qcfg() argument
98 switch(function) in Qcfg()
106 return base.Qcfg(function, args); in Qcfg()
129 …Log(LogLevel.Warning, "Config value '{0}' set to {1}, not implemented", function, string.Join(", "… in Qcfg()
132 return base.Qcfg(function, args); in Qcfg()
DQuectelModem.cs487 protected virtual Response Qcfg(string function, params int[] args) in Qcfg() argument
489 ….Warning, "Config value '{0}' set to {1}, not supported by this modem", function, string.Join(", "… in Qcfg()
/Renode-Infrastructure-v1.15.3-29f510e/src/UI/XwtProvider/
DApplicationExtensions.cs60 public static T InvokeInUIThreadAndWait<T>(Func<T> function) in InvokeInUIThreadAndWait() argument
65 return function(); in InvokeInUIThreadAndWait()
73 result = function(); in InvokeInUIThreadAndWait()
/Renode-Infrastructure-v1.15.3-29f510e/src/Plugins/TracePlugin/
DTraceCommand.cs112 public void RegisterFunctionName(string function, Type callbackType) in RegisterFunctionName() argument
114 if(handlers.ContainsKey(function)) in RegisterFunctionName()
116 … throw new RecoverableException("Function \"{0}\" already registered.".FormatWith(function)); in RegisterFunctionName()
118 handlers[function] = callbackType; in RegisterFunctionName()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Wireless/
DWirelessMedium.cs44 public void SetMediumFunction(IMediumFunction function) in SetMediumFunction() argument
46 mediumFunction = function; in SetMediumFunction()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_CSRNG.cs722 public void SetEntropySource(Func<byte[]> function) in SetEntropySource() argument
724 this.function = function; in SetEntropySource()
729 if(function == null) in GetEntropy()
733 return function(); in GetEntropy()
736 private Func<byte[]> function; field in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_CSRNG.FakeEntropy
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DSmartParser.cs174 …e GetFromCacheOrAdd(Dictionary<Type, Delegate> cacheDict, Type outputType, Func<Delegate> function) in GetFromCacheOrAdd() argument
180 parser = function(); in GetFromCacheOrAdd()
DMisc.cs1718 public static IEnumerable<T> Iterate<T>(Func<T> function) in Iterate() argument
1722 yield return function(); in Iterate()
1785 public static IEnumerable<T> Prefix<T>(IEnumerable<T> enumerable, Func<T, T, T> function) in Prefix() argument
1796 prefix = function(prefix, enumerator.Current); in Prefix()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/HostInterfaces/Network/
DWindowsTapInterface.cs258 … private static uint CalculateControlCode(uint deviceType, uint function, uint method, uint access) in CalculateControlCode() argument
260 return ((deviceType << 16) | (access << 14) | (function << 2) | method); in CalculateControlCode()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Storage/
DUFSDevice.cs817 private bool IsValidQueryOpcode(QueryFunction function, QueryFunctionOpcode opcode) in IsValidQueryOpcode() argument
819 if(function == QueryFunction.StandardReadRequest in IsValidQueryOpcode()
828 if(function == QueryFunction.StandardWriteRequest in IsValidQueryOpcode()
/Renode-Infrastructure-v1.15.3-29f510e/licenses/
DLGPL.txt175 d) If a facility in the modified Library refers to a function or a
179 in the event an application does not supply such function or
183 (For example, a function in a library to compute square roots has
186 application-supplied function or table used by this function must
188 root function must still compute square roots.)