Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers
Loading...
Searching...
No Matches
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 )
 
u8_t bDescriptorType
 USB_DT_ENDPOINT.
 
u8_t bEndpointAddress
 Endpoint address.
 
u8_t bmAttributes
 Transfer Type.
 
u8_t wMaxPacketSize [2]
 Endpoint max transfer Size.
 
u8_t bInterval
 Polling Interval.
 

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: