esp32s3_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDesp32s3_command_handlers

esp32s3_command_handlers variable

Syntax

static const struct command_registration esp32s3_command_handlers[] = { { .usage = "", .chain = esp_xtensa_smp_command_handlers, }, { .name = "esp", .usage = "", .chain = esp32_apptrace_command_handlers, }, { .name = "esp32", .usage = "", .chain = smp_command_handlers, }, { .name = "arm", .mode = COMMAND_ANY, .help = "ARM Command Group", .usage = "", .chain = semihosting_common_handlers }, COMMAND_REGISTRATION_DONE };

References

LocationText
esp32s3.c:355
static const struct command_registration esp32s3_command_handlers[] = {
esp32s3.c:423
.commands = esp32s3_command_handlers,

Type Use

Type of esp32s3_command_handlers
esp32s3_command_handlers
all items filtered out