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

etb_command_handlers variable

Syntax

static const struct command_registration etb_command_handlers[] = { { .name = "etb", .mode = COMMAND_ANY, .help = "Embedded Trace Buffer command group", .chain = etb_config_command_handlers, .usage = "", }, COMMAND_REGISTRATION_DONE };

References

LocationText
etb.c:427
static const struct command_registration etb_command_handlers[] = {
etb.c:687
.commands = etb_command_handlers,

Type Use

Type of etb_command_handlers
etb_command_handlers
all items filtered out