OpenOCD
jtag_tap_event_action Struct Reference
Collaboration diagram for jtag_tap_event_action:

Data Fields

Jim_Obj * body
 Contains a script to 'eval' when the event is triggered. More...
 
enum jtag_event event
 The event for which this action will be triggered. More...
 
Jim_Interp * interp
 The interpreter to use for evaluating the body. More...
 
struct jtag_tap_event_actionnext
 

Detailed Description

Definition at line 183 of file jtag.h.

Field Documentation

◆ body

Jim_Obj* jtag_tap_event_action::body

Contains a script to 'eval' when the event is triggered.

Definition at line 189 of file jtag.h.

Referenced by jtag_tap_configure_event(), jtag_tap_free(), and jtag_tap_handle_event().

◆ event

enum jtag_event jtag_tap_event_action::event

The event for which this action will be triggered.

Definition at line 139 of file jtag.h.

Referenced by jtag_tap_configure_event(), and jtag_tap_handle_event().

◆ interp

Jim_Interp* jtag_tap_event_action::interp

The interpreter to use for evaluating the body.

Definition at line 187 of file jtag.h.

Referenced by jtag_tap_configure_event(), jtag_tap_free(), and jtag_tap_handle_event().

◆ next

struct jtag_tap_event_action* jtag_tap_event_action::next

Definition at line 191 of file jtag.h.

Referenced by jtag_tap_configure_event(), jtag_tap_free(), and jtag_tap_handle_event().


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