Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers
UsbEndpointDescriptor Struct Reference

Endpoint descriptor. More...

#include <baremetal/cascoda-bm-driver/include/cascoda-bm/cascoda_usb.h>

Public Attributes

u8_t bLength
 Length in bytes ( of this ) More...
 
u8_t bDescriptorType
 USB_DT_ENDPOINT. More...
 
u8_t bEndpointAddress
 Endpoint address. More...
 
u8_t bmAttributes
 Transfer Type. More...
 
u8_t wMaxPacketSize [2]
 Endpoint max transfer Size. More...
 
u8_t bInterval
 Polling Interval. More...
 

Detailed Description

Endpoint descriptor.

Member Data Documentation

◆ bDescriptorType

u8_t UsbEndpointDescriptor::bDescriptorType

USB_DT_ENDPOINT.

◆ bEndpointAddress

u8_t UsbEndpointDescriptor::bEndpointAddress

Endpoint address.

◆ bInterval

u8_t UsbEndpointDescriptor::bInterval

Polling Interval.

◆ bLength

u8_t UsbEndpointDescriptor::bLength

Length in bytes ( of this )

◆ bmAttributes

u8_t UsbEndpointDescriptor::bmAttributes

Transfer Type.

◆ wMaxPacketSize

u8_t UsbEndpointDescriptor::wMaxPacketSize[2]

Endpoint max transfer Size.


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