jtag_event_callback::priv is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDjtag_event_callback::priv

jtag_event_callback::priv field

the private data to pass to the callback

Syntax

void *priv;

References

LocationReferrerText
core.c:108
void *priv;
core.c:297jtag_register_event_callback()
(*callbacks_p)->priv = priv;
core.c:311jtag_unregister_event_callback()
if (((*p)->priv != priv) || ((*p)->callback != callback)) {
core.c:335jtag_call_event_callbacks()
callback->callback(event, callback->priv);

Data Use

Functions writing jtag_event_callback::priv
Functions reading jtag_event_callback::priv
all items filtered out
jtag_event_callback::priv