This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
Set up a URB for an interrupt transfer
#include <sys/usbdi.h> int usbd_setup_interrupt( struct usbd_urb *urb, _uint32 flags, void *addr, _uint32 len );
This routine sets up a URB for an interrupt transfer.
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | No |
Signal handler | No |
Thread | Yes |
usbd_setup_bulk(), usbd_setup_control(), usbd_setup_isochronous(), usbd_setup_vendor()