flash_drivers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

flash_drivers variable

The list of built-in flash drivers. @todo Make this dynamically extendable with loadable modules.

References

LocationReferrerText
drivers.c:22
static const struct flash_driver * const flash_drivers[] = {
drivers.c:109flash_driver_find_by_name()
for (unsigned i = 0; flash_drivers[i]; i++) {
drivers.c:110flash_driver_find_by_name()
if (strcmp(name, flash_drivers[i]->name) == 0)
drivers.c:111flash_driver_find_by_name()
return flash_drivers[i];

Data Use

Functions reading flash_drivers
flash_drivers
all items filtered out
Type of flash_drivers
flash_drivers
all items filtered out