nvp_jtag_tap_event is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

nvp_jtag_tap_event variable

@file Holds support for accessing JTAG-specific mechanisms from TCl scripts.

Syntax

static const struct nvp nvp_jtag_tap_event[] = { { .value = JTAG_TRST_ASSERTED, .name = "post-reset" }, { .value = JTAG_TAP_EVENT_SETUP, .name = "setup" }, { .value = JTAG_TAP_EVENT_ENABLE, .name = "tap-enable" }, { .value = JTAG_TAP_EVENT_DISABLE, .name = "tap-disable" }, { .name = NULL, .value = -1 } };

References

LocationReferrerText
tcl.c:44
static const struct nvp nvp_jtag_tap_event[] = {
tcl.c:327handle_jtag_configure()
const struct nvp *event = nvp_name2value(nvp_jtag_tap_event, CMD_ARGV[i + 1]);
tcl.c:329handle_jtag_configure()
nvp_unknown_command_print(CMD, nvp_jtag_tap_event, CMD_ARGV[i], CMD_ARGV[i + 1]);
tcl.c:545jtag_tap_handle_event()
const struct nvp *nvp = nvp_value2name(nvp_jtag_tap_event, e);

Data Use

Functions reading nvp_jtag_tap_event
nvp_jtag_tap_event
Type of nvp_jtag_tap_event
nvp_jtag_tap_event
all items filtered out