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

libusb_log_cb

Callback function for handling log messages. Since version 1.0.23, LIBUSB_API_VERSION >= 0x01000107 \see libusb_set_log_cb()

Syntax

typedef void (LIBUSB_CALL *libusb_log_cb;

References

LocationText
libusb.h:1559
typedef void (LIBUSB_CALL *libusb_log_cb)(libusb_context *ctx,
libusb.h:1572
libusb_log_cb log_cbval;
libusb.h:1581
void LIBUSB_CALL libusb_set_log_cb(libusb_context *ctx, libusb_log_cb cb, int mode);
libusbi.h:831
libusb_log_cb log_cbval;