target_req_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDtarget_req_command_handlers

target_req_command_handlers variable

Syntax

static const struct command_registration target_req_command_handlers[] = { { .name = "target_request", .mode = COMMAND_ANY, .help = "target request command group", .usage = "", .chain = target_req_exec_command_handlers, }, COMMAND_REGISTRATION_DONE };

References

LocationReferrerText
target_request.c:290
static const struct command_registration target_req_command_handlers[] = {
target_request.c:303target_request_register_commands()
return register_commands(cmd_ctx, NULL, target_req_command_handlers);

Data Use

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