msp432_exec_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDmsp432_exec_command_handlers

msp432_exec_command_handlers variable

Syntax

static const struct command_registration msp432_exec_command_handlers[] = { { .name = "mass_erase", .handler = msp432_mass_erase_command, .mode = COMMAND_EXEC, .help = "Erase entire flash memory on device.", .usage = "bank_id ['main' | 'all']", }, { .name = "bsl", .handler = msp432_bsl_command, .mode = COMMAND_EXEC, .help = "Allow BSL to be erased or written by flash commands.", .usage = "bank_id ['unlock' | 'lock']", }, COMMAND_REGISTRATION_DONE };

References

LocationText
msp432.c:1049
static const struct command_registration msp432_exec_command_handlers[] = {
msp432.c:1073
.chain = msp432_exec_command_handlers,

Type Use

Type of msp432_exec_command_handlers
msp432_exec_command_handlers
all items filtered out