![]()  | 
![]()  | 
![]()  | 
![]()  | 
Set up a URB for an isochronous transfer
#include <sys/usbdi.h>
int usbd_setup_isochronous( struct usbd_urb *urb,
                            uint32_t flags,
                            int32_t frame,
                            void *addr,
                            uint32_t len );
You can optionally OR in either or both of the following:
libusbdi
This routine sets up a URB for an isochronous transfer.
| Safety: | |
|---|---|
| Cancellation point | No | 
| Interrupt handler | No | 
| Signal handler | No | 
| Thread | Yes | 
usbd_descriptor(), usbd_feature(), usbd_io(), usbd_setup_bulk(), usbd_setup_control(), usbd_setup_interrupt(), usbd_setup_vendor(), usbd_status()
![]()  | 
![]()  | 
![]()  | 
![]()  |