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

pld_devices variable

Syntax

static struct pld_device *pld_devices;

References

LocationReferrerText
pld.c:29
static struct pld_device *pld_devices;
pld.c:36get_pld_device_by_num()
for (p = pld_devices; p; p = p->next) {
pld.c:48get_pld_device_by_name()
for (struct pld_device *p = pld_devices; p; p = p->next) {
pld.c:219handle_pld_create_command()
if (pld_devices) {
pld.c:221handle_pld_create_command()
struct pld_device *p = pld_devices;
pld.c:227handle_pld_create_command()
pld_devices = pld_device;
pld.c:238handle_pld_devices_command()
if (!pld_devices) {
pld.c:243handle_pld_devices_command()
for (p = pld_devices; p; p = p->next)
pld.c:319pld_init()
if (!pld_devices)

Data Use

Functions writing pld_devices
Functions reading pld_devices
all items filtered out
pld_devices
Type of pld_devices
pld_devices
all items filtered out