stm32h7x_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDstm32h7x_command_handlers

stm32h7x_command_handlers variable

Syntax

static const struct command_registration stm32h7x_command_handlers[] = { { .name = "stm32h7x", .mode = COMMAND_ANY, .help = "stm32h7x flash command group", .usage = "", .chain = stm32h7x_exec_command_handlers, }, COMMAND_REGISTRATION_DONE };

References

LocationText
stm32h7x.c:1182
static const struct command_registration stm32h7x_command_handlers[] = {
stm32h7x.c:1195
.commands = stm32h7x_command_handlers,

Type Use

Type of stm32h7x_command_handlers
stm32h7x_command_handlers
all items filtered out