OpenOCD
jtag_event_callback Struct Reference

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

Collaboration diagram for jtag_event_callback:

Data Fields

jtag_event_handler_t callback
 a event callback More...
 
struct jtag_event_callbacknext
 the next callback More...
 
void * priv
 the private data to pass to the callback More...
 

Detailed Description

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.

Field Documentation

◆ callback

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().

◆ next

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().

◆ priv

void* jtag_event_callback::priv

the private data to pass to the callback

Definition at line 108 of file jtag/core.c.


The documentation for this struct was generated from the following file: