usbx
UX_DEVICE_DESCRIPTOR
is only used within usbx.
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
usbx
UX_DEVICE_DESCRIPTOR
UX_DEVICE_DESCRIPTOR struct
Syntax
Show:
Summary
Declaration
from
ux_api.h:1753
typedef
struct
UX_DEVICE_DESCRIPTOR_STRUCT
{
ULONG
bLength
;
ULONG
bDescriptorType
;
ULONG
bcdUSB
;
ULONG
bDeviceClass
;
ULONG
bDeviceSubClass
;
ULONG
bDeviceProtocol
;
ULONG
bMaxPacketSize0
;
ULONG
idVendor
;
ULONG
idProduct
;
ULONG
bcdDevice
;
ULONG
iManufacturer
;
ULONG
iProduct
;
ULONG
iSerialNumber
;
ULONG
bNumConfigurations
;
}
UX_DEVICE_DESCRIPTOR
;
Fields
Field
Declared as
UX_DEVICE_DESCRIPTOR_STRUCT::iSerialNumber
ULONG
UX_DEVICE_DESCRIPTOR_STRUCT::bNumConfigurations
ULONG
UX_DEVICE_DESCRIPTOR_STRUCT::bLength
ULONG
UX_DEVICE_DESCRIPTOR_STRUCT::bDescriptorType
ULONG
UX_DEVICE_DESCRIPTOR_STRUCT::bcdUSB
ULONG
UX_DEVICE_DESCRIPTOR_STRUCT::bDeviceClass
ULONG
UX_DEVICE_DESCRIPTOR_STRUCT::bDeviceSubClass
ULONG
UX_DEVICE_DESCRIPTOR_STRUCT::bDeviceProtocol
ULONG
UX_DEVICE_DESCRIPTOR_STRUCT::bMaxPacketSize0
ULONG
UX_DEVICE_DESCRIPTOR_STRUCT::idVendor
ULONG
UX_DEVICE_DESCRIPTOR_STRUCT::idProduct
ULONG
UX_DEVICE_DESCRIPTOR_STRUCT::bcdDevice
ULONG
UX_DEVICE_DESCRIPTOR_STRUCT::iManufacturer
ULONG
UX_DEVICE_DESCRIPTOR_STRUCT::iProduct
ULONG
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
UX_DEVICE_DESCRIPTOR_STRUCT
ux_api.h:1753
}
UX_DEVICE_DESCRIPTOR
;
ux_api.h:1770
UX_DEVICE_DESCRIPTOR
struct
UX_DEVICE_DESCRIPTOR_STRUCT
ux_api.h:1868
UX_DEVICE_STRUCT
UX_DEVICE_STRUCT::ux_device_descriptor
struct
UX_DEVICE_DESCRIPTOR_STRUCT
ux_api.h:2236
UX_SLAVE_DEVICE_STRUCT
UX_SLAVE_DEVICE_STRUCT::ux_slave_device_descriptor
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
Instance
Scope
Location
Project
UX_DEVICE_STRUCT::ux_device_descriptor
UX_DEVICE_STRUCT
ux_api.h:1868
UX_SLAVE_DEVICE_STRUCT::ux_slave_device_descriptor
UX_SLAVE_DEVICE_STRUCT
ux_api.h:2236
Lifecycle
from
examples
All items filtered out
All items filtered out