USB_ENDPOINT_IS_BULK

Section: Kernel Mode Gadget API (9)
Updated: February 2011
Index Return to Main Contents
 

NAME

usb_endpoint_is_bulk_in - check if the endpoint is bulk IN  

SYNOPSIS

int usb_endpoint_is_bulk_in(const struct usb_endpoint_descriptor * epd);
 

ARGUMENTS

epd

endpoint to be checked
 

DESCRIPTION

Returns true if the endpoint has bulk transfer type and IN direction, otherwise it returns false.  

AUTHOR

David Brownell <dbrownell@users.sourceforge.net>

Author.
 

COPYRIGHT