libusb_set_iso_packet_lengths() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDlibusb_set_iso_packet_lengths()

libusb_set_iso_packet_lengths() function

Convenience function to set the length of all packets in an isochronous transfer, based on the num_iso_packets field in the transfer structure.

Syntax

static inline void libusb_set_iso_packet_lengths(     struct libusb_transfer *transfer,     unsigned int length);

Arguments

transfer

a transfer

length

the length to set in each isochronous packet descriptor \see libusb_get_max_packet_size()

References

LocationText
libusb.h:1950
static inline void libusb_set_iso_packet_lengths(

Data Use

Data read by libusb_set_iso_packet_lengths()
Data written by libusb_set_iso_packet_lengths()
libusb_set_iso_packet_lengths()
libusb_set_iso_packet_lengths()::i
all items filtered out