xmc4xxx_exec_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDxmc4xxx_exec_command_handlers

xmc4xxx_exec_command_handlers variable

Syntax

static const struct command_registration xmc4xxx_exec_command_handlers[] = { { .name = "flash_password", .handler = xmc4xxx_handle_flash_password_command, .mode = COMMAND_EXEC, .usage = "bank_id password1 password2", .help = "Set the flash passwords used for protect operations. " "Passwords should be in standard hex form (0x00000000). " "(You must call this before any other protect commands) " "NOTE: The xmc4xxx's UCB area only allows for FOUR cycles. " "Please use protection carefully!", }, { .name = "flash_unprotect", .handler = xmc4xxx_handle_flash_unprotect_command, .mode = COMMAND_EXEC, .usage = "bank_id user_level[0-1]", .help = "Permanently Removes flash protection (read and write) " "for the specified user level", }, COMMAND_REGISTRATION_DONE };

References

LocationText
xmc4xxx.c:1298
static const struct command_registration xmc4xxx_exec_command_handlers[] = {
xmc4xxx.c:1327
.chain = xmc4xxx_exec_command_handlers,

Type Use

Type of xmc4xxx_exec_command_handlers
xmc4xxx_exec_command_handlers
all items filtered out