usbx
_ux_host_stack_configuration_interface_get()
is only used within usbx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_configuration_interface_get()
_ux_host_stack_configuration_interface_get() function
Syntax
Show:
Summary
Declaration
from
ux_api.h:2670
UINT
ux_host_stack_configuration_interface_get
(
UX_CONFIGURATION
*
configuration
,
UINT
interface_index
,
UINT
alternate_setting_index
,
UX_INTERFACE
*
*
interface
)
;
Arguments
Argument
configuration
interface_index
alternate_setting_index
interface
Related Functions
Found 15 other functions taking a
UX_CONFIGURATION_STRUCT
argument:
Function
_ux_host_stack_device_configuration_select()
_ux_host_stack_device_configuration_get()
_ux_host_stack_configuration_instance_delete()
_ux_host_stack_configuration_interface_scan()
_ux_host_stack_device_configuration_activate()
_ux_host_stack_configuration_descriptor_parse()
_ux_host_stack_configuration_instance_create()
_ux_host_stack_configuration_set()
_ux_host_stack_interfaces_scan()
_ux_host_stack_new_configuration_create()
_ux_host_stack_new_interface_create()
ux_host_stack_configuration_interface_get()
ux_host_stack_device_configuration_activate()
ux_host_stack_device_configuration_get()
ux_host_stack_device_configuration_select()
Examples
References
from
examples
Code
Location
Referrer
UINT
_ux_host_stack_configuration_interface_get
(
UX_CONFIGURATION
*
configuration
,
ux_host_stack_configuration_interface_get.c:78
UINT
ux_host_stack_configuration_interface_get
(
UX_CONFIGURATION
*
configuration
,
UINT
interface_index
,
ux_api.h:2670
UINT
_ux_host_stack_configuration_interface_get
(
UX_CONFIGURATION
*
configuration
,
ux_host_stack.h:133
status
=
_ux_host_stack_configuration_interface_get
(
configuration
,
0
,
0
,
&
cdc_acm
->
ux_host_class_cdc_acm_interface
)
;
ux_host_class_cdc_acm_configure.c:142
_ux_host_class_cdc_acm_configure()
status
=
_ux_host_stack_configuration_interface_get
(
configuration
,
0
,
0
,
&
hid
->
ux_host_class_hid_interface
)
;
ux_host_class_hid_configure.c:142
_ux_host_class_hid_configure()
status
=
_ux_host_stack_configuration_interface_get
(
configuration
,
0
,
0
,
&
storage
->
ux_host_class_storage_interface
)
;
ux_host_class_storage_configure.c:143
_ux_host_class_storage_configure()
Call Tree
from
examples
_ux_host_stack_configuration_interface_get()
is called by 3 functions and calls 1 function:
_ux_host_class_hid_configure()
_ux_host_class_storage_configure()
_ux_host_class_cdc_acm_configure()
All items filtered out
_ux_host_stack_configuration_interface_get()
_ux_system_error_handler()
All items filtered out
Data Use
from
examples
_ux_host_stack_configuration_interface_get()
reads 5 variables:
UX_INTERFACE_STRUCT::ux_interface_next_interface
UX_CONFIGURATION_STRUCT::ux_configuration_handle
UX_CONFIGURATION_STRUCT::ux_configuration_first_interface
UX_INTERFACE_DESCRIPTOR_STRUCT::bInterfaceNumber
UX_INTERFACE_STRUCT::ux_interface_descriptor
All items filtered out
_ux_host_stack_configuration_interface_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