OpenOCD
|
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_action * | next |
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().
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().
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().
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().