usbx
UX_INTERFACE_STRUCT::ux_interface_first_endpoint
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_INTERFACE_STRUCT::ux_interface_first_endpoint
UX_INTERFACE_STRUCT::ux_interface_first_endpoint field
Syntax
Show:
Summary
Declaration
from
ux_api.h:2031
struct
UX_ENDPOINT_STRUCT
*
ux_interface_first_endpoint
;
Examples
References
from
examples
Code
Location
Referrer
*
ux_interface_first_endpoint
;
ux_api.h:2032
endpoint
=
interface
->
ux_interface_first_endpoint
;
ux_host_class_hid_interrupt_endpoint_search.c:91
_ux_host_class_hid_interrupt_endpoint_search()
endpoint
=
interface
->
ux_interface_first_endpoint
;
ux_host_stack_device_resources_free.c:160
_ux_host_stack_device_resources_free()
current_endpoint
=
interface
->
ux_interface_first_endpoint
;
ux_host_stack_interface_endpoint_get.c:98
_ux_host_stack_interface_endpoint_get()
endpoint
=
interface
->
ux_interface_first_endpoint
;
ux_host_stack_interface_instance_create.c:82
_ux_host_stack_interface_instance_create()
endpoint
=
interface
->
ux_interface_first_endpoint
;
ux_host_stack_interface_instance_delete.c:85
_ux_host_stack_interface_instance_delete()
if
(
interface
->
ux_interface_first_endpoint
==
UX_NULL
)
ux_host_stack_new_endpoint_create.c:199
_ux_host_stack_new_endpoint_create()
interface
->
ux_interface_first_endpoint
=
endpoint
;
ux_host_stack_new_endpoint_create.c:202
_ux_host_stack_new_endpoint_create()
list_endpoint
=
interface
->
ux_interface_first_endpoint
;
ux_host_stack_new_endpoint_create.c:207
_ux_host_stack_new_endpoint_create()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
UX_INTERFACE_STRUCT::ux_interface_first_endpoint
is written by 1 function and is read by 6 functions:
_ux_host_stack_new_endpoint_create()
All items filtered out
UX_INTERFACE_STRUCT::ux_interface_first_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