flash_driver_find_by_name() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDflash_driver_find_by_name()

flash_driver_find_by_name() function

Find a NOR flash driver by its name.

Syntax

const struct flash_driver *flash_driver_find_by_name(const char *name);
Implemented in drivers.c:107

Arguments

name

The name of the requested driver.

Return value

The flash_driver called @c name, or NULL if not found.

References

LocationReferrerText
drivers.c:107
const struct flash_driver *flash_driver_find_by_name(const char *name)
driver.h:238
const struct flash_driver *flash_driver_find_by_name(const char *name);
tcl.c:1261handle_flash_bank_command()
const struct flash_driver *driver = flash_driver_find_by_name(driver_name);

Call Tree

Functions calling flash_driver_find_by_name()
Functions called by flash_driver_find_by_name()
all items filtered out
flash_driver_find_by_name()
strcmp()
all items filtered out
Data read by flash_driver_find_by_name()
Data written by flash_driver_find_by_name()
flash_driver_find_by_name()::i
all items filtered out
flash_driver_find_by_name()
flash_driver_find_by_name()::i
all items filtered out
Type of flash_driver_find_by_name()
flash_driver_find_by_name()
all items filtered out