Home
last modified time | relevance | path

Searched defs:callback (Results 1 – 11 of 11) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/
DICPUWithPostGprAccessHooks.cs13 void InstallPostGprAccessHookOn(UInt32 registerIndex, Action<bool> callback, UInt32 value); in InstallPostGprAccessHookOn()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Debug/
DCPUTracer.cs37 …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/
DTimeoutEvent.cs28 Action callback = null) in EnqueueTimeoutEvent()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DRenesasDA14_GPT.cs307 …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/
DUSBEndpoint.cs93 public void SetDataReadCallbackOneShot(Action<USBEndpoint, IEnumerable<byte>> callback) in SetDataReadCallbackOneShot()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Testing/
DLEDTester.cs276 private TimeoutEvent GetTimeoutEvent(ulong timeout, Action callback = null) in GetTimeoutEvent()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/
DResdCommand.cs261 …WithIndex(ICommandInteraction writer, string internalName, long index, Action<IDataBlock> callback) in DoForBlockWithIndex()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USB/
DNRF_USBD.cs130 … 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/
DNRF52840_Radio.cs94 private void DefineTask(Registers register, Action callback, string name) in DefineTask()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DBaseRiscV.cs330 … public void InstallPostGprAccessHookOn(uint registerIndex, Action<bool> callback, uint value) in InstallPostGprAccessHookOn()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/
DQuectelModem.cs965 private void EnterDataMode(int? byteCount, Action<byte[]> callback) in EnterDataMode()