STM32_USB_Host_Library
_InterfaceDescriptor
is only used within STM32_USB_Host_Library.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
STM32_USB_Host_Library
_InterfaceDescriptor
_InterfaceDescriptor struct
Syntax
Show:
Summary
Declaration
from
usbh_def.h:280
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
Field
Declared as
_InterfaceDescriptor::bLength
uint8_t
_InterfaceDescriptor::bDescriptorType
uint8_t
_InterfaceDescriptor::bInterfaceNumber
uint8_t
_InterfaceDescriptor::bAlternateSetting
uint8_t
_InterfaceDescriptor::bNumEndpoints
uint8_t
_InterfaceDescriptor::bInterfaceClass
uint8_t
_InterfaceDescriptor::bInterfaceSubClass
uint8_t
_InterfaceDescriptor::bInterfaceProtocol
uint8_t
_InterfaceDescriptor::iInterface
uint8_t
_InterfaceDescriptor::Ep_Desc
USBH_EpDescTypeDef
[
USBH_MAX_NUM_ENDPOINTS
]
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out