_InterfaceDescriptor is only used within STM32_USB_Host_Library.
 
Symbols
loading...
Files
loading...

_InterfaceDescriptor struct

Syntax

typedef struct _InterfaceDescriptor {   uint8_t bLength;   uint8_t bDescriptorType;   uint8_t bInterfaceNumber;   uint8_t bAlternateSetting;       uint8_t bNumEndpoints;           uint8_t bInterfaceClass;         uint8_t bInterfaceSubClass;      uint8_t bInterfaceProtocol;      uint8_t iInterface;              USBH_EpDescTypeDef               Ep_Desc[USBH_MAX_NUM_ENDPOINTS]; } USBH_InterfaceDescTypeDef;

Fields

bLength

No summary provided. Read more...

bDescriptorType

No summary provided. Read more...

bInterfaceNumber

No summary provided. Read more...

bAlternateSetting

No summary provided. Read more...

bNumEndpoints

No summary provided. Read more...

bInterfaceClass

No summary provided. Read more...

bInterfaceSubClass

No summary provided. Read more...

bInterfaceProtocol

No summary provided. Read more...

iInterface

No summary provided. Read more...

Ep_Desc

No summary provided. Read more...

Type Use

Variables of _InterfaceDescriptor type
USBH_FindInterface()::pif
USBH_FindInterfaceIndex()::pif
USBH_ParseCfgDesc()::pif
all items filtered out
_InterfaceDescriptor
all items filtered out
_InterfaceDescriptor
all items filtered out