OpenOCD
|
Go to the source code of this file.
Functions | |
const struct flash_driver * | flash_driver_find_by_name (const char *name) |
Find a NOR flash driver by its name. More... | |
Variables | |
static const struct flash_driver *const | flash_drivers [] |
The list of built-in flash drivers. More... | |
const struct flash_driver* flash_driver_find_by_name | ( | const char * | name | ) |
Find a NOR flash driver by its name.
name | The name of the requested driver. |
name
, or NULL if not found. Definition at line 92 of file drivers.c.
References flash_drivers, name, and NULL.
Referenced by COMMAND_HANDLER().
|
static |
The list of built-in flash drivers.
Definition at line 16 of file drivers.c.
Referenced by flash_driver_find_by_name().