Data Fields
usbEndpointDesc Struct Reference

Structure defining USB Endpoint Descriptor. More...

#include <usb_spec_defines.h>

Data Fields

uint8_t bLength
 
uint8_t bDescriptorType
 
uint8_t bEndpointAddress
 
uint8_t bmAttributes
 
uint16_t wMaxPacketSize
 
uint8_t bInterval
 

Detailed Description

Structure defining USB Endpoint Descriptor.

Field Documentation

uint8_t usbEndpointDesc::bDescriptorType

ENDPOINT Descriptor Type .

uint8_t usbEndpointDesc::bEndpointAddress

IN or OUT endpoint address.

uint8_t usbEndpointDesc::bInterval

polling interval value in farmes.

uint8_t usbEndpointDesc::bLength

Descriptor Length.

uint8_t usbEndpointDesc::bmAttributes

Endpoint type.

uint16_t usbEndpointDesc::wMaxPacketSize

Maximum packet size for this endpoint.


The documentation for this struct was generated from the following file:

Copyright 2016, Texas Instruments Incorporated