Searched defs:callback (Results 1 – 11 of 11) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/ |
| D | ICPUWithPostGprAccessHooks.cs | 13 void InstallPostGprAccessHookOn(UInt32 registerIndex, Action<bool> callback, UInt32 value); in InstallPostGprAccessHookOn()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Debug/ |
| D | CPUTracer.cs | 37 …tionCallParameter> parameters, Action<TranslationCPU, ulong, string, IEnumerable<object>> callback, in TraceFunction() 97 …le<FunctionCallParameter> parameters, Action<TranslationCPU, ulong, string, List<object>> callback) in EvaluateTraceCallback()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/ |
| D | TimeoutEvent.cs | 28 Action callback = null) in EnqueueTimeoutEvent()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/ |
| D | RenesasDA14_GPT.cs | 307 …private void CallForConnection(int index, Action<GPIOConnection> callback, bool logMessage = false) in CallForConnection() 317 …private T CallForConnection<T>(int index, Func<GPIOConnection, T> callback, bool logMessage = fals… in CallForConnection()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/ |
| D | USBEndpoint.cs | 93 public void SetDataReadCallbackOneShot(Action<USBEndpoint, IEnumerable<byte>> callback) in SetDataReadCallbackOneShot()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Testing/ |
| D | LEDTester.cs | 276 private TimeoutEvent GetTimeoutEvent(ulong timeout, Action callback = null) in GetTimeoutEvent()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/ |
| D | ResdCommand.cs | 261 …WithIndex(ICommandInteraction writer, string internalName, long index, Action<IDataBlock> callback) in DoForBlockWithIndex()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USB/ |
| D | NRF_USBD.cs | 130 … private void DefineTask(Registers register, Action<ushort> callback, ushort epNumber, string name) in DefineTask()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/ |
| D | NRF52840_Radio.cs | 94 private void DefineTask(Registers register, Action callback, string name) in DefineTask()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/ |
| D | BaseRiscV.cs | 330 … public void InstallPostGprAccessHookOn(uint registerIndex, Action<bool> callback, uint value) in InstallPostGprAccessHookOn()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/ |
| D | QuectelModem.cs | 965 private void EnterDataMode(int? byteCount, Action<byte[]> callback) in EnterDataMode()
|