OpenOCD
target_event_callback Struct Reference
Collaboration diagram for target_event_callback:

Data Fields

int(* callback )(struct target *target, enum target_event event, void *priv)
 
struct target_event_callbacknext
 
void * priv
 

Detailed Description

Definition at line 307 of file target.h.

Field Documentation

◆ callback

int(* target_event_callback::callback) (struct target *target, enum target_event event, void *priv)

◆ next

struct target_event_callback* target_event_callback::next

Definition at line 310 of file target.h.

Referenced by target_quit(), and target_unregister_event_callback().

◆ priv

void* target_event_callback::priv

Definition at line 309 of file target.h.

Referenced by target_unregister_event_callback().


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