usbx
UX_ENDPOINT_STRUCT::ux_endpoint_next_endpoint
is only used within usbx.
Symbol previews are coming soon...
Symbols
loading (2/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_ENDPOINT_STRUCT::ux_endpoint_next_endpoint
UX_ENDPOINT_STRUCT::ux_endpoint_next_endpoint field
Syntax
Show:
Summary
Declaration
from
ux_api.h:1740
struct
UX_ENDPOINT_STRUCT
*
ux_endpoint_next_endpoint
;
Examples
References
from
examples
Code
Location
Referrer
*
ux_endpoint_next_endpoint
;
ux_api.h:1741
endpoint
=
endpoint
->
ux_endpoint_next_endpoint
;
ux_host_class_hid_interrupt_endpoint_search.c:152
_ux_host_class_hid_interrupt_endpoint_search()
endpoint
=
endpoint
->
ux_endpoint_next_endpoint
;
ux_host_stack_device_resources_free.c:178
_ux_host_stack_device_resources_free()
current_endpoint
=
current_endpoint
->
ux_endpoint_next_endpoint
;
ux_host_stack_interface_endpoint_get.c:119
_ux_host_stack_interface_endpoint_get()
endpoint
=
endpoint
->
ux_endpoint_next_endpoint
;
ux_host_stack_interface_instance_create.c:98
_ux_host_stack_interface_instance_create()
endpoint
=
endpoint
->
ux_endpoint_next_endpoint
;
ux_host_stack_interface_instance_delete.c:95
_ux_host_stack_interface_instance_delete()
control_endpoint
->
ux_endpoint_next_endpoint
=
UX_NULL
;
ux_host_stack_new_device_create.c:191
_ux_host_stack_new_device_create()
while
(
list_endpoint
->
ux_endpoint_next_endpoint
!=
UX_NULL
)
ux_host_stack_new_endpoint_create.c:210
_ux_host_stack_new_endpoint_create()
list_endpoint
=
list_endpoint
->
ux_endpoint_next_endpoint
;
ux_host_stack_new_endpoint_create.c:211
_ux_host_stack_new_endpoint_create()
list_endpoint
->
ux_endpoint_next_endpoint
=
endpoint
;
ux_host_stack_new_endpoint_create.c:214
_ux_host_stack_new_endpoint_create()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
UX_ENDPOINT_STRUCT::ux_endpoint_next_endpoint
is written by 2 functions and is read by 6 functions:
_ux_host_stack_new_device_create()
_ux_host_stack_new_endpoint_create()
All items filtered out
UX_ENDPOINT_STRUCT::ux_endpoint_next_endpoint
_ux_host_class_hid_interrupt_endpoint_search()
_ux_host_stack_device_resources_free()
_ux_host_stack_interface_endpoint_get()
_ux_host_stack_interface_instance_create()
_ux_host_stack_interface_instance_delete()
_ux_host_stack_new_endpoint_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