USBD_EpDescTypedef is only used within Ux_Device_HID.
 
Symbols
loading...
Files
loading...

USBD_EpDescTypedef struct

Syntax

typedef struct {   uint8_t           bLength;   uint8_t           bDescriptorType;   uint8_t           bEndpointAddress;   uint8_t           bmAttributes;   uint16_t          wMaxPacketSize;   uint8_t           bInterval; } __PACKED USBD_EpDescTypedef;

Fields

bLength

No summary provided. Read more...

bDescriptorType

No summary provided. Read more...

bEndpointAddress

No summary provided. Read more...

bmAttributes

No summary provided. Read more...

wMaxPacketSize

No summary provided. Read more...

bInterval

No summary provided. Read more...