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

target_devices variable

Syntax

static const struct fespi_target target_devices[] = { { "Freedom E310-G000 SPI Flash", 0x10e31913, 0x10014000 }, { "Freedom E310-G002 SPI Flash", 0x20000913, 0x10014000 }, { NULL, 0, 0 } };

References

LocationReferrerText
fespi.c:126
static const struct fespi_target target_devices[] = {
fespi.c:738fespi_probe()
for (target_device = target_devices ; target_device->name ; ++target_device)

Data Use

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