usbx
UX_CONFIGURATION_DESCRIPTOR_STRUCT::wTotalLength
is only used within usbx.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
usbx
UX_CONFIGURATION_DESCRIPTOR_STRUCT::wTotalLength
UX_CONFIGURATION_DESCRIPTOR_STRUCT::wTotalLength field
Syntax
Show:
Summary
Declaration
from
ux_api.h:1964
ULONG
wTotalLength
;
Examples
References
from
examples
Code
Location
Referrer
ULONG
wTotalLength
;
ux_api.h:1964
device_framework_length
=
configuration_descriptor
.
wTotalLength
;
ux_device_stack_alternate_setting_set.c:200
_ux_device_stack_alternate_setting_set()
device_framework_length
=
configuration_descriptor
.
wTotalLength
;
ux_device_stack_configuration_set.c:237
_ux_device_stack_configuration_set()
target_descriptor_length
=
configuration_descriptor
.
wTotalLength
;
ux_device_stack_descriptor_send.c:284
_ux_device_stack_descriptor_send()
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_descriptor
.
wTotalLength
;
ux_host_class_hid_descriptor_parse.c:132
_ux_host_class_hid_descriptor_parse()
if
(
(
status
==
UX_SUCCESS
)
&&
(
transfer_request
->
ux_transfer_request_actual_length
==
configuration_descriptor
.
wTotalLength
)
)
ux_host_class_hid_descriptor_parse.c:150
_ux_host_class_hid_descriptor_parse()
total_configuration_length
=
configuration
->
ux_configuration_descriptor
.
wTotalLength
;
ux_host_stack_configuration_descriptor_parse.c:96
_ux_host_stack_configuration_descriptor_parse()
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_DESCRIPTOR_STRUCT::wTotalLength
is read by 7 functions:
All items filtered out
UX_CONFIGURATION_DESCRIPTOR_STRUCT::wTotalLength
_ux_device_stack_alternate_setting_set()
_ux_device_stack_configuration_set()
_ux_device_stack_descriptor_send()
_ux_host_class_hid_descriptor_parse()
_ux_host_stack_configuration_descriptor_parse()
_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