libusb_hotplug_callback_handle is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDlibusb_hotplug_callback_handle

libusb_hotplug_callback_handle

Callback handle. Callbacks handles are generated by libusb_hotplug_register_callback() and can be used to deregister callbacks. Callback handles are unique per libusb_context and it is safe to call libusb_hotplug_deregister_callback() on an already deregistered callback. Since version 1.0.16, LIBUSB_API_VERSION >= 0x01000102 For more information, see libusb_hotplug.

Syntax

typedef int libusb_hotplug_callback_handle;

References

LocationReferrerScopeText
libusb.h:2175
typedef int libusb_hotplug_callback_handle;
libusb.h:2274libusb_hotplug_register_callback()::callback_handlelibusb_hotplug_register_callback()
libusb_hotplug_callback_handle *callback_handle);
libusb.h:2288libusb_hotplug_deregister_callback()::callback_handlelibusb_hotplug_deregister_callback()
libusb_hotplug_callback_handle callback_handle);
libusb.h:2299libusb_hotplug_get_user_data()::callback_handlelibusb_hotplug_get_user_data()
libusb_hotplug_callback_handle callback_handle);
libusbi.h:370libusb_context::next_hotplug_cb_handlelibusb_context
libusb_hotplug_callback_handle next_hotplug_cb_handle;
libusbi.h:769usbi_hotplug_callback::handleusbi_hotplug_callback
libusb_hotplug_callback_handle handle;

Type Use

Variables of libusb_hotplug_callback_handle type
libusb_hotplug_register_callback()::callback_handle
libusb_hotplug_deregister_callback()::callback_handle
libusb_hotplug_get_user_data()::callback_handle
all items filtered out
libusb_hotplug_callback_handle