stmqspi_exec_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDstmqspi_exec_command_handlers

stmqspi_exec_command_handlers variable

Syntax

static const struct command_registration stmqspi_exec_command_handlers[] = { { .name = "mass_erase", .handler = stmqspi_handle_mass_erase_command, .mode = COMMAND_EXEC, .usage = "bank_id", .help = "Mass erase entire flash device.", }, { .name = "set", .handler = stmqspi_handle_set, .mode = COMMAND_EXEC, .usage = "bank_id name chip_size page_size read_cmd qread_cmd pprg_cmd " "[ mass_erase_cmd ] [ sector_size sector_erase_cmd ]", .help = "Set params of single flash chip", }, { .name = "cmd", .handler = stmqspi_handle_cmd, .mode = COMMAND_EXEC, .usage = "bank_id num_resp cmd_byte ...", .help = "Send low-level command cmd_byte and following bytes or read num_resp.", }, COMMAND_REGISTRATION_DONE };

References

LocationText
stmqspi.c:2413
static const struct command_registration stmqspi_exec_command_handlers[] = {
stmqspi.c:2445
.chain = stmqspi_exec_command_handlers,

Type Use

Type of stmqspi_exec_command_handlers
stmqspi_exec_command_handlers
all items filtered out