stm32lx_exec_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDstm32lx_exec_command_handlers

stm32lx_exec_command_handlers variable

Syntax

static const struct command_registration stm32lx_exec_command_handlers[] = { { .name = "mass_erase", .handler = stm32lx_handle_mass_erase_command, .mode = COMMAND_EXEC, .usage = "bank_id", .help = "Erase entire flash device. including available EEPROM", }, { .name = "lock", .handler = stm32lx_handle_lock_command, .mode = COMMAND_EXEC, .usage = "bank_id", .help = "Increase the readout protection to Level 1.", }, { .name = "unlock", .handler = stm32lx_handle_unlock_command, .mode = COMMAND_EXEC, .usage = "bank_id", .help = "Lower the readout protection from Level 1 to 0.", }, COMMAND_REGISTRATION_DONE };

References

LocationText
stm32lx.c:902
static const struct command_registration stm32lx_exec_command_handlers[] = {
stm32lx.c:933
.chain = stm32lx_exec_command_handlers,

Type Use

Type of stm32lx_exec_command_handlers
stm32lx_exec_command_handlers
all items filtered out