usbx
_ux_host_stack_interface_endpoint_get()
is only used within usbx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
usbx
_ux_host_stack_interface_endpoint_get()
_ux_host_stack_interface_endpoint_get() function
Syntax
Show:
Summary
Declaration
from
ux_api.h:2683
UINT
ux_host_stack_interface_endpoint_get
(
UX_INTERFACE
*
interface
,
UINT
endpoint_index
,
UX_ENDPOINT
*
*
endpoint
)
;
Arguments
Argument
interface
endpoint_index
endpoint
Related Functions
Found 9 other functions taking a
UX_INTERFACE_STRUCT
argument:
Function
_ux_host_stack_configuration_interface_get()
_ux_host_stack_interface_instance_create()
_ux_host_stack_interface_instance_delete()
_ux_host_stack_interface_setting_select()
_ux_host_stack_interface_set()
_ux_host_stack_new_endpoint_create()
ux_host_stack_configuration_interface_get()
ux_host_stack_interface_endpoint_get()
ux_host_stack_interface_setting_select()
Examples
References
from
examples
Code
Location
Referrer
UINT
_ux_host_stack_interface_endpoint_get
(
UX_INTERFACE
*
interface
,
UINT
endpoint_index
,
UX_ENDPOINT
*
*
endpoint
)
ux_host_stack_interface_endpoint_get.c:75
UINT
ux_host_stack_interface_endpoint_get
(
UX_INTERFACE
*
interface
,
UINT
endpoint_index
,
UX_ENDPOINT
*
*
endpoint
)
;
ux_api.h:2683
UINT
_ux_host_stack_interface_endpoint_get
(
UX_INTERFACE
*
interface
,
UINT
endpoint_index
,
UX_ENDPOINT
*
*
endpoint
)
;
ux_host_stack.h:163
status
=
_ux_host_stack_interface_endpoint_get
(
cdc_acm
->
ux_host_class_cdc_acm_interface
,
endpoint_index
,
&
endpoint
)
;
ux_host_class_cdc_acm_endpoints_get.c:100
_ux_host_class_cdc_acm_endpoints_get()
status
=
_ux_host_stack_interface_endpoint_get
(
cdc_acm
->
ux_host_class_cdc_acm_interface
,
endpoint_index
,
&
endpoint
)
;
ux_host_class_cdc_acm_endpoints_get.c:163
_ux_host_class_cdc_acm_endpoints_get()
_ux_host_stack_interface_endpoint_get
(
storage
->
ux_host_class_storage_interface
,
endpoint_index
,
&
endpoint
)
;
ux_host_class_storage_endpoints_get.c:94
_ux_host_class_storage_endpoints_get()
_ux_host_stack_interface_endpoint_get
(
storage
->
ux_host_class_storage_interface
,
endpoint_index
,
&
endpoint
)
;
ux_host_class_storage_endpoints_get.c:130
_ux_host_class_storage_endpoints_get()
Call Tree
from
examples
_ux_host_stack_interface_endpoint_get()
is called by 2 functions and calls 1 function:
_ux_host_class_storage_endpoints_get()
_ux_host_class_cdc_acm_endpoints_get()
All items filtered out
_ux_host_stack_interface_endpoint_get()
_ux_system_error_handler()
All items filtered out
Data Use
from
examples
_ux_host_stack_interface_endpoint_get()
reads 3 variables:
UX_INTERFACE_STRUCT::ux_interface_first_endpoint
UX_ENDPOINT_STRUCT::ux_endpoint_next_endpoint
UX_INTERFACE_STRUCT::ux_interface_handle
All items filtered out
_ux_host_stack_interface_endpoint_get()
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