Microchip® Advanced Software Framework

usb_ep_desc_t Struct Reference

Standard USB endpoint descriptor structure.

#include <usb_protocol.h>

Data Fields

uint8_t bDescriptorType
 
uint8_t bEndpointAddress
 
uint8_t bInterval
 
uint8_t bLength
 
uint8_t bmAttributes
 
le16_t wMaxPacketSize
 

uint8_t usb_ep_desc_t::bDescriptorType
uint8_t usb_ep_desc_t::bEndpointAddress

Referenced by uhd_ep_alloc(), and uhi_aoa_install().

uint8_t usb_ep_desc_t::bInterval

Referenced by uhd_ep_alloc().

uint8_t usb_ep_desc_t::bLength
uint8_t usb_ep_desc_t::bmAttributes

Referenced by uhd_ep_alloc().

le16_t usb_ep_desc_t::wMaxPacketSize

Referenced by uhd_ep_alloc().