Home
last modified time | relevance | path

Searched refs:callbacks (Results 1 – 5 of 5) sorted by relevance

/Renode-v1.15.3-c57714d/src/Renode/Network/NetworkServer/Modules/
DTftpServerModule.cs44 callbacks = new Dictionary<IPEndPoint, Action<IPEndPoint, UdpPacket>>(); in TftpServerModule()
80 callbacks[source] = callback; in HandleUdp()
136 callbacks[source](source, response); in HandleResponse()
220 private readonly Dictionary<IPEndPoint, Action<IPEndPoint, UdpPacket>> callbacks; field in Antmicro.Renode.Network.TftpServerModule
/Renode-v1.15.3-c57714d/tools/building/
Dcheck_weak_implementations.sh20 CALLBACKS_BIN=callbacks.tmp
/Renode-v1.15.3-c57714d/tools/PeakRDL-renode/
DREADME.md123 #### Binding callbacks to field access
125 Normally, the callbacks are attached to the register when its defined. However in our case
126 the registers are already defined, so adding read/write callbacks has to be done manually after
129 Renode exposes the callbacks as properties of register fields so you can add your logic like in the
/Renode-v1.15.3-c57714d/tools/external_control_client/lib/
Drenode_api.c336 static raw_callback_t callbacks[MAX_CALLBACK_COUNT]; variable
344 callbacks[callbacks_count] = callback; in register_callback()
362 callbacks[response->ed](callback_user_data[response->ed], data); in invoke_callback()
/Renode-v1.15.3-c57714d/
DCHANGELOG.rst1886 * value provider callbacks on write-only fields will generate exceptions