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

pids variable

Syntax

static const struct { uint16_t pid; enum jaylink_usb_address usb_address; } pids[] = { {0x0101, JAYLINK_USB_ADDRESS_0}, {0x0102, JAYLINK_USB_ADDRESS_1}, {0x0103, JAYLINK_USB_ADDRESS_2}, {0x0104, JAYLINK_USB_ADDRESS_3}, {0x0105, JAYLINK_USB_ADDRESS_0}, {0x0107, JAYLINK_USB_ADDRESS_0}, {0x0108, JAYLINK_USB_ADDRESS_0}, {0x1010, JAYLINK_USB_ADDRESS_0}, {0x1011, JAYLINK_USB_ADDRESS_0}, {0x1012, JAYLINK_USB_ADDRESS_0}, {0x1013, JAYLINK_USB_ADDRESS_0}, {0x1014, JAYLINK_USB_ADDRESS_0}, {0x1015, JAYLINK_USB_ADDRESS_0}, {0x1016, JAYLINK_USB_ADDRESS_0}, {0x1017, JAYLINK_USB_ADDRESS_0}, {0x1018, JAYLINK_USB_ADDRESS_0}, {0x1020, JAYLINK_USB_ADDRESS_0}, {0x1051, JAYLINK_USB_ADDRESS_0}, {0x1055, JAYLINK_USB_ADDRESS_0}, {0x1061, JAYLINK_USB_ADDRESS_0} };

References

LocationReferrerText
discovery_usb.c:49
} pids[] = {
discovery_usb.c:160probe_device()
for (size_t i = 0; i < sizeof(pids) / sizeof(pids[0]); i++) {
discovery_usb.c:161probe_device()
if (pids[i].pid == desc.idProduct) {
discovery_usb.c:162probe_device()
usb_address = pids[i].usb_address;

Data Use

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