Microchip® Advanced Software Framework

S_usb_endpoint_audio_descriptor Struct Reference

Usb Audio Endpoint Descriptor.

#include <usb_descriptors.h>

Data Fields

uint8_t bDescriptorType
 ENDPOINT descriptor type. More...
 
uint8_t bEndpointAddress
 Address of the endpoint. More...
 
uint8_t bInterval
 Interval for polling EP in ms. More...
 
uint8_t bLength
 Size of this descriptor in bytes. More...
 
uint8_t bmAttributes
 Endpoint's attributes. More...
 
uint8_t bRefresh
 
uint8_t bSynAddress
 
uint16_t wMaxPacketSize
 Maximum packet size for this EP. More...
 

uint8_t S_usb_endpoint_audio_descriptor::bDescriptorType

ENDPOINT descriptor type.

uint8_t S_usb_endpoint_audio_descriptor::bEndpointAddress

Address of the endpoint.

uint8_t S_usb_endpoint_audio_descriptor::bInterval

Interval for polling EP in ms.

uint8_t S_usb_endpoint_audio_descriptor::bLength

Size of this descriptor in bytes.

uint8_t S_usb_endpoint_audio_descriptor::bmAttributes

Endpoint's attributes.

uint8_t S_usb_endpoint_audio_descriptor::bRefresh
uint8_t S_usb_endpoint_audio_descriptor::bSynAddress
uint16_t S_usb_endpoint_audio_descriptor::wMaxPacketSize

Maximum packet size for this EP.