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

nrf5_command_handlers variable

Syntax

static const struct command_registration nrf5_command_handlers[] = { { .name = "nrf5", .mode = COMMAND_ANY, .help = "nrf5 flash command group", .usage = "", .chain = nrf5_exec_command_handlers, }, { .name = "nrf51", .mode = COMMAND_ANY, .help = "nrf51 flash command group", .usage = "", .chain = nrf5_exec_command_handlers, }, COMMAND_REGISTRATION_DONE };

References

LocationText
nrf5.c:1495
static const struct command_registration nrf5_command_handlers[] = {
nrf5.c:1515
.commands = nrf5_command_handlers,
nrf5.c:1533
.commands = nrf5_command_handlers,

Type Use

Type of nrf5_command_handlers
nrf5_command_handlers
all items filtered out