usbx
UX_CONFIGURATION_STRUCT::ux_configuration_first_interface
is only used within usbx.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (5/5)...
usbx
HAL
threadx
netxduo
filex
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_first_interface
UX_CONFIGURATION_STRUCT::ux_configuration_first_interface field
Syntax
Show:
Summary
Declaration
from
ux_api.h:1986
struct
UX_INTERFACE_STRUCT
*
ux_configuration_first_interface
;
Examples
References
from
examples
Code
Location
Referrer
*
ux_configuration_first_interface
;
ux_api.h:1987
interface
=
configuration
->
ux_configuration_first_interface
;
ux_host_stack_configuration_instance_create.c:83
_ux_host_stack_configuration_instance_create()
interface
=
configuration
->
ux_configuration_first_interface
;
ux_host_stack_configuration_instance_delete.c:83
_ux_host_stack_configuration_instance_delete()
current_interface
=
configuration
->
ux_configuration_first_interface
;
ux_host_stack_configuration_interface_get.c:99
_ux_host_stack_configuration_interface_get()
interface
=
configuration
->
ux_configuration_first_interface
;
ux_host_stack_configuration_interface_scan.c:92
_ux_host_stack_configuration_interface_scan()
interface
=
configuration
->
ux_configuration_first_interface
;
ux_host_stack_configuration_interface_scan.c:154
_ux_host_stack_configuration_interface_scan()
interface
=
configuration
->
ux_configuration_first_interface
;
ux_host_stack_device_configuration_deactivate.c:161
_ux_host_stack_device_configuration_deactivate()
interface
=
configuration
->
ux_configuration_first_interface
;
ux_host_stack_device_remove.c:179
_ux_host_stack_device_remove()
interface
=
configuration
->
ux_configuration_first_interface
;
ux_host_stack_device_resources_free.c:148
_ux_host_stack_device_resources_free()
current_interface
=
configuration
->
ux_configuration_first_interface
;
ux_host_stack_interface_setting_select.c:103
_ux_host_stack_interface_setting_select()
if
(
configuration
->
ux_configuration_first_interface
==
UX_NULL
)
ux_host_stack_new_interface_create.c:127
_ux_host_stack_new_interface_create()
configuration
->
ux_configuration_first_interface
=
interface
;
ux_host_stack_new_interface_create.c:129
_ux_host_stack_new_interface_create()
list_interface
=
configuration
->
ux_configuration_first_interface
;
ux_host_stack_new_interface_create.c:134
_ux_host_stack_new_interface_create()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
UX_CONFIGURATION_STRUCT::ux_configuration_first_interface
is written by 1 function and is read by 9 functions:
_ux_host_stack_new_interface_create()
All items filtered out
UX_CONFIGURATION_STRUCT::ux_configuration_first_interface
_ux_host_stack_configuration_instance_create()
_ux_host_stack_configuration_instance_delete()
_ux_host_stack_configuration_interface_get()
_ux_host_stack_configuration_interface_scan()
_ux_host_stack_device_configuration_deactivate()
_ux_host_stack_device_remove()
_ux_host_stack_device_resources_free()
_ux_host_stack_interface_setting_select()
_ux_host_stack_new_interface_create()
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