usbx
_ux_host_stack_interface_setting_select()
is only used within usbx.
Symbol previews are coming soon...
Symbols
loading (1/5)...
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_setting_select()
_ux_host_stack_interface_setting_select() function
Syntax
Show:
Summary
Declaration
from
ux_api.h:2684
UINT
ux_host_stack_interface_setting_select
(
UX_INTERFACE
*
interface
)
;
Arguments
Argument
interface
Related Functions
Found 9 other functions taking a
UX_INTERFACE_STRUCT
argument:
Function
_ux_host_stack_interface_endpoint_get()
_ux_host_stack_configuration_interface_get()
_ux_host_stack_interface_instance_create()
_ux_host_stack_interface_instance_delete()
_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
UINT
_ux_host_stack_interface_setting_select
(
UX_INTERFACE
*
interface
)
ux_host_stack_interface_setting_select.c:75
UINT
ux_host_stack_interface_setting_select
(
UX_INTERFACE
*
interface
)
;
ux_api.h:2684
UINT
_ux_host_stack_interface_setting_select
(
UX_INTERFACE
*
interface
)
;
ux_host_stack.h:167
Call Tree
from
examples
_ux_host_stack_interface_setting_select()
calls 3 functions:
All items filtered out
_ux_host_stack_interface_setting_select()
_ux_host_stack_interface_instance_create()
_ux_host_stack_interface_instance_delete()
_ux_host_stack_interface_set()
All items filtered out
Data Use
from
examples
_ux_host_stack_interface_setting_select()
reads 8 variables and writes 1 variable:
UX_INTERFACE_STRUCT::ux_interface_next_interface
UX_INTERFACE_STRUCT::ux_interface_configuration
UX_CONFIGURATION_STRUCT::ux_configuration_first_interface
UX_INTERFACE_DESCRIPTOR_STRUCT::bInterfaceNumber
UX_INTERFACE_DESCRIPTOR_STRUCT::bAlternateSetting
UX_INTERFACE_STRUCT::ux_interface_handle
UX_INTERFACE_STRUCT::ux_interface_current_alternate_setting
UX_INTERFACE_STRUCT::ux_interface_descriptor
All items filtered out
_ux_host_stack_interface_setting_select()
UX_INTERFACE_STRUCT::ux_interface_current_alternate_setting
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