stm32f2x_exec_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDstm32f2x_exec_command_handlers

stm32f2x_exec_command_handlers variable

Syntax

static const struct command_registration stm32f2x_exec_command_handlers[] = { { .name = "lock", .handler = stm32x_handle_lock_command, .mode = COMMAND_EXEC, .usage = "bank_id", .help = "Lock entire flash device.", }, { .name = "unlock", .handler = stm32x_handle_unlock_command, .mode = COMMAND_EXEC, .usage = "bank_id", .help = "Unlock entire protected flash device.", }, { .name = "mass_erase", .handler = stm32x_handle_mass_erase_command, .mode = COMMAND_EXEC, .usage = "bank_id", .help = "Erase entire flash device.", }, { .name = "options_read", .handler = stm32f2x_handle_options_read_command, .mode = COMMAND_EXEC, .usage = "bank_id", .help = "Read and display device option bytes.", }, { .name = "options_write", .handler = stm32f2x_handle_options_write_command, .mode = COMMAND_EXEC, .usage = "bank_id user_options [ boot_add0 boot_add1 ]", .help = "Write option bytes", }, { .name = "optcr2_write", .handler = stm32f2x_handle_optcr2_write_command, .mode = COMMAND_EXEC, .usage = "bank_id optcr2", .help = "Write optcr2 word", }, { .name = "otp", .handler = stm32x_handle_otp_command, .mode = COMMAND_EXEC, .usage = "bank_id (enable|disable|show)", .help = "OTP (One Time Programmable) memory write enable/disable.", }, COMMAND_REGISTRATION_DONE };

References

LocationText
stm32f2x.c:1738
static const struct command_registration stm32f2x_exec_command_handlers[] = {
stm32f2x.c:1797
.chain = stm32f2x_exec_command_handlers,

Type Use

Type of stm32f2x_exec_command_handlers
stm32f2x_exec_command_handlers
all items filtered out