OpenOCD
target_event_action Struct Reference
Collaboration diagram for target_event_action:

Data Fields

Jim_Obj * body
 
enum target_event event
 
Jim_Interp * interp
 
struct list_head list
 

Detailed Description

Definition at line 56 of file target.c.

Field Documentation

◆ body

Jim_Obj* target_event_action::body

Definition at line 59 of file target.c.

Referenced by COMMAND_HANDLER(), target_configure(), target_destroy(), and target_handle_event().

◆ event

enum target_event target_event_action::event

Definition at line 6778 of file target.c.

Referenced by COMMAND_HANDLER(), target_configure(), and target_handle_event().

◆ interp

Jim_Interp* target_event_action::interp

Definition at line 58 of file target.c.

Referenced by target_configure(), target_destroy(), and target_handle_event().

◆ list

struct list_head target_event_action::list

Definition at line 59 of file target.c.

Referenced by COMMAND_HANDLER(), target_configure(), target_destroy(), and target_handle_event().


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