usbx
UX_INTERFACE_STRUCT::ux_interface_next_interface
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_INTERFACE_STRUCT::ux_interface_next_interface
UX_INTERFACE_STRUCT::ux_interface_next_interface field
Syntax
Show:
Summary
Declaration
from
ux_api.h:2033
struct
UX_INTERFACE_STRUCT
*
ux_interface_next_interface
;
Examples
References
from
examples
Code
Location
Referrer
*
ux_interface_next_interface
;
ux_api.h:2034
interface
=
interface
->
ux_interface_next_interface
;
ux_host_stack_configuration_instance_create.c:104
_ux_host_stack_configuration_instance_create()
interface
=
interface
->
ux_interface_next_interface
;
ux_host_stack_configuration_instance_delete.c:104
_ux_host_stack_configuration_instance_delete()
current_interface
=
current_interface
->
ux_interface_next_interface
;
ux_host_stack_configuration_interface_get.c:141
_ux_host_stack_configuration_interface_get()
current_interface
=
current_interface
->
ux_interface_next_interface
;
ux_host_stack_configuration_interface_get.c:169
_ux_host_stack_configuration_interface_get()
interface
=
interface
->
ux_interface_next_interface
;
ux_host_stack_configuration_interface_scan.c:127
_ux_host_stack_configuration_interface_scan()
interface
=
interface
->
ux_interface_next_interface
;
ux_host_stack_configuration_interface_scan.c:181
_ux_host_stack_configuration_interface_scan()
interface
=
interface
->
ux_interface_next_interface
;
ux_host_stack_device_configuration_deactivate.c:179
_ux_host_stack_device_configuration_deactivate()
interface
=
interface
->
ux_interface_next_interface
;
ux_host_stack_device_remove.c:197
_ux_host_stack_device_remove()
interface
=
interface
->
ux_interface_next_interface
;
ux_host_stack_device_resources_free.c:189
_ux_host_stack_device_resources_free()
current_interface
=
current_interface
->
ux_interface_next_interface
;
ux_host_stack_interface_setting_select.c:156
_ux_host_stack_interface_setting_select()
while
(
list_interface
->
ux_interface_next_interface
!=
UX_NULL
)
ux_host_stack_new_interface_create.c:137
_ux_host_stack_new_interface_create()
list_interface
=
list_interface
->
ux_interface_next_interface
;
ux_host_stack_new_interface_create.c:140
_ux_host_stack_new_interface_create()
list_interface
->
ux_interface_next_interface
=
interface
;
ux_host_stack_new_interface_create.c:144
_ux_host_stack_new_interface_create()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
UX_INTERFACE_STRUCT::ux_interface_next_interface
is written by 1 function and is read by 9 functions:
_ux_host_stack_new_interface_create()
All items filtered out
UX_INTERFACE_STRUCT::ux_interface_next_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