dapdirect_jtag_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDdapdirect_jtag_handlers

dapdirect_jtag_handlers variable

Syntax

static const struct command_registration dapdirect_jtag_handlers[] = { { .name = "jtag", .mode = COMMAND_ANY, .chain = dapdirect_jtag_subcommand_handlers, .usage = "", }, { .name = "jtag_ntrst_delay", .mode = COMMAND_ANY, .handler = dapdirect_jtag_empty_command, .usage = "", }, COMMAND_REGISTRATION_DONE };

References

LocationReferrerText
adi_v5_dapdirect.c:133
static const struct command_registration dapdirect_jtag_handlers[] = {
adi_v5_dapdirect.c:182dapdirect_jtag_select()
return register_commands(ctx, NULL, dapdirect_jtag_handlers);

Data Use

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