nrf5_exec_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDnrf5_exec_command_handlers

nrf5_exec_command_handlers variable

Syntax

static const struct command_registration nrf5_exec_command_handlers[] = { { .name = "mass_erase", .handler = nrf5_handle_mass_erase_command, .mode = COMMAND_EXEC, .help = "Erase all flash contents of the chip.", .usage = "", }, COMMAND_REGISTRATION_DONE };

References

LocationText
nrf5.c:1484
static const struct command_registration nrf5_exec_command_handlers[] = {
nrf5.c:1501
.chain = nrf5_exec_command_handlers,
nrf5.c:1508
.chain = nrf5_exec_command_handlers,

Type Use

Type of nrf5_exec_command_handlers
nrf5_exec_command_handlers
all items filtered out