usbx
_ux_host_stack_interfaces_scan()
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_interfaces_scan()
_ux_host_stack_interfaces_scan() function
Syntax
Show:
Summary
Declaration
from
ux_host_stack.h:168
UINT
_ux_host_stack_interfaces_scan
(
UX_CONFIGURATION
*
configuration
,
UCHAR
*
descriptor
)
;
Arguments
Argument
configuration
descriptor
Related Functions
Found 15 other functions taking a
UX_CONFIGURATION_STRUCT
argument:
Function
_ux_host_stack_device_configuration_select()
_ux_host_stack_configuration_interface_get()
_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_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_interfaces_scan
(
UX_CONFIGURATION
*
configuration
,
UCHAR
*
descriptor
)
ux_host_stack_interfaces_scan.c:76
UINT
_ux_host_stack_interfaces_scan
(
UX_CONFIGURATION
*
configuration
,
UCHAR
*
descriptor
)
;
ux_host_stack.h:168
status
=
_ux_host_stack_interfaces_scan
(
configuration
,
descriptor
)
;
ux_host_stack_configuration_descriptor_parse.c:129
_ux_host_stack_configuration_descriptor_parse()
Call Tree
from
examples
_ux_host_stack_interfaces_scan()
is called by 1 function and calls 3 functions:
_ux_host_stack_configuration_descriptor_parse()
All items filtered out
_ux_host_stack_interfaces_scan()
_ux_utility_descriptor_parse()
_ux_system_error_handler()
_ux_host_stack_new_interface_create()
All items filtered out
Data Use
from
examples
_ux_host_stack_interfaces_scan()
reads 7 variables and writes 4 variables:
UX_INTERFACE_ASSOCIATION_DESCRIPTOR_STRUCT::bInterfaceCount
UX_INTERFACE_ASSOCIATION_DESCRIPTOR_STRUCT::bFunctionClass
UX_INTERFACE_ASSOCIATION_DESCRIPTOR_STRUCT::bFunctionSubClass
UX_INTERFACE_ASSOCIATION_DESCRIPTOR_STRUCT::bFunctionProtocol
UX_CONFIGURATION_DESCRIPTOR_STRUCT::wTotalLength
UX_CONFIGURATION_STRUCT::ux_configuration_descriptor
_ux_system_interface_association_descriptor_structure
All items filtered out
_ux_host_stack_interfaces_scan()
UX_CONFIGURATION_STRUCT::ux_configuration_otg_capabilities
UX_CONFIGURATION_STRUCT::ux_configuration_iad_class
UX_CONFIGURATION_STRUCT::ux_configuration_iad_subclass
UX_CONFIGURATION_STRUCT::ux_configuration_iad_protocol
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