usbx
UX_DEVICE_STRUCT::ux_device_current_configuration
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_STRUCT::ux_device_current_configuration
UX_DEVICE_STRUCT::ux_device_current_configuration field
Syntax
Show:
Summary
Declaration
from
ux_api.h:1858
struct
UX_CONFIGURATION_STRUCT
*
ux_device_current_configuration
;
Examples
References
from
examples
Code
Location
Referrer
*
ux_device_current_configuration
;
ux_api.h:1859
device
->
ux_device_current_configuration
=
configuration
;
ux_host_stack_configuration_set.c:181
_ux_host_stack_configuration_set()
status
=
(
device
->
ux_device_current_configuration
==
configuration
)
?
ux_host_stack_device_configuration_activate.c:148
_ux_host_stack_device_configuration_activate()
configuration
=
device
->
ux_device_current_configuration
;
ux_host_stack_device_configuration_deactivate.c:105
_ux_host_stack_device_configuration_deactivate()
configuration
=
device
->
ux_device_current_configuration
;
ux_host_stack_device_configuration_deactivate.c:156
_ux_host_stack_device_configuration_deactivate()
current_configuration
=
device
->
ux_device_current_configuration
;
ux_host_stack_device_configuration_reset.c:103
_ux_host_stack_device_configuration_reset()
device
->
ux_device_current_configuration
=
UX_NULL
;
ux_host_stack_device_configuration_reset.c:110
_ux_host_stack_device_configuration_reset()
current_configuration
=
device
->
ux_device_current_configuration
;
ux_host_stack_device_configuration_select.c:138
_ux_host_stack_device_configuration_select()
configuration
=
device
->
ux_device_current_configuration
;
ux_host_stack_device_remove.c:172
_ux_host_stack_device_remove()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
UX_DEVICE_STRUCT::ux_device_current_configuration
is written by 2 functions and is read by 5 functions:
_ux_host_stack_configuration_set()
_ux_host_stack_device_configuration_reset()
All items filtered out
UX_DEVICE_STRUCT::ux_device_current_configuration
_ux_host_stack_device_configuration_activate()
_ux_host_stack_device_configuration_deactivate()
_ux_host_stack_device_configuration_reset()
_ux_host_stack_device_configuration_select()
_ux_host_stack_device_remove()
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