usbx
UX_CONFIGURATION_STRUCT::ux_configuration_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_CONFIGURATION_STRUCT::ux_configuration_descriptor
UX_CONFIGURATION_STRUCT::ux_configuration_descriptor field
Syntax
Show:
Summary
Declaration
from
ux_api.h:1984
struct
UX_CONFIGURATION_DESCRIPTOR_STRUCT
ux_configuration_descriptor
;
Examples
References
from
examples
Code
Location
Referrer
ux_configuration_descriptor
;
ux_api.h:1985
UX_CONFIGURATION_DESCRIPTOR_ENTRIES
,
(
UCHAR
*
)
&
configuration
.
ux_configuration_descriptor
)
;
ux_host_class_cdc_acm_capabilities_get.c:122
_ux_host_class_cdc_acm_capabilities_get()
total_descriptor_length
=
configuration
.
ux_configuration_descriptor
.
wTotalLength
;
ux_host_class_cdc_acm_capabilities_get.c:126
_ux_host_class_cdc_acm_capabilities_get()
total_configuration_length
=
configuration
->
ux_configuration_descriptor
.
wTotalLength
;
ux_host_stack_configuration_descriptor_parse.c:96
_ux_host_stack_configuration_descriptor_parse()
UX_CONFIGURATION_DESCRIPTOR_ENTRIES
,
(
UCHAR
*
)
&
configuration
->
ux_configuration_descriptor
)
;
ux_host_stack_configuration_enumerate.c:146
_ux_host_stack_configuration_enumerate()
transfer_request
->
ux_transfer_request_value
=
(
USHORT
)
configuration
->
ux_configuration_descriptor
.
bConfigurationValue
;
ux_host_stack_configuration_set.c:154
_ux_host_stack_configuration_set()
ux_configuration_descriptor
.
bmAttributes
&
ux_host_stack_configuration_set.c:185
_ux_host_stack_configuration_set()
if
(
(
(
configuration
->
ux_configuration_descriptor
.
bmAttributes
&
UX_CONFIGURATION_DEVICE_SELF_POWERED
)
==
0
)
&&
ux_host_stack_device_configuration_select.c:119
_ux_host_stack_device_configuration_select()
(
configuration
->
ux_configuration_descriptor
.
MaxPower
>
UX_DEVICE_MAX_POWER_GET
(
device
)
)
)
ux_host_stack_device_configuration_select.c:120
_ux_host_stack_device_configuration_select()
total_configuration_length
=
configuration
->
ux_configuration_descriptor
.
wTotalLength
;
ux_host_stack_interfaces_scan.c:88
_ux_host_stack_interfaces_scan()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
UX_CONFIGURATION_STRUCT::ux_configuration_descriptor
is read by 5 functions:
All items filtered out
UX_CONFIGURATION_STRUCT::ux_configuration_descriptor
_ux_host_stack_configuration_descriptor_parse()
_ux_host_stack_configuration_set()
_ux_host_stack_device_configuration_select()
_ux_host_stack_interfaces_scan()
_ux_host_class_cdc_acm_capabilities_get()
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