usbx
UX_CONFIGURATION_STRUCT::ux_configuration_device
is only used within usbx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
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_device
UX_CONFIGURATION_STRUCT::ux_configuration_device field
Syntax
Show:
Summary
Declaration
from
ux_api.h:1990
struct
UX_DEVICE_STRUCT
*
ux_configuration_device
;
Examples
References
from
examples
Code
Location
Referrer
*
ux_configuration_device
;
ux_api.h:1991
cdc_acm
->
ux_host_class_cdc_acm_device
=
interface
->
ux_interface_configuration
->
ux_configuration_device
;
ux_host_class_cdc_acm_activate.c:139
_ux_host_class_cdc_acm_activate()
hid
->
ux_host_class_hid_device
=
interface
->
ux_interface_configuration
->
ux_configuration_device
;
ux_host_class_hid_activate.c:108
_ux_host_class_hid_activate()
device
=
configuration
->
ux_configuration_device
;
ux_host_class_hid_configure.c:110
_ux_host_class_hid_configure()
storage
->
ux_host_class_storage_device
=
interface
->
ux_interface_configuration
->
ux_configuration_device
;
ux_host_class_storage_activate.c:107
_ux_host_class_storage_activate()
device
=
configuration
->
ux_configuration_device
;
ux_host_stack_configuration_set.c:104
_ux_host_stack_configuration_set()
device
=
configuration
->
ux_configuration_device
;
ux_host_stack_device_configuration_activate.c:105
_ux_host_stack_device_configuration_activate()
device
=
configuration
->
ux_configuration_device
;
ux_host_stack_device_configuration_select.c:111
_ux_host_stack_device_configuration_select()
device
=
configuration
->
ux_configuration_device
;
ux_host_stack_interface_set.c:91
_ux_host_stack_interface_set()
configuration
->
ux_configuration_device
=
device
;
ux_host_stack_new_configuration_create.c:85
_ux_host_stack_new_configuration_create()
endpoint
->
ux_endpoint_device
=
interface
->
ux_interface_configuration
->
ux_configuration_device
;
ux_host_stack_new_endpoint_create.c:109
_ux_host_stack_new_endpoint_create()
(
interface
->
ux_interface_configuration
->
ux_configuration_device
ux_host_stack_new_endpoint_create.c:172
_ux_host_stack_new_endpoint_create()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
UX_CONFIGURATION_STRUCT::ux_configuration_device
is written by 1 function and is read by 9 functions:
_ux_host_stack_new_configuration_create()
All items filtered out
UX_CONFIGURATION_STRUCT::ux_configuration_device
_ux_host_class_hid_activate()
_ux_host_class_hid_configure()
_ux_host_class_storage_activate()
_ux_host_stack_configuration_set()
_ux_host_stack_device_configuration_activate()
_ux_host_stack_device_configuration_select()
_ux_host_stack_interface_set()
_ux_host_stack_new_endpoint_create()
_ux_host_class_cdc_acm_activate()
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