|
OpenOCD
|
Contains a single callback along with a pointer that will be passed when an event occurs. More...

Data Fields | |
| jtag_event_handler_t | callback |
| a event callback More... | |
| struct jtag_event_callback * | next |
| the next callback More... | |
| void * | priv |
| the private data to pass to the callback More... | |
Contains a single callback along with a pointer that will be passed when an event occurs.
Definition at line 104 of file jtag/core.c.
| jtag_event_handler_t jtag_event_callback::callback |
a event callback
Definition at line 106 of file jtag/core.c.
Referenced by jtag_call_event_callbacks(), jtag_register_event_callback(), and jtag_unregister_event_callback().
| struct jtag_event_callback* jtag_event_callback::next |
the next callback
Definition at line 110 of file jtag/core.c.
Referenced by jtag_call_event_callbacks(), and jtag_unregister_event_callback().
| void* jtag_event_callback::priv |
the private data to pass to the callback
Definition at line 108 of file jtag/core.c.