get_flash_bank_by_name() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDget_flash_bank_by_name()

get_flash_bank_by_name() function

Returns the flash bank specified by @a name, which matches the driver name and a suffix (option) specify the driver-specific bank number. The suffix consists of the '.' and the driver-specific bank number: when two str9x banks are defined, then 'str9x.1' refers to the second.

Syntax

int get_flash_bank_by_name(const char *name,     struct flash_bank **bank_result);
Implemented in core.c:261

Arguments

name

bank_result

References

LocationReferrerText
core.c:261
int get_flash_bank_by_name(const char *name, struct flash_bank **bank_result)
core.h:227
int get_flash_bank_by_name(const char *name, struct flash_bank **bank_result);
tcl.c:28flash_command_get_bank_probe_optional()
retval = get_flash_bank_by_name(name, bank);

Call Tree

Functions calling get_flash_bank_by_name()
Functions called by get_flash_bank_by_name()
get_flash_bank_by_name()
Data read by get_flash_bank_by_name()
Data written by get_flash_bank_by_name()
get_flash_bank_by_name()::bank
get_flash_bank_by_name()::retval
all items filtered out
get_flash_bank_by_name()
get_flash_bank_by_name()::bank
get_flash_bank_by_name()::retval
all items filtered out
Type of get_flash_bank_by_name()
get_flash_bank_by_name()
all items filtered out