|
OpenOCD
|

Go to the source code of this file.
Functions | |
| static bool | jtag_usb_match (struct usb_device *dev, const uint16_t vids[], const uint16_t pids[]) |
| int | jtag_usb_open (const uint16_t vids[], const uint16_t pids[], struct usb_dev_handle **out) |
|
static |
Definition at line 25 of file usb_common.c.
Referenced by jtag_usb_open().
| int jtag_usb_open | ( | const uint16_t | vids[], |
| const uint16_t | pids[], | ||
| struct usb_dev_handle ** | out | ||
| ) |
Definition at line 36 of file usb_common.c.
References busses, ERROR_FAIL, ERROR_OK, jtag_usb_match(), LOG_ERROR, and NULL.
Referenced by armjtagew_usb_open(), rlink_init(), and usbprog_jtag_open().