dapdirect_swd_subcommand_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDdapdirect_swd_subcommand_handlers

dapdirect_swd_subcommand_handlers variable

Syntax

static const struct command_registration dapdirect_swd_subcommand_handlers[] = { { .name = "newdap", .mode = COMMAND_CONFIG, .handler = handle_jtag_newtap, .help = "declare a new SWD DAP", .usage = "basename dap_type ['-irlen' count] " "['-enable'|'-disable'] " "['-expected_id' number] " "['-ignore-version'] " "['-ignore-bypass'] " "['-ircapture' number] " "['-ir-bypass' number] " "['-mask' number]", }, COMMAND_REGISTRATION_DONE };

References

LocationText
adi_v5_dapdirect.c:149
static const struct command_registration dapdirect_swd_subcommand_handlers[] = {
adi_v5_dapdirect.c:173
.chain = dapdirect_swd_subcommand_handlers,

Type Use

Type of dapdirect_swd_subcommand_handlers
dapdirect_swd_subcommand_handlers
all items filtered out