Lines Matching refs:endpoint
69 * \ref usb_manager_endpoint_descriptor::bEndpointAddress "endpoint address" scheme.
237 /** Maximum packet size for endpoint 0 */
263 * A structure representing the standard USB endpoint descriptor. This
276 /** The address of the endpoint described by this descriptor. Bits 0:3 are
277 * the endpoint number. Bits 4:6 are reserved. Bit 7 indicates direction,
281 /** Attributes which apply to the endpoint when it is configured using
289 /** Maximum packet size this endpoint is capable of sending/receiving. */
292 /** Interval for polling endpoint for data transfers. */
299 /** For audio devices only: the address if the synch endpoint */
324 * endpoint). */
341 /** Array of endpoint descriptors. This length of this array is determined
343 struct usb_manager_endpoint_descriptor *endpoint;
431 int usb_manager_clear_halt(usb_manager_device_handle *dev_handle, unsigned char endpoint);
433 int usb_manager_bulk_transfer(usb_manager_device_handle *dev_handle, unsigned char endpoint,
438 int usb_manager_interrupt_transfer(usb_manager_device_handle *dev_handle, unsigned char endpoint,